ASN1DumpLine class

A line from an ASN1 dump

Constructors

ASN1DumpLine({required int offset, required int depth, required int headerLength, required int length, required String line, required String tag, required ASN1ObjectType type})

Properties

depth int
The current depth
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerLength int
The header length of the object
getter/setter pair
length int
The length of the object
getter/setter pair
line String
The readable line representing the object
getter/setter pair
offset int
The offset
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
The tag of the object as HEX
getter/setter pair
type ASN1ObjectType
The object type
getter/setter pair

Methods

lineInfoToString() String
Prints out the line information
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({int spacing = 0}) String
Prints out the full line in an OpenSSL style.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited