Package com.sshtools.j2ssh.transport
package com.sshtools.j2ssh.transport
-
ClassDescriptionAn abstract
HostKeyVerification
class providing validation against the known_hosts format.Thrown by the transport protocol if an error occurs during any type of algorithm initialization.Thrown by the transport protocol if an algortihm cannot be agreed between the client and server.Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.Thrown by the transport protocol if an algorithm operation error occurs.Extends the simpleService
class to provide an asyncronous messaging service for the transport protocol.Implements theAbstractKnownHostsKeyVerification
to provide host key verification through the console.An interface to allow the transport protocol to verify the public key supplied by the server during key-exchangeA simple host key verification implementation that automatically approves the servers host key.Thrown by abstract host key verifications when a host file is invalidThrown bySshMessage
implementations when an invalid message is found.Thrown by message store when a message is already registeredThrown by the message store when a message is not available.Thrown by the message store when a message is added which is not registered.Thrown by the message store when the store reaches EOF.This class implements the transport protocol service.This class represents the state of a transport protocol service.This class implements the payload portion each message sent by the transport protocol.Title:This class implements a message store that can be used to provide a blocking mechanism for transport protocol messages.Title: