Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ PublicKeys
Class
PublicKeys
keepercommander/params.py:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
class
PublicKeys(NamedTuple):
28
rsa: bytes = b
''
29
ec: bytes = b
''
30
aes: bytes = b
''
31
32
33
class
RecordOwner(NamedTuple):
Callers
7
load_user_public_keys
Method · 0.90
test_encrypt_for_team_uses_rsa_public_key
Method · 0.90
load_user_public_keys
Function · 0.85
load_team_keys
Function · 0.85
get_team_keys
Function · 0.85
_fetch_public_key_from_api
Function · 0.85
_retry_with_canonical_email
Function · 0.85
Calls
no outgoing calls
Tested by
2
load_user_public_keys
Method · 0.72
test_encrypt_for_team_uses_rsa_public_key
Method · 0.72