Package | Description |
---|---|
com.trilead.ssh2.packets | |
com.trilead.ssh2.transport |
Constructor and Description |
---|
PacketKexInit(CryptoWishList cwl,
SecureRandom rnd) |
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) |
Constructor and Description |
---|
KexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
String hostname,
int port,
ServerHostKeyVerifier keyVerifier,
SecureRandom rnd) |
Copyright © 2024. All rights reserved.