Constructor and Description |
---|
DSAPrivateKeySpec(BigInteger x,
BigInteger p,
BigInteger q,
BigInteger g) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getG() |
BigInteger |
getP() |
BigInteger |
getQ() |
BigInteger |
getX() |
public DSAPrivateKeySpec(BigInteger x, BigInteger p, BigInteger q, BigInteger g)
public BigInteger getG()
public BigInteger getP()
public BigInteger getQ()
public BigInteger getX()