Iso9796d2PssSigner
ISO9796-2 - mechanism using a hash function with recovery (scheme 2 and 3).
Note: the usual length for the salt is the length of the hash
function used in bytes.
public Iso9796d2PssSigner(IAsymmetricBlockCipher cipher, IDigest digest, int saltLength, bool isImplicit)
Generate a signer with either implicit or explicit trailer for ISO9796-2, scheme 2 or 3.
Generate a signer with explicit trailer for ISO9796-2, scheme 2 or 3.
Generate a signature for the loaded message using the key we were
initialised with.
Return a reference to the recoveredMessage message.
Return true if the full message was recoveredMessage.
Initialise the signer.
reset the internal state
update the internal digest with the byte b
return true if the signature represents a ISO9796-2 signature
for the passed in message.