Table of Contents

Interface IDsa

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface IDsa

Properties

AlgorithmName

string AlgorithmName { get; }

Property Value

string

Methods

GenerateSignature(byte[])

BigInteger[] GenerateSignature(byte[] message)

Parameters

message byte[]

Returns

BigInteger[]

Init(bool, ICipherParameters)

void Init(bool forSigning, ICipherParameters parameters)

Parameters

forSigning bool
parameters ICipherParameters

VerifySignature(byte[], BigInteger, BigInteger)

bool VerifySignature(byte[] message, BigInteger r, BigInteger s)

Parameters

message byte[]
r BigInteger
s BigInteger

Returns

bool