|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.ssh2.transport.KexState
public class KexState
KexState.
Field Summary | |
---|---|
DHGexParameters |
dhgexParameters
|
DhGroupExchange |
dhgx
|
DhExchange |
dhx
|
byte[] |
H
|
byte[] |
hostkey
|
java.math.BigInteger |
K
|
PacketKexInit |
localKEX
|
NegotiatedParameters |
np
|
PacketKexInit |
remoteKEX
|
int |
state
|
Constructor Summary | |
---|---|
KexState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PacketKexInit localKEX
public PacketKexInit remoteKEX
public NegotiatedParameters np
public int state
public java.math.BigInteger K
public byte[] H
public byte[] hostkey
public DhExchange dhx
public DhGroupExchange dhgx
public DHGexParameters dhgexParameters
Constructor Detail |
---|
public KexState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |