Type Alias x509_cert::attr::AttributeType

source ·
pub type AttributeType = ObjectIdentifier;
Expand description

X.501 AttributeType as defined in RFC 5280 Appendix A.1.

AttributeType           ::= OBJECT IDENTIFIER

Aliased Type§

struct AttributeType { /* private fields */ }