ch.ethz.ssh2.packets
Class PacketKexDHReply

java.lang.Object
  extended by ch.ethz.ssh2.packets.PacketKexDHReply

public class PacketKexDHReply
extends Object

PacketKexDHReply.

Version:
2.50, 03/15/10
Author:
Christian Plattner

Constructor Summary
PacketKexDHReply(byte[] payload, int off, int len)
           
 
Method Summary
 BigInteger getF()
           
 byte[] getHostKey()
           
 byte[] getSignature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2011. All Rights Reserved.