public class

DSAPrivateKey

extends Object
implements Serializable
java.lang.Object
   ↳ com.trilead.ssh2.signature.DSAPrivateKey

Class Overview

DSAPrivateKey.

Summary

Fields
private BigInteger g
private BigInteger p
private BigInteger q
private BigInteger x
private BigInteger y
Public Constructors
DSAPrivateKey()
DSAPrivateKey(BigInteger p, BigInteger q, BigInteger g, BigInteger y, BigInteger x)
Public Methods
BigInteger getG()
BigInteger getP()
DSAPublicKey getPublicKey()
BigInteger getQ()
BigInteger getX()
BigInteger getY()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private BigInteger g

private BigInteger p

private BigInteger q

private BigInteger x

private BigInteger y

Public Constructors

public DSAPrivateKey ()

public DSAPrivateKey (BigInteger p, BigInteger q, BigInteger g, BigInteger y, BigInteger x)

Parameters
p
q
g
y
x

Public Methods

public BigInteger getG ()

public BigInteger getP ()

public DSAPublicKey getPublicKey ()

public BigInteger getQ ()

public BigInteger getX ()

public BigInteger getY ()