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§
pub struct Name(pub Vec<RelativeDistinguishedName>);Tuple Fields§
§0: Vec<RelativeDistinguishedName>