Skip to main content

Module jose

Module jose 

Source
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.
WrapKeyResult
Result for a key wrap operation.

Enums§

Algorithm
Supported JWE algorithms
EncryptionAlgorithm
Supported JWE encryption algorithms.
Type
The type of JWE.

Traits§

Encode
Implemented by types that can encode and decode data.