Constructor and Description |
---|
DSAPublicKeySpec(BigInteger y,
BigInteger p,
BigInteger q,
BigInteger g) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getG() |
BigInteger |
getP() |
BigInteger |
getQ() |
BigInteger |
getY() |
public DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger g)
public BigInteger getG()
public BigInteger getP()
public BigInteger getQ()
public BigInteger getY()