picky_asn1_x509::name

Type Alias RelativeDistinguishedName

Source
pub type RelativeDistinguishedName = Asn1SetOf<AttributeTypeAndValue>;
Expand description

RFC 5280 #4.1.2.4

RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue

Aliased Type§

struct RelativeDistinguishedName(pub Vec<AttributeTypeAndValue>);

Fields§

§0: Vec<AttributeTypeAndValue>