Module prelude

Module prelude 

Source
Expand description

Prelude

Re-exports§

pub use super::RustyAcme;
pub use crate::acme::x509_check as x509;

Structs§

AcmeAccount
Account creation response see RFC 8555 Section 7.3
AcmeAuthz
Result of an authorization creation see RFC 8555 Section 7.5
AcmeChallenge
For creating a challenge see RFC 8555 Section 7.5.1
AcmeDirectory
See RFC 8555 Section 7.1.1
AcmeFinalize
AcmeJws
AcmeOrder
Result of an order creation see RFC 8555 Section 7.4
WireIdentifier
Structure of the ACME identifier
WireIdentity

Enums§

AcmeChallError
AcmeChallengeType
AcmeIdentifier
Represent an identifier in an ACME Order
RustyAcmeError
All errors which crate::RustyAcme might throw

Traits§

WireIdentityReader

Functions§

compute_raw_key_thumbprint
Used to compute the MLS thumbprint of a Basic Credential

Type Aliases§

RustyAcmeResult
Wrapper over a Result with a RustyAcmeError error