[][src]Crate josekit

josekit

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

Re-exports

pub use HashAlgorithm::Sha256 as SHA_256;
pub use HashAlgorithm::Sha384 as SHA_384;
pub use HashAlgorithm::Sha512 as SHA_512;

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.

Structs

Map

Represents a JSON key/value type.

Number

Represents a JSON number, whether integer or floating point.

Enums

HashAlgorithm
JoseError
Value

Represents any valid JSON value.

Traits

JoseHeader