MCPcopy 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_blobMethod · 0.95
require_encryptionMethod · 0.95

Calls 1

get_kidMethod · 0.45

Tested by

no test coverage detected