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

Method decryptMessage

src/controller/app.controller.js:321–328  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

319 }
320
321 decryptMessage(options) {
322 options.unlockKey = async options => {
323 options.reason = 'PWD_DIALOG_REASON_DECRYPT';
324 const result = await this.unlockKey(options);
325 return result;
326 };
327 return decryptMessage(options);
328 }
329
330 async initDecryptMessage() {
331 this.decryptMessageCtrl = await createController('decryptCont');

Callers 3

decryptArmoredMethod · 0.80
decryptMethod · 0.80
handleDecryptFunction · 0.80

Calls 2

unlockKeyMethod · 0.95
decryptMessageFunction · 0.90

Tested by

no test coverage detected