|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jce.spec.GOST3410PublicKeyParameterSetSpec
public class GOST3410PublicKeyParameterSetSpec
ParameterSpec for a GOST 3410-94 key parameters.
Constructor Summary | |
---|---|
GOST3410PublicKeyParameterSetSpec(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger a)
Creates a new GOST3410ParameterSpec with the specified parameter values. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GOST3410PublicKeyParameterSetSpec(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger a)
p
- the prime.q
- the sub-prime.a
- the base.Method Detail |
---|
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.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |