ISigner
The algorithm name.
Update the signer with a block of bytes.
byte[] GenerateSignature()
Generate a signature for the message we've been loaded with using the key we were initialised with.
int GetMaxSignatureSize()
Initialise the signer for signing or verification.
void Reset()
Reset the signer back to its initial state.
Update the signer with a single byte.
Return true if the internal state represents the signature described in the passed in array.