Java java.security.spec DSAPrivateKeySpec fields, constructors, methods, implement or subclass

Example usage for Java java.security.spec DSAPrivateKeySpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.spec DSAPrivateKeySpec.

The text is from its open source code.

Constructor

DSAPrivateKeySpec(BigInteger x, BigInteger p, BigInteger q, BigInteger g)
Creates a new DSAPrivateKeySpec with the specified parameter values.

Method

BigIntegergetX()
Returns the private key x .