Crate josekit

source ·
Expand description

josekit

josekit is a JOSE (Javascript Object Signing and Encryption: JWT, JWS, JWE, JWA, JWK) library.

Modules

JSON Web Encryption (JWE) support.
JSON Web Key (JWK) support.
JSON Web Signature (JWS) support.
JSON Web Token (JWT) support.

Structs

Represents a JSON key/value type.
Represents a JSON number, whether integer or floating point.

Enums

Represents any valid JSON value.

Traits