Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/azure-storage-python
/ KeyResolver
Class
KeyResolver
tests/encryption_test_helper.py:45–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
class
KeyResolver:
46
def
__init__(self):
47
self.keys = {}
48
49
def
put_key(self, key):
50
self.keys[key.get_kid()] = key
51
52
def
resolve_key(self, kid):
53
return
self.keys[kid]
54
55
56
class
RSAKeyWrapper:
Callers
3
test_get_blob_resolver
Method · 0.90
test_get_messages_encrypted_resolver
Method · 0.90
test_peek_messages_encrypted_resolver
Method · 0.90
Calls
no outgoing calls
Tested by
3
test_get_blob_resolver
Method · 0.72
test_get_messages_encrypted_resolver
Method · 0.72
test_peek_messages_encrypted_resolver
Method · 0.72