com.trilead.ssh2.signature

Class DSAPrivateKey


public class DSAPrivateKey
extends java.lang.Object

DSAPrivateKey.

Constructor Summary

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

Method Summary

BigInteger
getG()
BigInteger
getP()
DSAPublicKey
getPublicKey()
BigInteger
getQ()
BigInteger
getX()
BigInteger
getY()

Constructor Details

DSAPrivateKey

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

Method Details

getG

public BigInteger getG()

getP

public BigInteger getP()

getPublicKey

public DSAPublicKey getPublicKey()

getQ

public BigInteger getQ()

getX

public BigInteger getX()

getY

public BigInteger getY()