public class GOST3410ValidationParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
c |
private long |
cL |
private int |
x0 |
private long |
x0L |
Constructor and Description |
---|
GOST3410ValidationParameters(int x0,
int c) |
GOST3410ValidationParameters(long x0L,
long cL) |