Module certificate

Source
Expand description

Defines high-level interface to X.509 certificates.

Structs§

CapturedX509Certificate
Represents an immutable (read-only) X.509 certificate that was parsed from data.
MutableX509Certificate
Provides a mutable wrapper to an X.509 certificate that was parsed from data.
X509Certificate
Provides an interface to the RFC 5280 rfc5280::Certificate ASN.1 type.
X509CertificateBuilder
Interface for constructing new X.509 certificates.

Enums§

KeyUsage
X.509 extension to define how a certificate can be used.

Functions§

certificate_is_subset_of
Whether one certificate is a subset of another certificate.