DerObject

Type Alias DerObject 

Source
pub type DerObject<'a> = BerObject<'a>;
Expand description

Representation of a DER-encoded (X.690) object

Note that a DER object is just a BER object, with additional constraints.

Aliased Type§

pub struct DerObject<'a> {
    pub header: Header<'a>,
    pub content: BerObjectContent<'a>,
}

Fields§

§header: Header<'a>§content: BerObjectContent<'a>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 112 bytes