-
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DSAParameterSpec
public DSAParameterSpec(BigInteger p,
BigInteger q,
BigInteger g)
Creates a new DSAParameterSpec with the specified parameter values.
- Parameters:
p
- the prime.
q
- the sub-prime.
g
- the base.
-
Method Detail
-
getQ
public BigInteger getQ()
Returns the sub-prime q
.
- Specified by:
getQ
in interface DSAParams
- Returns:
- the sub-prime
q
.