ch.ethz.ssh2.packets

Class PacketKexDHReply


public class PacketKexDHReply
extends java.lang.Object

PacketKexDHReply.

Constructor Summary

PacketKexDHReply(payload[] , int off, int len)

Method Summary

BigInteger
getF()
byte[]
getHostKey()
byte[]
getSignature()

Constructor Details

PacketKexDHReply

public PacketKexDHReply(payload[] ,
                        int off,
                        int len)
            throws IOException

Method Details

getF

public BigInteger getF()

getHostKey

public byte[] getHostKey()

getSignature

public byte[] getSignature()