Package com.trilead.ssh2.packets
Class PacketKexDhGexGroup
java.lang.Object
com.trilead.ssh2.packets.PacketKexDhGexGroup
public class PacketKexDhGexGroup extends Object
PacketKexDhGexGroup.
- Version:
- $Id: PacketKexDhGexGroup.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Constructor Summary
Constructors Constructor Description PacketKexDhGexGroup(byte[] payload, int off, int len) -
Method Summary
Modifier and Type Method Description BigIntegergetG()BigIntegergetP()
-
Constructor Details
-
PacketKexDhGexGroup
- Throws:
IOException
-
-
Method Details