Package org.bouncycastle.crypto.params
Class GOST3410ValidationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.GOST3410ValidationParameters
-
public class GOST3410ValidationParameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GOST3410ValidationParameters(int x0, int c)
GOST3410ValidationParameters(long x0L, long cL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
getC()
long
getCL()
int
getX0()
long
getX0L()
int
hashCode()
-