pub type DerObjectHeader<'a> = Header<'a>;๐Deprecated since 7.0.0: Use
Tag insteadAvailable on crate feature
mtls only.Expand description
DER object header (identifier and length)
This is the same object as BerObjectHeader.
Aliased Typeยง
pub struct DerObjectHeader<'a> { /* private fields */ }