IDsa Interface

Interface for classes implementing the Digital Signature Algorithm

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IDsa

Properties

AlgorithmNameThe algorithm name.
OrderThe order of the group that the r, s values in signatures belong to.

Methods

GenerateSignatureSign the passed in message (usually the output of a hash function).
InitInitialise the signer for signature generation or signature verification.
VerifySignatureVerify the message message against the signature values r and s.

See Also