ASN1EncodingRule enum

Inheritance

Constructors

ASN1EncodingRule()
const

Values

ENCODING_DER → const ASN1EncodingRule

Normal DER encoding rules

ENCODING_BER_LONG_LENGTH_FORM → const ASN1EncodingRule

BER encoding where the length is described in a long form

ENCODING_BER_CONSTRUCTED → const ASN1EncodingRule

BER Constructed encoding with definite length

ENCODING_BER_PADDED → const ASN1EncodingRule

BER encoding with padded bits to make the length of the value bytes a multiple of eight. Only used for ASN1BitString

ENCODING_BER_CONSTRUCTED_INDEFINITE_LENGTH → const ASN1EncodingRule

BER Constructed encoding with indefinite length

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<ASN1EncodingRule>
A constant List of the values in this enum, in order of their declaration.