ch.ethz.ssh2.signature
Class DSAPublicKey
java.lang.Object
ch.ethz.ssh2.signature.DSAPublicKey
public class DSAPublicKey
- extends Object
DSAPublicKey.
- 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 |
DSAPublicKey
public DSAPublicKey(BigInteger p,
BigInteger q,
BigInteger g,
BigInteger y)
getP
public BigInteger getP()
getQ
public BigInteger getQ()
getG
public BigInteger getG()
getY
public BigInteger getY()
Copyright © 2011. All Rights Reserved.