public class GOST3410DomainParameters
extends java.lang.Object
Constructor and Description |
---|
GOST3410DomainParameters(int keySize,
java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger a)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.math.BigInteger |
getA()
The a value.
|
int |
getKeySize()
Return the keySize associated with these parameters.
|
java.math.BigInteger |
getP()
The p value.
|
java.math.BigInteger |
getQ()
The q value.
|
int |
hashCode() |
public GOST3410DomainParameters(int keySize, java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger a)
keySize
- size of the p value (in bits).p
- p value.q
- q value.a
- a value.public int getKeySize()
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getA()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object