ch.ethz.ssh2.signature
Class DSAPrivateKey
java.lang.Object
ch.ethz.ssh2.signature.DSAPrivateKey
public class DSAPrivateKey
- extends java.lang.Object
DSAPrivateKey.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
Field Summary |
private java.math.BigInteger |
g
|
private java.math.BigInteger |
p
|
private java.math.BigInteger |
q
|
private java.math.BigInteger |
x
|
private java.math.BigInteger |
y
|
Constructor Summary |
DSAPrivateKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y,
java.math.BigInteger x)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
p
private java.math.BigInteger p
q
private java.math.BigInteger q
g
private java.math.BigInteger g
x
private java.math.BigInteger x
y
private java.math.BigInteger y
DSAPrivateKey
public DSAPrivateKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y,
java.math.BigInteger x)
getP
public java.math.BigInteger getP()
getQ
public java.math.BigInteger getQ()
getG
public java.math.BigInteger getG()
getY
public java.math.BigInteger getY()
getX
public java.math.BigInteger getX()
getPublicKey
public DSAPublicKey getPublicKey()