ASN1IdentifierClass class Null safety
Properties
- hashCode → int
-
The hash code for this object.
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
toValue(
) → int
Operators
-
operator ==(
Object value) → bool -
The equality operator.
override
Static Properties
-
values
→ Set<
ASN1IdentifierClass> -
final
Static Methods
-
fromValue(
int? value) → ASN1IdentifierClass?
Constants
- APPLICATION → const ASN1IdentifierClass
-
const ASN1IdentifierClass._internal(0x40)
- CONTEXT_SPECIFIC → const ASN1IdentifierClass
-
const ASN1IdentifierClass._internal(0x80)
- PRIVATE → const ASN1IdentifierClass
-
const ASN1IdentifierClass._internal(0xC0)
- UNIVERSAL → const ASN1IdentifierClass
-
const ASN1IdentifierClass._internal(0x00)