ASN1Parser class
The ASN1Parser to parse bytes into ASN1 Objects
Constructors
- ASN1Parser(Uint8List? bytes)
Properties
Methods
-
hasNext(
) → bool - Returns true if there is still an object to parse. Otherwise false.
-
nextObject(
) → ASN1Object - Parses the next object in the bytes.
-
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