Type Definition der_parser::der::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.