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

type DerObject<'a> = BerObject<'a>;

Representation of a DER-encoded (X.690) object

Note that a DER object is just a BER object, with additional constraints.