Type Definition der_parser::der::DerObjectHeader[][src]

pub type DerObjectHeader<'a> = BerObjectHeader<'a>;
Expand description

DER object header (identifier and length)

This is the same object as BerObjectHeader.