Crate josekit

Source
Expand description

§josekit

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

Modules§

jwe
JSON Web Encryption (JWE) support.
jwk
JSON Web Key (JWK) support.
jws
JSON Web Signature (JWS) support.
jwt
JSON Web Token (JWT) support.
util

Structs§

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

Enums§

JoseError
Value
Represents any valid JSON value.

Traits§

JoseHeader