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