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
ANY: represents any explicitly tagged ASN.1 value. - Owned form of ASN.1
BIT STRINGtype. - Iterator over the bits of a
BitString. - ASN.1
BIT STRINGtype. - ASN.1
BMPStringtype. - Context-specific field which wraps an owned inner value.
- Context-specific field reference.
- ASN.1
GeneralizedTimetype. - ASN.1
IA5Stringtype. - ASN.1
IA5Stringtype. - Signed arbitrary precision ASN.1
INTEGERtype. - Signed arbitrary precision ASN.1
INTEGERreference type. - ASN.1
NULLtype. - Object identifier (OID).
- ASN.1
OCTET STRINGtype: owned form.. - ASN.1
OCTET STRINGtype: borrowed form. - ASN.1
PrintableStringtype. - 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
SET OFbacked by aVec. - ASN.1
TeletexStringtype. - ASN.1
TeletexStringtype. - Unsigned arbitrary precision ASN.1
INTEGERtype. - Unsigned arbitrary precision ASN.1
INTEGERreference type. - ASN.1
UTCTimetype. - ASN.1
UTF8Stringtype. - ASN.1
VideotexStringtype.
Traits
- ASN.1
CHOICEdenotes a union of one or more possible alternatives. - Marker trait for ASN.1
SEQUENCEs.