public class

PacketKexDHReply

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

Class Overview

PacketKexDHReply.

Summary

Fields
BigInteger f
byte[] hostKey
byte[] payload
byte[] signature
Public Constructors
PacketKexDHReply(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 PacketKexDHReply (byte[] payload, int off, int len)

Parameters
payload
off
len
Throws
IOException

Public Methods

public BigInteger getF ()

public byte[] getHostKey ()

public byte[] getSignature ()