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