java.lang.Object
java.security.spec.DSAPublicKeySpec
-
Constructor Summary
ConstructorDescriptionDSAPublicKeySpec
(BigInteger y, BigInteger p, BigInteger q, BigInteger g) Creates a new DSAPublicKeySpec with the specified parameter values. -
Method Summary
-
Constructor Details
-
DSAPublicKeySpec
Creates a new DSAPublicKeySpec with the specified parameter values.- Parameters:
y
- the public key.p
- the prime.q
- the sub-prime.g
- the base.
-
-
Method Details
-
getY
-
getP
-
getQ
-
getG
-