Struct cryptographic_message_syntax::asn1::rfc3281::V2Form [−][src]
pub struct V2Form {
pub issuer_name: Option<GeneralNames>,
pub base_certificate_id: Option<IssuerSerial>,
pub object_digest_info: Option<ObjectDigestInfo>,
}Expand description
V2 Form
V2Form ::= SEQUENCE {
issuerName GeneralNames OPTIONAL,
baseCertificateID [0] IssuerSerial OPTIONAL,
objectDigestInfo [1] ObjectDigestInfo OPTIONAL
-- issuerName MUST be present in this profile
-- baseCertificateID and objectDigestInfo MUST NOT
-- be present in this profile
}Fields
issuer_name: Option<GeneralNames>base_certificate_id: Option<IssuerSerial>object_digest_info: Option<ObjectDigestInfo>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for V2Form
impl UnwindSafe for V2Form
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
