Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.trilead.ssh2.signature.DSAPrivateKey
public class DSAPrivateKey
extends java.lang.Object
Constructor 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()