public class DSAPrivateKey
extends java.lang.Object
| Constructor and Description |
|---|
DSAPrivateKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y,
java.math.BigInteger x) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getG() |
java.math.BigInteger |
getP() |
DSAPublicKey |
getPublicKey() |
java.math.BigInteger |
getQ() |
java.math.BigInteger |
getX() |
java.math.BigInteger |
getY() |
public DSAPrivateKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y,
java.math.BigInteger x)
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getG()
public java.math.BigInteger getY()
public java.math.BigInteger getX()
public DSAPublicKey getPublicKey()