ch.ethz.ssh2.packets
Class PacketKexDHReply
java.lang.Object
ch.ethz.ssh2.packets.PacketKexDHReply
public class PacketKexDHReply
- extends Object
PacketKexDHReply.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PacketKexDHReply
public PacketKexDHReply(byte[] payload,
int off,
int len)
throws IOException
- Throws:
IOException
getF
public BigInteger getF()
getHostKey
public byte[] getHostKey()
getSignature
public byte[] getSignature()
Copyright © 2011. All Rights Reserved.