|
|||||||||
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 baseMethod Detail |
---|
public BigInteger getP()
getP
in interface DSAParams
public BigInteger getQ()
getQ
in interface DSAParams
public BigInteger getG()
getG
in interface DSAParams
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |