|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.security.spec.DSAParameterSpec
public class DSAParameterSpec
DSA Parameter class Specification. Used to maintain the DSA Parameters.
| Constructor Summary | |
|---|---|
DSAParameterSpec(BigInteger p,
BigInteger q,
BigInteger g)
Constructs a new DSAParameterSpec with the specified p, q, and g. |
|
| Method Summary | |
|---|---|
BigInteger |
getG()
Returns g for the DSA algorithm. |
BigInteger |
getP()
Returns p for the DSA algorithm. |
BigInteger |
getQ()
Returns p for the DSA algorithm. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DSAParameterSpec(BigInteger p,
BigInteger q,
BigInteger g)
p - the primeq - the sub-primeg - the base| Method Detail |
|---|
public BigInteger getP()
getP in interface DSAParamspublic BigInteger getQ()
getQ in interface DSAParamspublic BigInteger getG()
getG in interface DSAParams
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||