Frames | No Frames |
Classes derived from com.sshtools.j2ssh.transport.TransportProtocolException | |
class |
Methods which throw type com.sshtools.j2ssh.transport.TransportProtocolException | |
void | AbstractHostKeyVerification.onDeniedHost(String host) |
void | DialogHostKeyVerification.onDeniedHost(String host) |
void | DialogKnownHostsKeyVerification.onDeniedHost(String host) |
void | AbstractHostKeyVerification.onHostKeyMismatch(String host, String allowedHostKey, String actualHostKey) |
void | DialogHostKeyVerification.onHostKeyMismatch(String host, String recordedFingerprint, String actualFingerprint) |
void | DialogKnownHostsKeyVerification.onHostKeyMismatch(String host, SshPublicKey recorded, SshPublicKey actual) |
void | AbstractHostKeyVerification.onUnknownHost(String host, String hostKeyFingerprint) |
void | DialogHostKeyVerification.onUnknownHost(String host, String fingerprint) |
void | |
boolean |
Classes derived from com.sshtools.j2ssh.transport.TransportProtocolException | |
class | |
class |
Classes derived from com.sshtools.j2ssh.transport.TransportProtocolException | |
class |
Thrown by the transport protocol if an error occurs during any type of
algorithm initialization. |
class |
Thrown by the transport protocol if an algortihm cannot be agreed between
the client and server. |
class |
Thrown by the transport protocol if an algorithm is not supported by the
underlying JCE. |
class |
Thrown by the transport protocol if an algorithm operation error occurs. |
class |
Thrown by abstract host key verifications when a host file is invalid
|
class |
Thrown by SshMessage implementations when an invalid message is
found. |
class |
Thrown by the message store when the store reaches EOF. |
Constructors which throw type com.sshtools.j2ssh.transport.TransportProtocolException | |
Creates a new TransportProtocolClient object. |
Methods which throw type com.sshtools.j2ssh.transport.TransportProtocolException | |
void | AbstractKnownHostsKeyVerification.onHostKeyMismatch(String host, SshPublicKey allowedHostKey, SshPublicKey actualHostKey)
Called by the verifyHost method when the host key supplied
by the host does not match the current key recording in the known hosts
file. |
void |
Called by the verifyHost method when the host key supplied
is not recorded in the known_hosts file. |
void | TransportProtocolCommon.setKexTimeout(long seconds) |
void | TransportProtocolCommon.setKexTransferLimit(long kilobytes) |
boolean |
Verifies a host key against the list of known_hosts. |
boolean |
Called by the transport protocol to verify the identity of the server
through the supplied public key. |
boolean |
Simply returns true to all requests. |
boolean | TransportProtocolClient.verifyHostKey(byte[] key, byte[] sig, byte[] sigdata) |