Expand description
Defines high-level interface to X.509 certificates.
Structs§
- Captured
X509 Certificate - Represents an immutable (read-only) X.509 certificate that was parsed from data.
- Mutable
X509 Certificate - Provides a mutable wrapper to an X.509 certificate that was parsed from data.
- X509
Certificate - Provides an interface to the RFC 5280 rfc5280::Certificate ASN.1 type.
- X509
Certificate Builder - 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.