ASN1Parser class

Parses ASN1 BER Encoded bytes to create ASN1 Objects

Constructors

ASN1Parser(Uint8List _bytes, {bool relaxedParsing = false})
Create a new parser for the stream of _bytes if relaxedParsing is true, dont throw an exception if we encounter unknown ASN1 objects. Just encode them as an ASN1Object.

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

hasNext() bool
nextObject() ASN1Object
Return the next ASN1Object in the stream
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