The JWE algorithm is not supported by the backend
| 52 | |
| 53 | |
| 54 | class JWEAlgorithmUnsupportedError(JWEError): |
| 55 | """ |
| 56 | The JWE algorithm is not supported by the backend |
| 57 | """ |
| 58 | |
| 59 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…