ch.ethz.ssh2.packets

Class PacketKexDhGexReply


public class PacketKexDhGexReply
extends java.lang.Object

PacketKexDhGexReply.

Constructor Summary

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

Method Summary

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

Constructor Details

PacketKexDhGexReply

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

Method Details

getF

public BigInteger getF()

getHostKey

public byte[] getHostKey()

getSignature

public byte[] getSignature()