MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / getArmoredKeys

Method getArmoredKeys

src/controller/app.controller.js:232–235  ·  view source on GitHub ↗
({keyFprs, options, keyringId})

Source from the content-addressed store, hash-verified

230 }
231
232 async getArmoredKeys({keyFprs, options, keyringId}) {
233 const keyring = await keyringById(keyringId);
234 return keyring.getArmoredKeys(keyFprs, options);
235 }
236
237 async getKeyDetails({fingerprint, keyringId}) {
238 const keyring = await keyringById(keyringId);

Callers 1

exportOwnPubKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected