ch.ethz.ssh2.signature
Class DSAPrivateKey

java.lang.Object
  extended by ch.ethz.ssh2.signature.DSAPrivateKey

public class DSAPrivateKey
extends Object

DSAPrivateKey.

Version:
2.50, 03/15/10
Author:
Christian Plattner

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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAPrivateKey

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

getP

public BigInteger getP()

getQ

public BigInteger getQ()

getG

public BigInteger getG()

getY

public BigInteger getY()

getX

public BigInteger getX()

getPublicKey

public DSAPublicKey getPublicKey()


Copyright © 2011. All Rights Reserved.