org.bouncycastle.crypto.params

Class GOST3410ValidationParameters

public class GOST3410ValidationParameters extends Object

Constructor Summary
GOST3410ValidationParameters(int x0, int c)
GOST3410ValidationParameters(long x0L, long cL)
Method Summary
booleanequals(Object o)
intgetC()
longgetCL()
intgetX0()
longgetX0L()
inthashCode()

Constructor Detail

GOST3410ValidationParameters

public GOST3410ValidationParameters(int x0, int c)

GOST3410ValidationParameters

public GOST3410ValidationParameters(long x0L, long cL)

Method Detail

equals

public boolean equals(Object o)

getC

public int getC()

getCL

public long getCL()

getX0

public int getX0()

getX0L

public long getX0L()

hashCode

public int hashCode()