Expand description
Module containing all of the various ASN.1 built-in types supported by this library.
Structs§
- Any
- ASN.1
ANY: represents any explicitly tagged ASN.1 value. - BitString
- ASN.1
BIT STRINGtype. - BitString
Iter - Iterator over the bits of a
BitString. - Context
Specific - Context-specific field which wraps an owned inner value.
- Context
Specific Ref - Context-specific field reference.
- Generalized
Time - ASN.1
GeneralizedTimetype. - Ia5String
- ASN.1
IA5Stringtype. - Null
- ASN.1
NULLtype. - Object
Identifier - Object identifier (OID).
- Octet
String - ASN.1
OCTET STRINGtype. - Optional
Ref - A reference to an ASN.1
OPTIONALtype, used for encoding only. - Printable
String - ASN.1
PrintableStringtype. - Sequence
Of - ASN.1
SEQUENCE OFbacked by an array. - Sequence
OfIter - Iterator over the elements of an
SequenceOf. - SetOf
- ASN.1
SET OFbacked by an array. - SetOf
Iter - Iterator over the elements of an
SetOf. - UInt
Bytes - “Big” unsigned ASN.1
INTEGERtype. - UtcTime
- ASN.1
UTCTimetype. - Utf8
String - ASN.1
UTF8Stringtype.