public class GOST3410Parameters extends java.lang.Object implements CipherParameters
Modifier and Type | Field and Description |
---|---|
private java.math.BigInteger |
a |
private java.math.BigInteger |
p |
private java.math.BigInteger |
q |
private GOST3410ValidationParameters |
validation |
Constructor and Description |
---|
GOST3410Parameters(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger a) |
GOST3410Parameters(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger a,
GOST3410ValidationParameters params) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.math.BigInteger |
getA() |
java.math.BigInteger |
getP() |
java.math.BigInteger |
getQ() |
GOST3410ValidationParameters |
getValidationParameters() |
int |
hashCode() |
private java.math.BigInteger p
private java.math.BigInteger q
private java.math.BigInteger a
private GOST3410ValidationParameters validation
public GOST3410Parameters(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger a)
public GOST3410Parameters(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger a, GOST3410ValidationParameters params)
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getA()
public GOST3410ValidationParameters getValidationParameters()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object