public class

KexState

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.transport.KexState

Class Overview

KexState.

Summary

Fields
public byte[] H
public BigInteger K
public DHGexParameters dhgexParameters
public DhGroupExchange dhgx
public DhExchange dhx
public byte[] hostkey
public PacketKexInit localKEX
public NegotiatedParameters np
public PacketKexInit remoteKEX
public int state
Public Constructors
KexState()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public byte[] H

public BigInteger K

public DHGexParameters dhgexParameters

public DhGroupExchange dhgx

public DhExchange dhx

public byte[] hostkey

public PacketKexInit localKEX

public PacketKexInit remoteKEX

public int state

Public Constructors

public KexState ()