picky_asn1_x509::name

Type Alias DirectoryName

Source
pub type DirectoryName = Name;
Expand description

RFC 5280 #4.2.1.6

DirectoryName ::= Name

Aliased Type§

struct DirectoryName(pub Asn1SequenceOf<Asn1SetOf<AttributeTypeAndValue>>);

Fields§

§0: Asn1SequenceOf<Asn1SetOf<AttributeTypeAndValue>>