public class GOST3410PublicKeyParameterSetSpec
extends java.lang.Object
| Constructor and Description | 
|---|
GOST3410PublicKeyParameterSetSpec(java.math.BigInteger p,
                                 java.math.BigInteger q,
                                 java.math.BigInteger a)
Creates a new GOST3410ParameterSpec with the specified parameter values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
java.math.BigInteger | 
getA()
Returns the base  
a. | 
java.math.BigInteger | 
getP()
Returns the prime  
p. | 
java.math.BigInteger | 
getQ()
Returns the sub-prime  
q. | 
int | 
hashCode()  | 
public GOST3410PublicKeyParameterSetSpec(java.math.BigInteger p,
                                         java.math.BigInteger q,
                                         java.math.BigInteger a)
p - the prime.q - the sub-prime.a - the base.public java.math.BigInteger getP()
p.p.public java.math.BigInteger getQ()
q.q.public java.math.BigInteger getA()
a.a.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object