MCPcopy Create free account
hub / github.com/mpdavis/python-jose / JWEAlgorithmUnsupportedError

Class JWEAlgorithmUnsupportedError

jose/exceptions.py:54–59  ·  view source on GitHub ↗

The JWE algorithm is not supported by the backend

Source from the content-addressed store, hash-verified

52
53
54class JWEAlgorithmUnsupportedError(JWEError):
55 """
56 The JWE algorithm is not supported by the backend
57 """
58
59 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…