MCPcopy Index your code
hub / github.com/authlib/authlib / MissingEncryptionAlgorithmError

Class MissingEncryptionAlgorithmError

authlib/jose/errors.py:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class MissingEncryptionAlgorithmError(JoseError):
69 error = "missing_encryption_algorithm"
70 description = "Missing 'enc' in header"
71
72
73class UnsupportedEncryptionAlgorithmError(JoseError):

Callers 1

get_header_encMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…