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
type.
ASN.1 SEQUENCE
iterator for Sequence
containing
homogeneously typed values.
ASN.1 SET OF
backed by a byte slice containing serialized DER.
Iterator over the elements of an SetOfRef
.
“Big” unsigned ASN.1 INTEGER
type.
ASN.1 UTCTime
type.
ASN.1 UTF8String
type.
Traits
ASN.1 SET OF
denotes a collection of zero or more occurrences of a
given type.