java.lang.Object
java.security.spec.DSAPrivateKeySpec
-
Constructor Summary
ConstructorDescriptionDSAPrivateKeySpec
(BigInteger x, BigInteger p, BigInteger q, BigInteger g) Creates a new DSAPrivateKeySpec with the specified parameter values. -
Method Summary
-
Constructor Details
-
DSAPrivateKeySpec
Creates a new DSAPrivateKeySpec with the specified parameter values.- Parameters:
x
- the private key.p
- the prime.q
- the sub-prime.g
- the base.
-
-
Method Details
-
getX
-
getP
-
getQ
-
getG
-