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§
struct DerObjectHeader<'a> { /* private fields */ }