| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Crypto.JOSE.Error
Description
JOSE error types.
Documentation
All the errors that can occur.
Constructors
| AlgorithmNotImplemented | A requested algorithm is not implemented |
| AlgorithmMismatch String | A requested algorithm cannot be used |
| KeyMismatch String | Wrong type of key was given |
| KeySizeTooSmall | Key size is too small |
| OtherPrimesNotSupported | RSA private key with >2 primes not supported |
| RSAError Error | RSA encryption, decryption or signing error |
| CompactEncodeError String | Cannot produce compact representation of data |
| CompactDecodeError String | Cannot decode compact representation |
| JSONDecodeError String | JSON (Aeson) decoding error |
| JWSMissingHeader | |
| JWSMissingAlg | |
| JWSCritUnprotected | |
| JWSDuplicateHeaderParameter |