public class KexState extends Object
| Modifier and Type | Field and Description |
|---|---|
DHGexParameters |
dhgexParameters |
DhGroupExchange |
dhgx |
DhExchange |
dhx |
byte[] |
H |
BigInteger |
K |
DSAPrivateKey |
local_dsa_key |
RSAPrivateKey |
local_rsa_key |
PacketKexInit |
localKEX |
NegotiatedParameters |
np |
byte[] |
remote_hostkey |
PacketKexInit |
remoteKEX |
int |
state |
| Constructor and Description |
|---|
KexState() |
public PacketKexInit localKEX
public PacketKexInit remoteKEX
public NegotiatedParameters np
public int state
public BigInteger K
public byte[] H
public byte[] remote_hostkey
public DhExchange dhx
public DhGroupExchange dhgx
public DHGexParameters dhgexParameters
public DSAPrivateKey local_dsa_key
public RSAPrivateKey local_rsa_key
Copyright © 2014. All Rights Reserved.