ch.ethz.ssh2.packets
Class PacketKexDhGexInit

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

public class PacketKexDhGexInit
extends java.lang.Object

PacketKexDhGexInit.

Version:
2.50, 03/15/10
Author:
Christian Plattner

Field Summary
(package private)  java.math.BigInteger e
           
(package private)  byte[] payload
           
 
Constructor Summary
PacketKexDhGexInit(java.math.BigInteger e)
           
 
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

e

java.math.BigInteger e
Constructor Detail

PacketKexDhGexInit

public PacketKexDhGexInit(java.math.BigInteger e)
Method Detail

getPayload

public byte[] getPayload()