Module jose

Module jose 

Source
Expand description

JSON Object Signing and Encryption primitives used in RFC 8885 to implement the ACME protocol.

Structs§

AccountKeyIdentifier
Identifier used by ACME servers for registered accounts
Nonce
Anti-replay nonce
ProtectedHeader
The signed header values for the JWS which are common to each request.
SignedToken
A JWS token with an included cryptographic signature.
UnsignedToken
A JWS token wihtout an attached signature

Enums§

SignatureAlgorithm
Sigature algorithms for JWS signatures.
SigningError
Error returned for issues signing a JWS token

Type Aliases§

AcmeProtectedHeader
A protected header which uses AccountKeyIdentifier as the key identifier.