ch.ethz.ssh2.packets
Class PacketKexDhGexRequestOld

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

public class PacketKexDhGexRequestOld
extends java.lang.Object

PacketKexDhGexRequestOld.

Version:
$Id: PacketKexDhGexRequestOld.java,v 1.2 2006/09/20 12:52:46 cplattne Exp $
Author:
Christian Plattner, plattner@inf.ethz.ch

Field Summary
(package private)  int n
           
(package private)  byte[] payload
           
 
Constructor Summary
PacketKexDhGexRequestOld(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

n

int n
Constructor Detail

PacketKexDhGexRequestOld

public PacketKexDhGexRequestOld(DHGexParameters para)
Method Detail

getPayload

public byte[] getPayload()