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