Class Gost3410ValidationParameters
- Namespace
- Org.BouncyCastle.Crypto.Parameters
- Assembly
- BouncyCastle.Cryptography.dll
public class Gost3410ValidationParameters
- Inheritance
-
Gost3410ValidationParameters
- Inherited Members
Constructors
Gost3410ValidationParameters(int, int)
public Gost3410ValidationParameters(int x0, int c)
Parameters
Gost3410ValidationParameters(long, long)
public Gost3410ValidationParameters(long x0L, long cL)
Parameters
Properties
C
public int C { get; }
Property Value
CL
public long CL { get; }
Property Value
X0
public int X0 { get; }
Property Value
X0L
public long X0L { get; }
Property Value
Methods
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.