Type Alias OobCert

Source
pub type OobCert = CmpCertificate;
Expand description

The OOBCert type is defined in RFC 4210 Section 5.2.5.

 OOBCert ::= CMPCertificate

Aliased Type§

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

Fields§

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