ECDSASignature class

ECDSA signature structure

Constructors

ECDSASignature(BigInt r, BigInt s)
const
ECDSASignature.fromCompact(Uint8List compact)
Creates signature from compact format (64 bytes)
factory
ECDSASignature.fromDER(Uint8List der)
Creates signature from DER format
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
r BigInt
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s BigInt
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCompact() Uint8List
Converts signature to compact format (64 bytes)
toDER() Uint8List
Converts signature to DER format
toString() String
A string representation of this object.
inherited

Operators

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