Package com.trilead.ssh2.transport
Class KexState
- java.lang.Object
-
- com.trilead.ssh2.transport.KexState
-
public class KexState extends java.lang.ObjectKexState.
-
-
Field Summary
Fields Modifier and Type Field Description DHGexParametersdhgexParametersDhGroupExchangedhgxDhExchangedhxbyte[]Hbyte[]hostkeyjava.math.BigIntegerKPacketKexInitlocalKEXNegotiatedParametersnpPacketKexInitremoteKEXintstate
-
Constructor Summary
Constructors Constructor Description KexState()
-
-
-
Field Detail
-
localKEX
public PacketKexInit localKEX
-
remoteKEX
public PacketKexInit remoteKEX
-
np
public NegotiatedParameters np
-
state
public int state
-
K
public java.math.BigInteger K
-
H
public byte[] H
-
hostkey
public byte[] hostkey
-
dhx
public DhExchange dhx
-
dhgx
public DhGroupExchange dhgx
-
dhgexParameters
public DHGexParameters dhgexParameters
-
-