com.trilead.ssh2.packets
Class PacketKexDhGexInit

java.lang.Object
  extended by com.trilead.ssh2.packets.PacketKexDhGexInit

public class PacketKexDhGexInit
extends java.lang.Object

PacketKexDhGexInit.

Version:
$Id: PacketKexDhGexInit.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
Author:
Christian Plattner, plattner@trilead.com

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
 

Constructor Detail

PacketKexDhGexInit

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

getPayload

public byte[] getPayload()


Copyright © 2011. All Rights Reserved.