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