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