MCPcopy 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

require_encryptionMethod · 0.45

Calls 1

get_kidMethod · 0.45

Tested by

no test coverage detected