ch.ethz.ssh2.signature
Class DSAPublicKey
java.lang.Object
ch.ethz.ssh2.signature.DSAPublicKey
- public class DSAPublicKey
- extends java.lang.Object
DSAPublicKey.
- Version:
- $Id: DSAPublicKey.java,v 1.1 2005/05/26 14:53:30 cplattne Exp $
- Author:
- Christian Plattner, plattner@inf.ethz.ch
Field Summary |
private java.math.BigInteger |
g
|
private java.math.BigInteger |
p
|
private java.math.BigInteger |
q
|
private java.math.BigInteger |
y
|
Constructor Summary |
DSAPublicKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y)
|
Method Summary |
java.math.BigInteger |
getG()
|
java.math.BigInteger |
getP()
|
java.math.BigInteger |
getQ()
|
java.math.BigInteger |
getY()
|
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
y
private java.math.BigInteger y
DSAPublicKey
public DSAPublicKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g,
java.math.BigInteger y)
getP
public java.math.BigInteger getP()
getQ
public java.math.BigInteger getQ()
getG
public java.math.BigInteger getG()
getY
public java.math.BigInteger getY()