Example usage for Java java.security.spec DSAPrivateKeySpec fields, constructors, methods, implement or subclass
The text is from its open source code.
DSAPrivateKeySpec(BigInteger x, BigInteger p, BigInteger q, BigInteger g) Creates a new DSAPrivateKeySpec with the specified parameter values. |
BigInteger | getX() Returns the private key x . |