| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.trilead.ssh2.signature.DSAPrivateKeypublic class DSAPrivateKeyextends java.lang.ObjectConstructor Summary | |
| |
Method Summary | |
BigInteger |
|
BigInteger |
|
DSAPublicKey | |
BigInteger |
|
BigInteger |
|
BigInteger |
|
public DSAPrivateKey(BigInteger p,
BigInteger q,
BigInteger g,
BigInteger y,
BigInteger x)public BigInteger getG()
public BigInteger getP()
public BigInteger getQ()
public BigInteger getX()
public BigInteger getY()