public class KexState extends Object
Modifier and Type | Field and Description |
---|---|
DHGexParameters |
dhgexParameters |
DhGroupExchange |
dhgx |
DhExchange |
dhx |
byte[] |
H |
byte[] |
hostkey |
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 BigInteger K
public byte[] H
public byte[] hostkey
public DhExchange dhx
public DhGroupExchange dhgx
public DHGexParameters dhgexParameters
Copyright © 2016. All rights reserved.