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 booleanequals(java.lang.Object o)intgetC()longgetCL()intgetX0()longgetX0L()inthashCode() 
 -