Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ getDefaultKeyFpr
Method
getDefaultKeyFpr
src/modules/KeyringLocal.js:53–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
async
getDefaultKeyFpr() {
54
const
defaultKey =
await
this.getDefaultKey();
55
return
defaultKey ? defaultKey.getFingerprint() :
''
;
56
}
57
58
/**
59
* Import armored keys into the keyring
Callers
4
getDefaultKey
Method · 0.45
removeKey
Method · 0.45
revokeKey
Method · 0.45
removeUser
Method · 0.45
Calls
1
getDefaultKey
Method · 0.95
Tested by
no test coverage detected