Expand description
Basic JSON Web Encryption support.
Structs§
- Header
- A JSON web algorithm header that precedes a JWE or JWS.
- Jwe
- A JSON Web Encryption (JWE) structure.
- JweEncryptor
- A JWE encryptor.
- Wrap
KeyResult - Result for a key wrap operation.
Enums§
- Algorithm
- Supported JWE algorithms
- Encryption
Algorithm - Supported JWE encryption algorithms.
- Type
- The type of JWE.
Traits§
- Encode
- Implemented by types that can encode and decode data.