Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/azure-storage-python
/ put_key
Method
put_key
samples/blob/encryption_usage.py:53–54 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
51
self.keys = {}
52
53
def
put_key(self, key):
54
self.keys[key.get_kid()] = key
55
56
def
resolve_key(self, kid):
57
return
self.keys[kid]
Callers
3
get_encrypted_blob
Method · 0.95
require_encryption
Method · 0.95
alternate_key_algorithms
Method · 0.95
Calls
1
get_kid
Method · 0.45
Tested by
no test coverage detected