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() |
Modifier and Type | Method and Description |
---|---|
String |
getHashAlgorithm() |
void |
setHashAlgorithm(String hashAlgorithm) |
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 © 2020. All rights reserved.