Table of Contents

Class DsaValidationParameters

Namespace
Org.BouncyCastle.Crypto.Parameters
Assembly
BouncyCastle.Cryptography.dll
public class DsaValidationParameters
Inheritance
DsaValidationParameters
Inherited Members

Constructors

DsaValidationParameters(byte[], int)

public DsaValidationParameters(byte[] seed, int counter)

Parameters

seed byte[]
counter int

DsaValidationParameters(byte[], int, int)

public DsaValidationParameters(byte[] seed, int counter, int usageIndex)

Parameters

seed byte[]
counter int
usageIndex int

Properties

Counter

public virtual int Counter { get; }

Property Value

int

UsageIndex

public virtual int UsageIndex { get; }

Property Value

int

Methods

Equals(DsaValidationParameters)

protected virtual bool Equals(DsaValidationParameters other)

Parameters

other DsaValidationParameters

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetSeed()

public virtual byte[] GetSeed()

Returns

byte[]