public class KexState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DHGexParameters |
dhgexParameters |
DhGroupExchange |
dhgx |
DhExchange |
dhx |
byte[] |
H |
byte[] |
hostkey |
java.math.BigInteger |
K |
PacketKexInit |
localKEX |
NegotiatedParameters |
np |
PacketKexInit |
remoteKEX |
int |
state |
Constructor and Description |
---|
KexState() |
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
Copyright © 2013. All Rights Reserved.