Package com.trilead.ssh2.packets
Class PacketKexDhGexGroup
- java.lang.Object
-
- com.trilead.ssh2.packets.PacketKexDhGexGroup
-
public class PacketKexDhGexGroup extends java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getG()
java.math.BigInteger
getP()
-