public class

PacketKexDhGexReply

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.packets.PacketKexDhGexReply

Class Overview

PacketKexDhGexReply.

Summary

Fields
BigInteger f
byte[] hostKey
byte[] payload
byte[] signature
Public Constructors
PacketKexDhGexReply(byte[] payload, int off, int len)
Public Methods
BigInteger getF()
byte[] getHostKey()
byte[] getSignature()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

byte[] hostKey

byte[] payload

byte[] signature

Public Constructors

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

Parameters
payload
off
len
Throws
IOException

Public Methods

public BigInteger getF ()

public byte[] getHostKey ()

public byte[] getSignature ()