Type Alias x509_cert::attr::AttributeValue

source ·
pub type AttributeValue = Any;
Expand description

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

AttributeValue          ::= ANY

Aliased Type§

struct AttributeValue { /* private fields */ }