RSASigner class

Implemented types

Constructors

RSASigner(Digest _digest, String digestIdentifierHex)

Properties

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

Methods

generateSignature(Uint8List message, {bool normalize = false}) RSASignature
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, covariant RSASignature signature) bool
Verify the message against the signature.
override

Operators

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

Static Properties

factoryConfig → FactoryConfig
Intended for internal use.
final