Module biscuit::jwa

source ·
Expand description

JSON Web Algorithms

Code for implementing JWA according to RFC 7518.

Typically, you will not use these directly, but as part of a JWS or JWE.

Structs

The result returned from an encryption operation

Enums

Algorithms described by RFC 7518. This enum is serialized untagged.
Algorithms meant for content encryption. See RFC7518#5
Options to be passed in while performing an encryption operation, if required by the algorithm.
Algorithms for key management as defined in RFC7518#4
Describes the type of operations that the key management algorithm supports with respect to a Content Encryption Key (CEK)
The algorithms supported for digital signature and MACs, defined by RFC7518#3.

Traits

A secure random number generator.