rocket::mtls::x509::der

Type Alias DerObjectHeader

Source
pub type DerObjectHeader<'a> = Header<'a>;
๐Ÿ‘ŽDeprecated since 7.0.0: Use Tag instead
Available 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 */ }