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
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