|
Bouncy Castle Cryptography 1.29 | |||||||||
| 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 | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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.
|
Bouncy Castle Cryptography 1.29 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||