MCPcopy
hub / github.com/authlib/authlib / unwrap

Method unwrap

authlib/jose/rfc7516/models.py:32–33  ·  view source on GitHub ↗
(self, enc_alg, ek, headers, key)

Source from the content-addressed store, hash-verified

30 raise NotImplementedError
31
32 def unwrap(self, enc_alg, ek, headers, key):
33 raise NotImplementedError
34
35
36class JWEAlgorithmWithTagAwareKeyAgreement(JWEAlgorithmBase, metaclass=ABCMeta):

Calls

no outgoing calls