Table of Contents

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

x0 int
c int

Gost3410ValidationParameters(long, long)

public Gost3410ValidationParameters(long x0L, long cL)

Parameters

x0L long
cL long

Properties

C

public int C { get; }

Property Value

int

CL

public long CL { get; }

Property Value

long

X0

public int X0 { get; }

Property Value

int

X0L

public long X0L { get; }

Property Value

long

Methods

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.