-
-
Method Summary
-
Methods inherited from 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.