Structs
- Only supports OCSP
Enums
Traits
Type Definitions
- DistinguishedNames is a
Vec<Vec<u8>>
wrapped in internal types. Each element contains the DER or BER encodedSubject
field from RFC 5280 for a single certificate. The Subject field is encoded as an RFC 5280Name
. It can be decoded using x509-parser’s FromDer trait.