Uses of Class com.sshtools.j2ssh.transport.TransportProtocolException

Uses in package com.sshtools.j2ssh.transport.kex

Classes derived from com.sshtools.j2ssh.transport.TransportProtocolException

class

Uses in package com.sshtools.common.hosts

Methods which throw type com.sshtools.j2ssh.transport.TransportProtocolException

void
void
void
void
AbstractHostKeyVerification.onHostKeyMismatch(String host, String allowedHostKey, String actualHostKey)
void
DialogHostKeyVerification.onHostKeyMismatch(String host, String recordedFingerprint, String actualFingerprint)
void
void
AbstractHostKeyVerification.onUnknownHost(String host, String hostKeyFingerprint)
void
DialogHostKeyVerification.onUnknownHost(String host, String fingerprint)
void
boolean

Uses in package com.sshtools.j2ssh.transport.publickey

Classes derived from com.sshtools.j2ssh.transport.TransportProtocolException

class
class

Uses in package com.sshtools.j2ssh.transport

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
void
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)

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.