Crate aliri_jose

Source
Expand description

§aliri_jose

This crate implements the Javascript/JSON Object Signing and Encryption (JOSE) standards, including:

JSON Web Encryption (JWE), RFC7516, is not yet supported.

Modules§

error
Common errors
jwa
Implementations of the JSON Web Algorithms (JWA) standard
jwk
Implementations of the JSON Web Keys (JWK) standard
jws
Implementations of the JSON Web Signature (JWS) standard
jwt
Implementations of the JSON Web Tokens (JWT) standard

Structs§

Jwk
An identified JSON Web Key
Jwks
A JSON Web Key Set (JWKS)
Jwt
A JSON Web Token
JwtRef
Reference to a JSON Web Token