Package com.trilead.ssh2.signature
Class DSAPublicKey
- java.lang.Object
-
- com.trilead.ssh2.signature.DSAPublicKey
-
public class DSAPublicKey extends java.lang.ObjectDSAPublicKey.- Version:
- $Id: DSAPublicKey.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
-
-
Constructor Summary
Constructors Constructor Description DSAPublicKey(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g, java.math.BigInteger y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetG()java.math.BigIntegergetP()java.math.BigIntegergetQ()java.math.BigIntegergetY()
-