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