pub type Certificate = CertificateInner<Rfc5280>;
Expand description

X.509 certificates are defined in RFC 5280 Section 4.1.

Aliased Type§

struct Certificate {
    pub tbs_certificate: TbsCertificateInner,
    pub signature_algorithm: AlgorithmIdentifier<Any>,
    pub signature: BitString,
}

Fields§

§tbs_certificate: TbsCertificateInner§signature_algorithm: AlgorithmIdentifier<Any>§signature: BitString