MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / onDecrypt

Method onDecrypt

src/controller/decrypt.controller.js:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 async onDecrypt() {
83 await this.decryptReady.promise;
84 this.decrypt(this.armored, this.keyringId);
85 }
86
87 async onSetArmored(msg) {
88 if (msg.options && msg.options.senderAddress) {

Callers

nothing calls this directly

Calls 1

decryptMethod · 0.95

Tested by

no test coverage detected