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. - ASN.1
BIT STRINGtype. - Iterator over the bits of a
BitString. - 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. - A reference to an ASN.1
OPTIONALtype, used for encoding only. - ASN.1
PrintableStringtype. - ASN.1
SEQUENCE OFbacked by an array. - Iterator over the elements of an
SequenceOf. - ASN.1
SET OFbacked by an array. - Iterator over the elements of an
SetOf. - ASN.1
SET OFbacked by aVec. - “Big” unsigned ASN.1
INTEGERtype. - ASN.1
UTCTimetype. - ASN.1
UTF8Stringtype.
Traits
- ASN.1
CHOICEdenotes a union of one or more possible alternatives. - ASN.1
SEQUENCEtrait.