NormalizedECDSASigner class

Implemented types

Constructors

NormalizedECDSASigner(ECDSASigner signer, {bool enforceNormalized = false})
Wraps ECDSASigner and enforces normalisation on verify if enforceNormalized is true.

Properties

algorithmName String
Get this algorithm's standard name.
no setteroverride
enforceNormalized bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer ECDSASigner
final

Methods

generateSignature(Uint8List message) Signature
Sign the passed in message (usually the output of a hash function)
override
init(bool forSigning, CipherParameters params) → void
Init the signer with its initialization params. The type of CipherParameters depends on the algorithm being used (see the documentation of each implementation to find out more).
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Reset the signer to its original state.
override
toString() String
A string representation of this object.
inherited
verifySignature(Uint8List message, Signature signature) bool
Verify the message against the signature.
override

Operators

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