org.bouncycastle.crypto.params
public class GOST3410ValidationParameters extends Object
Constructor Summary | |
---|---|
GOST3410ValidationParameters(int x0, int c) | |
GOST3410ValidationParameters(long x0L, long cL) |
Method Summary | |
---|---|
boolean | equals(Object o) |
int | getC() |
long | getCL() |
int | getX0() |
long | getX0L() |
int | hashCode() |