x509_cert::attr

Type Alias 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 */ }