IDsa Interface
Interface for classes implementing the Digital Signature Algorithm
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface class IDsa
Org.BouncyCastle.Crypto.IDsa = function();
Org.BouncyCastle.Crypto.IDsa.createInterface('Org.BouncyCastle.Crypto.IDsa');
AlgorithmName | The algorithm name. |
Order | The order of the group that the r, s values in signatures belong to. |
GenerateSignature | Sign the passed in message (usually the output of a hash function). |
Init | Initialise the signer for signature generation or signature verification. |
VerifySignature | Verify the message message against the signature values r and s. |