Package | Description |
---|---|
com.trilead.ssh2 | |
com.trilead.ssh2.crypto.dh | |
com.trilead.ssh2.packets | |
com.trilead.ssh2.transport |
Modifier and Type | Method and Description |
---|---|
void |
Connection.setDHGexParameters(DHGexParameters dgp)
Sets the parameters for the diffie-hellman group exchange.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
DhGroupExchange.calculateH(byte[] clientversion,
byte[] serverversion,
byte[] clientKexPayload,
byte[] serverKexPayload,
byte[] hostKey,
DHGexParameters para) |
Constructor and Description |
---|
PacketKexDhGexRequest(DHGexParameters para) |
PacketKexDhGexRequestOld(DHGexParameters para) |
Modifier and Type | Field and Description |
---|---|
DHGexParameters |
KexState.dhgexParameters |
Modifier and Type | Method and Description |
---|---|
void |
TransportManager.forceKeyExchange(CryptoWishList cwl,
DHGexParameters dhgex) |
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
int readTimeout,
SecureRandom rnd,
ProxyData proxyData) |
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
SecureRandom rnd,
ProxyData proxyData) |
void |
KexManager.initiateKEX(CryptoWishList cwl,
DHGexParameters dhgex) |
Copyright © 2018. All rights reserved.