ASN1Tags class

Class holding all ASN1 BER tags, supported by this package

Constructors

ASN1Tags()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

APPLICATION → const int
Decimal 64
BIT_STRING → const int
Decimal 3
BIT_STRING_CONSTRUCTED → const int
Decimal 35
BMP_STRING → const int
Decimal 30
BOOLEAN → const int
Decimal 1
CONSTRUCTED → const int
Decimal 32
ENUMERATED → const int
Decimal 10
EXTERNAL → const int
Decimal 8
GENERAL_STRING → const int
Decimal 27
GENERALIZED_TIME → const int
Decimal 24
GRAPHIC_STRING → const int
Decimal 25
IA5_STRING → const int
Decimal 22
IA5_STRING_CONSTRUCTED → const int
Decimal 54
INTEGER → const int
Decimal 2
NULL → const int
Decimal 5
NUMERIC_STRING → const int
Decimal 18
OBJECT_IDENTIFIER → const int
Decimal 6
OCTET_STRING → const int
Decimal 4
OCTET_STRING_CONSTRUCTED → const int
Decimal 36
PRINTABLE_STRING → const int
Decimal 19
PRINTABLE_STRING_CONSTRUCTED → const int
Decimal 51
SEQUENCE → const int
Decimal 48
SEQUENCE_OF → const int
Decimal 48
SET → const int
Decimal 49
SET_OF → const int
Decimal 49
T61_STRING → const int
Decimal 20
T61_STRING_CONSTRUCTED → const int
Decimal 52
TAGGED → const int
Decimal 128
TAGS → const List<int>
UNIVERSAL_STRING → const int
Decimal 28
UTC_TIME → const int
Decimal 23
UTF8_STRING → const int
Decimal 12
UTF8_STRING_CONSTRUCTED → const int
Decimal 44
VIDEOTEX_STRING → const int
Decimal 21
VISIBLE_STRING → const int
Decimal 26