Table of Contents

Class Gost3410ValidationParameters

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.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)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int