Re-exports§
pub use types::BorrowedCertRevocationList;
pub use types::BorrowedRevokedCert;
pub use types::CertRevocationList;
pub use types::RevocationReason;
pub use types::OwnedCertRevocationList;
pub use types::OwnedRevokedCert;
Modules§
- types 🔒
Structs§
- Cert
NotRevoked 🔒 - Crls
Required - An opaque error indicating the caller must provide at least one CRL when building a RevocationOptions instance.
- Revocation
Options - Describes how revocation checking is performed, if at all. Can be constructed with a RevocationOptionsBuilder instance.
- Revocation
Options Builder - Builds a RevocationOptions instance to control how revocation checking is performed.
Enums§
- Expiration
Policy - Describes how to handle the nextUpdate field of the CRL (i.e. expiration).
- KeyUsage
Mode 🔒 - Revocation
Check Depth - Describes how much of a certificate chain is checked for revocation status.
- Unknown
Status Policy - Describes how to handle the case where a certificate’s revocation status is unknown.