|
abcdef | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerHostKeyVerifier | |
|---|---|
| com.trilead.ssh2 | |
| com.trilead.ssh2.transport | |
| Uses of ServerHostKeyVerifier in com.trilead.ssh2 |
|---|
| Methods in com.trilead.ssh2 with parameters of type ServerHostKeyVerifier | |
|---|---|
ConnectionInfo |
Connection.connect(ServerHostKeyVerifier verifier)
Same as connect(verifier, 0, 0). |
ConnectionInfo |
Connection.connect(ServerHostKeyVerifier verifier,
int connectTimeout,
int kexTimeout)
Connect to the SSH-2 server and, as soon as the server has presented its host key, use the ServerHostKeyVerifier.verifyServerHostKey() method of the
verifier to ask for permission to proceed. |
| Uses of ServerHostKeyVerifier in com.trilead.ssh2.transport |
|---|
| Methods in com.trilead.ssh2.transport with parameters of type ServerHostKeyVerifier | |
|---|---|
void |
TransportManager.initialize(CryptoWishList cwl,
ServerHostKeyVerifier verifier,
DHGexParameters dhgex,
int connectTimeout,
java.security.SecureRandom rnd,
ProxyData proxyData)
|
| Constructors in com.trilead.ssh2.transport with parameters of type ServerHostKeyVerifier | |
|---|---|
KexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
java.lang.String hostname,
int port,
ServerHostKeyVerifier keyVerifier,
java.security.SecureRandom rnd)
|
|
|
abcdef | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||