public class

DSAPublicKey

extends Object
implements Serializable
java.lang.Object
   ↳ com.trilead.ssh2.signature.DSAPublicKey

Class Overview

DSAPublicKey.

Summary

Fields
private BigInteger g
private BigInteger p
private BigInteger q
private BigInteger y
Public Constructors
DSAPublicKey()
DSAPublicKey(BigInteger p, BigInteger q, BigInteger g, BigInteger y)
Public Methods
BigInteger getG()
BigInteger getP()
BigInteger getQ()
BigInteger getY()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private BigInteger g

private BigInteger p

private BigInteger q

private BigInteger y

Public Constructors

public DSAPublicKey ()

public DSAPublicKey (BigInteger p, BigInteger q, BigInteger g, BigInteger y)

Parameters
p
q
g
y

Public Methods

public BigInteger getG ()

public BigInteger getP ()

public BigInteger getQ ()

public BigInteger getY ()