ASN1Parser class

The ASN1Parser to parse bytes into ASN1 Objects

Constructors

ASN1Parser(Uint8List? bytes)

Properties

bytes Uint8List?
The bytes to parse
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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