ch.ethz.ssh2.signature
Class DSAPrivateKey
java.lang.Object
ch.ethz.ssh2.signature.DSAPrivateKey
public class DSAPrivateKey
- extends Object
DSAPrivateKey.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSAPrivateKey
public DSAPrivateKey(BigInteger p,
BigInteger q,
BigInteger g,
BigInteger y,
BigInteger x)
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.