Uses of Class
com.sshtools.j2ssh.transport.TransportProtocolException
Packages that use TransportProtocolException
Package
Description
-
Uses of TransportProtocolException in com.sshtools.common.hosts
Methods in com.sshtools.common.hosts that throw TransportProtocolExceptionModifier and TypeMethodDescriptionabstract voidAbstractHostKeyVerification.onDeniedHost(String host) voidDialogHostKeyVerification.onDeniedHost(String host) voidDialogKnownHostsKeyVerification.onDeniedHost(String host) abstract voidAbstractHostKeyVerification.onHostKeyMismatch(String host, String allowedHostKey, String actualHostKey) voidDialogHostKeyVerification.onHostKeyMismatch(String host, String recordedFingerprint, String actualFingerprint) voidDialogKnownHostsKeyVerification.onHostKeyMismatch(String host, SshPublicKey recorded, SshPublicKey actual) abstract voidAbstractHostKeyVerification.onUnknownHost(String host, String hostKeyFingerprint) voidDialogHostKeyVerification.onUnknownHost(String host, String fingerprint) voidDialogKnownHostsKeyVerification.onUnknownHost(String host, SshPublicKey key) booleanAbstractHostKeyVerification.verifyHost(String host, SshPublicKey pk) -
Uses of TransportProtocolException in com.sshtools.j2ssh.transport
Subclasses of TransportProtocolException in com.sshtools.j2ssh.transportModifier and TypeClassDescriptionclassThrown by the transport protocol if an error occurs during any type of algorithm initialization.classThrown by the transport protocol if an algortihm cannot be agreed between the client and server.classThrown by the transport protocol if an algorithm is not supported by the underlying JCE.classThrown by the transport protocol if an algorithm operation error occurs.classThrown by abstract host key verifications when a host file is invalidclassThrown bySshMessageimplementations when an invalid message is found.classThrown by the message store when the store reaches EOF.Methods in com.sshtools.j2ssh.transport that throw TransportProtocolExceptionModifier and TypeMethodDescriptionabstract voidAbstractKnownHostsKeyVerification.onHostKeyMismatch(String host, SshPublicKey allowedHostKey, SshPublicKey actualHostKey) Called by theverifyHostmethod when the host key supplied by the host does not match the current key recording in the known hosts file.abstract voidAbstractKnownHostsKeyVerification.onUnknownHost(String host, SshPublicKey key) Called by theverifyHostmethod when the host key supplied is not recorded in the known_hosts file.voidTransportProtocolCommon.setKexTimeout(long seconds) voidTransportProtocolCommon.setKexTransferLimit(long kilobytes) booleanAbstractKnownHostsKeyVerification.verifyHost(String host, SshPublicKey pk) Verifies a host key against the list of known_hosts.booleanHostKeyVerification.verifyHost(String host, SshPublicKey pk) Called by the transport protocol to verify the identity of the server through the supplied public key.booleanIgnoreHostKeyVerification.verifyHost(String host, SshPublicKey pk) Simply returnstrueto all requests.protected booleanTransportProtocolClient.verifyHostKey(byte[] key, byte[] sig, byte[] sigdata) Constructors in com.sshtools.j2ssh.transport that throw TransportProtocolExceptionModifierConstructorDescriptionCreates a new TransportProtocolClient object. -
Uses of TransportProtocolException in com.sshtools.j2ssh.transport.kex
Subclasses of TransportProtocolException in com.sshtools.j2ssh.transport.kex -
Uses of TransportProtocolException in com.sshtools.j2ssh.transport.publickey
Subclasses of TransportProtocolException in com.sshtools.j2ssh.transport.publickeyModifier and TypeClassDescriptionclassclass