MCPcopy
hub / github.com/mailvelope/mailvelope / getPrivateKeyByFpr

Method getPrivateKeyByFpr

src/modules/KeyringBase.js:226–228  ·  view source on GitHub ↗
(keyFpr)

Source from the content-addressed store, hash-verified

224 }
225
226 getPrivateKeyByFpr(keyFpr) {
227 return this.keystore.privateKeys.getForId(keyFpr);
228 }
229
230 /**
231 * Return first private key that matches keyIds

Callers 12

revokeUserMethod · 0.80
addUserMethod · 0.80
updateKeyMethod · 0.80
removeUserMethod · 0.80
addUserMethod · 0.80
revokeUserMethod · 0.80
revokeKeyMethod · 0.80
getKeyServerSyncMethod · 0.80
syncKeyServerMethod · 0.80
setKeyExDateMethod · 0.80
setKeyPwdMethod · 0.80
validateKeyPasswordMethod · 0.80

Calls 1

getForIdMethod · 0.80

Tested by

no test coverage detected