Module c509_certificate::attributes::attribute
source · Expand description
C509 Attribute
Attribute = ( attributeType: int, attributeValue: text ) //
( attributeType: ~oid, attributeValue: bytes ) //
( attributeType: pen, attributeValue: bytes )
For more information about Attribute, visit C509 Certificate
Structs§
- A struct of C509
Attribute
- Helper 🔒A helper struct for deserialize and serialize
Attribute
.
Enums§
- An enum of possible value types for
Attribute
.