public class ClientKexManager extends KexManager
log| Constructor and Description |
|---|
ClientKexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
String hostname,
int port,
ServerHostKeyVerifier keyVerifier,
SecureRandom rnd) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(byte[] msg,
int msglen) |
protected boolean |
verifySignature(byte[] sig,
byte[] hostkey) |
checkKexAlgorithmList, checkServerHostkeyAlgorithmsList, finishKex, getDefaultClientKexAlgorithmList, getDefaultServerHostkeyAlgorithmList, getDefaultServerKexAlgorithmList, getOrWaitForConnectionInfo, initiateKEX, mergeKexParameterspublic ClientKexManager(TransportManager tm, ClientServerHello csh, CryptoWishList initialCwl, String hostname, int port, ServerHostKeyVerifier keyVerifier, SecureRandom rnd)
protected boolean verifySignature(byte[] sig,
byte[] hostkey)
throws IOException
IOExceptionpublic void handleMessage(byte[] msg,
int msglen)
throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.