ch.ethz.ssh2.packets
Class PacketKexDhGexRequest

java.lang.Object
  extended by ch.ethz.ssh2.packets.PacketKexDhGexRequest

public class PacketKexDhGexRequest
extends java.lang.Object

PacketKexDhGexRequest.

Version:
$Id: PacketKexDhGexRequest.java,v 1.4 2005/08/24 17:54:09 cplattne Exp $
Author:
Christian Plattner, plattner@inf.ethz.ch

Field Summary
(package private)  int max
           
(package private)  int min
           
(package private)  int n
           
(package private)  byte[] payload
           
 
Constructor Summary
PacketKexDhGexRequest(DHGexParameters para)
           
 
Method Summary
 byte[] getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

payload

byte[] payload

min

int min

n

int n

max

int max
Constructor Detail

PacketKexDhGexRequest

public PacketKexDhGexRequest(DHGexParameters para)
Method Detail

getPayload

public byte[] getPayload()