Struct cryptographic_message_syntax::asn1::rfc3281::V2Form
source · 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§
source§impl PartialEq for V2Form
impl PartialEq for V2Form
impl Eq for V2Form
impl StructuralEq for V2Form
impl StructuralPartialEq for V2Form
Auto Trait Implementations§
impl RefUnwindSafe for V2Form
impl Send for V2Form
impl Sync for V2Form
impl Unpin for V2Form
impl UnwindSafe for V2Form
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.