Package | Description |
---|---|
com.trilead.ssh2.packets | |
com.trilead.ssh2.transport |
Constructor and Description |
---|
PacketKexInit(CryptoWishList cwl,
java.security.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,
java.security.SecureRandom rnd,
ProxyData proxyData) |
void |
KexManager.initiateKEX(CryptoWishList cwl,
DHGexParameters dhgex) |
Constructor and Description |
---|
KexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
java.lang.String hostname,
int port,
ServerHostKeyVerifier keyVerifier,
java.security.SecureRandom rnd) |
Copyright © 2013. All Rights Reserved.