Module der::asn1[][src]

Expand description

ASN.1 built-in types.

Structs

ASN.1 ANY: represents any explicitly tagged ASN.1 value.

ASN.1 BIT STRING type.

Context-specific field.

ASN.1 GeneralizedTime type.

ASN.1 IA5String type.

ASN.1 NULL type.

Object identifier (OID).

ASN.1 OCTET STRING type.

ASN.1 PrintableString type.

ASN.1 SEQUENCE OF backed by an array.

Iterator over the elements of an SequenceOf.

ASN.1 SET OF backed by an array.

Iterator over the elements of an SetOf.

“Big” unsigned ASN.1 INTEGER type.

ASN.1 UTCTime type.

ASN.1 UTF8String type.

Traits

ASN.1 CHOICE denotes a union of one or more possible alternatives.

ASN.1 SEQUENCE trait.