| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Crypto.JOSE.JWA.JWE.Alg
Description
JSON Web Encryption algorithms.
Synopsis
Documentation
RFC 7518 §4.1. "alg" (Algorithm) Header Parameter Values for JWE
This section is shuffled off into its own module to avoid circular import via Crypto.JOSE.JWK, which needs Alg.
Constructors
| RSA1_5 | |
| RSA_OAEP | |
| RSA_OAEP_256 | |
| A128KW | |
| A192KW | |
| A256KW | |
| Dir | |
| ECDH_ES | |
| ECDH_ES_A128KW | |
| ECDH_ES_A192KW | |
| ECDH_ES_A256KW | |
| A128GCMKW | |
| A192GCMKW | |
| A256GCMKW | |
| PBES2_HS256_A128KW | |
| PBES2_HS384_A192KW | |
| PBES2_HS512_A256KW |
Instances
| Eq Alg Source # | |
| Ord Alg Source # | |
| Show Alg Source # | |
| FromJSON Alg Source # | |
Defined in Crypto.JOSE.JWA.JWE.Alg | |
| ToJSON Alg Source # | |
Defined in Crypto.JOSE.JWA.JWE.Alg | |