Type Alias x509_cert::attr::Attributes

source ·
pub type Attributes = SetOfVec<Attribute>;
Expand description

X.501 Attributes as defined in RFC 2986 Section 4.

Attributes { ATTRIBUTE:IOSet } ::= SET OF Attribute{{ IOSet }}

Aliased Type§

struct Attributes { /* private fields */ }