Expand description
Module containing all of the various ASN.1 built-in types supported by this library.
Structs
- ASN.1
ANY: represents any explicitly tagged ASN.1 value. - Iterator over the bits of a [
BitString]. - ASN.1
BIT STRINGtype. - Context-specific field which wraps an owned inner value.
- Context-specific field reference.
- ASN.1
GeneralizedTimetype. - ASN.1
IA5Stringtype. - ASN.1
NULLtype. - Object identifier (OID).
- ASN.1
OCTET STRINGtype: borrowed form. - ASN.1
PrintableStringtype. - ASN.1
SEQUENCE OFbacked by an array. - Iterator over the elements of an
SequenceOf. - The
SequenceReftype provides raw access to the octets which comprise a DER-encodedSEQUENCE. - ASN.1
SET OFbacked by an array. - Iterator over the elements of an
SetOf. - ASN.1
TeletexStringtype. - “Big” unsigned ASN.1
INTEGERtype. - ASN.1
UTCTimetype. - ASN.1
UTF8Stringtype. - ASN.1
VideotexStringtype.
Traits
- ASN.1
CHOICEdenotes a union of one or more possible alternatives. - ASN.1
SEQUENCEtrait.