| 66 | |
| 67 | |
| 68 | class MissingEncryptionAlgorithmError(JoseError): |
| 69 | error = "missing_encryption_algorithm" |
| 70 | description = "Missing 'enc' in header" |
| 71 | |
| 72 | |
| 73 | class UnsupportedEncryptionAlgorithmError(JoseError): |
no outgoing calls
no test coverage detected
searching dependent graphs…