public class

PacketKexDhGexGroup

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.packets.PacketKexDhGexGroup

Class Overview

PacketKexDhGexGroup.

Summary

Fields
BigInteger g
BigInteger p
byte[] payload
Public Constructors
PacketKexDhGexGroup(byte[] payload, int off, int len)
Public Methods
BigInteger getG()
BigInteger getP()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

byte[] payload

Public Constructors

public PacketKexDhGexGroup (byte[] payload, int off, int len)

Parameters
payload
off
len
Throws
IOException

Public Methods

public BigInteger getG ()

public BigInteger getP ()