|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.jce.spec.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()
public java.math.BigInteger getQ()
public java.math.BigInteger getA()
public boolean equals(java.lang.Object o)
public int hashCode()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |