Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
revokeUser
Method · 0.80
addUser
Method · 0.80
updateKey
Method · 0.80
removeUser
Method · 0.80
addUser
Method · 0.80
revokeUser
Method · 0.80
revokeKey
Method · 0.80
getKeyServerSync
Method · 0.80
syncKeyServer
Method · 0.80
setKeyExDate
Method · 0.80
setKeyPwd
Method · 0.80
validateKeyPassword
Method · 0.80
Calls
1
getForId
Method · 0.80
Tested by
no test coverage detected