public interface ISignerWithRecovery : ISigner
Public Interface ISignerWithRecovery
Inherits ISigner
public interface class ISignerWithRecovery : ISigner
Org.BouncyCastle.Crypto.ISignerWithRecovery = function();
Org.BouncyCastle.Crypto.ISignerWithRecovery.createInterface('Org.BouncyCastle.Crypto.ISignerWithRecovery');
AlgorithmName | The algorithm name. (Inherited from ISigner) |
BlockUpdate(ReadOnlySpanByte) | Update the signer with a span of bytes. (Inherited from ISigner) |
BlockUpdate(Byte, Int32, Int32) | Update the signer with a block of bytes. (Inherited from ISigner) |
GenerateSignature | Generate a signature for the message we've been loaded with using the key we were initialised with.
(Inherited from ISigner) |
GetMaxSignatureSize | (Inherited from ISigner) |
GetRecoveredMessage | |
HasFullMessage | |
Init | Initialise the signer for signing or verification. (Inherited from ISigner) |
Reset | Reset the signer back to its initial state. (Inherited from ISigner) |
Update | Update the signer with a single byte. (Inherited from ISigner) |
UpdateWithRecoveredMessage | |
VerifySignature | Return true if the internal state represents the signature described in the passed in array.
(Inherited from ISigner) |