Table of Contents

Class DHValidationParameters

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

Constructors

DHValidationParameters(byte[], int)

public DHValidationParameters(byte[] seed, int counter)

Parameters

seed byte[]
counter int

Properties

Counter

public int Counter { get; }

Property Value

int

Methods

Equals(DHValidationParameters)

protected bool Equals(DHValidationParameters other)

Parameters

other DHValidationParameters

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 byte[] GetSeed()

Returns

byte[]