Asn1Utils class

Constructors

Asn1Utils()

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

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

Static Methods

complexDump(String pem, {bool checkHeader = true}) ASN1DumpWrapper
Creates a more complex ASN1 dump for the given pem.
complexDumpFromASN1Object(ASN1Object object, {int intend = 0, int offset = 0}) ASN1DumpWrapper
dump(String pem, {bool checkHeader = true}) String
Creates an ASN1 dump for the given pem.