DistinguishedName

Type Alias 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§

pub struct DistinguishedName(pub Vec<RelativeDistinguishedName>);

Tuple Fields§

§0: Vec<RelativeDistinguishedName>