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
Properties
Counter
public int Counter { get; }
Property Value
Methods
Equals(DHValidationParameters)
protected bool Equals(DHValidationParameters other)
Parameters
otherDHValidationParameters
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current object.
Returns
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[]