pub type Name = RdnSequence;
Expand description
X.501 Name as defined in RFC 5280 Section 4.1.2.4. X.501 Name is used to represent distinguished names.
Name ::= CHOICE { rdnSequence RDNSequence }
Aliased Type§
struct Name(pub Vec<RelativeDistinguishedName>);
Fields§
§0: Vec<RelativeDistinguishedName>