Type Alias x509_cert::name::DistinguishedName

source ·
pub type DistinguishedName = RdnSequence;
Expand description

X.501 DistinguishedName as defined in RFC 5280 Section 4.1.2.4.

DistinguishedName ::=   RDNSequence

Aliased Type§

struct DistinguishedName(pub Vec<RelativeDistinguishedName>);

Fields§

§0: Vec<RelativeDistinguishedName>