|
Bouncy Castle Cryptography 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.security.spec.DSAParameterSpec
| Constructor Summary | |
DSAParameterSpec(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g)
|
|
| Method Summary | |
java.math.BigInteger |
getG()
|
java.math.BigInteger |
getP()
|
java.math.BigInteger |
getQ()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DSAParameterSpec(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g)
| Method Detail |
public java.math.BigInteger getG()
getG in interface java.security.interfaces.DSAParamspublic java.math.BigInteger getP()
getP in interface java.security.interfaces.DSAParamspublic java.math.BigInteger getQ()
getQ in interface java.security.interfaces.DSAParams
|
Bouncy Castle Cryptography 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||