Expand description
JSON Object Signing and Encryption primitives used in RFC 8885 to implement the ACME protocol.
Structs§
- Account
KeyIdentifier - Identifier used by ACME servers for registered accounts
- Nonce
- Anti-replay nonce
- Protected
Header - The signed header values for the JWS which are common to each request.
- Signed
Token - A JWS token with an included cryptographic signature.
- Unsigned
Token - A JWS token wihtout an attached signature
Enums§
- Signature
Algorithm - Sigature algorithms for JWS signatures.
- Signing
Error - Error returned for issues signing a JWS token
Type Aliases§
- Acme
Protected Header - A protected header which uses
AccountKeyIdentifieras the key identifier.