Uses of Package
com.sshtools.j2ssh.transport

Packages that use com.sshtools.j2ssh.transport
com.sshtools.common.automate   
com.sshtools.common.hosts   
com.sshtools.common.ui   
com.sshtools.daemon.authentication   
com.sshtools.daemon.transport   
com.sshtools.j2ssh   
com.sshtools.j2ssh.agent   
com.sshtools.j2ssh.authentication   
com.sshtools.j2ssh.connection   
com.sshtools.j2ssh.sftp   
com.sshtools.j2ssh.subsystem   
com.sshtools.j2ssh.transport   
com.sshtools.j2ssh.transport.cipher   
com.sshtools.j2ssh.transport.compression   
com.sshtools.j2ssh.transport.hmac   
com.sshtools.j2ssh.transport.kex   
com.sshtools.j2ssh.transport.publickey   
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.common.automate
HostKeyVerification
           An interface to allow the transport protocol to verify the public key supplied by the server during key-exchange
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.common.hosts
AbstractKnownHostsKeyVerification
           An abstract HostKeyVerification class providing validation against the known_hosts format.
HostKeyVerification
           An interface to allow the transport protocol to verify the public key supplied by the server during key-exchange
InvalidHostFileException
           Thrown by abstract host key verifications when a host file is invalid
TransportProtocolException
           
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.common.ui
AbstractKnownHostsKeyVerification
           An abstract HostKeyVerification class providing validation against the known_hosts format.
HostKeyVerification
           An interface to allow the transport protocol to verify the public key supplied by the server during key-exchange
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.daemon.authentication
AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
AsyncService
           Extends the simple Service class to provide an asyncronous messaging service for the transport protocol.
Service
           This class implements the transport protocol service.
SshMessage
           This class implements the payload portion each message sent by the transport protocol.
TransportProtocolState
           
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.daemon.transport
AlgorithmInitializationException
           Thrown by the transport protocol if an error occurs during any type of algorithm initialization.
AlgorithmNotAgreedException
           Thrown by the transport protocol if an algortihm cannot be agreed between the client and server.
AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
AlgorithmOperationException
           Thrown by the transport protocol if an algorithm operation error occurs.
MessageAlreadyRegisteredException
           Thrown by message store when a message is already registered
Service
           This class implements the transport protocol service.
SshMessage
           This class implements the payload portion each message sent by the transport protocol.
SshMsgKexInit
           
TransportProtocol
           
TransportProtocolCommon
           
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh
HostKeyVerification
           An interface to allow the transport protocol to verify the public key supplied by the server during key-exchange
TransportProtocol
           
TransportProtocolClient
           
TransportProtocolEventHandler
           
TransportProtocolState
           
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.agent
InvalidMessageException
           Thrown by SshMessage implementations when an invalid message is found.
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.authentication
AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
InvalidMessageException
           Thrown by SshMessage implementations when an invalid message is found.
Service
           This class implements the transport protocol service.
SshMessage
           This class implements the payload portion each message sent by the transport protocol.
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.connection
AsyncService
           Extends the simple Service class to provide an asyncronous messaging service for the transport protocol.
InvalidMessageException
           Thrown by SshMessage implementations when an invalid message is found.
Service
           This class implements the transport protocol service.
SshMessage
           This class implements the payload portion each message sent by the transport protocol.
SshMessageStore
           This class implements a message store that can be used to provide a blocking mechanism for transport protocol messages.
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.sftp
InvalidMessageException
           Thrown by SshMessage implementations when an invalid message is found.
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.subsystem
InvalidMessageException
           Thrown by SshMessage implementations when an invalid message is found.
MessageNotAvailableException
           Thrown by the message store when a message is not available.
MessageStoreEOFException
           Thrown by the message store when the store reaches EOF.
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.transport
AbstractKnownHostsKeyVerification
           An abstract HostKeyVerification class providing validation against the known_hosts format.
AlgorithmInitializationException
           Thrown by the transport protocol if an error occurs during any type of algorithm initialization.
AlgorithmNotAgreedException
           Thrown by the transport protocol if an algortihm cannot be agreed between the client and server.
AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
AlgorithmOperationException
           Thrown by the transport protocol if an algorithm operation error occurs.
HostKeyVerification
           An interface to allow the transport protocol to verify the public key supplied by the server during key-exchange
InvalidHostFileException
           Thrown by abstract host key verifications when a host file is invalid
InvalidMessageException
           Thrown by SshMessage implementations when an invalid message is found.
MessageAlreadyRegisteredException
           Thrown by message store when a message is already registered
MessageNotAvailableException
           Thrown by the message store when a message is not available.
MessageNotRegisteredException
           Thrown by the message store when a message is added which is not registered.
MessageStoreEOFException
           Thrown by the message store when the store reaches EOF.
Service
           This class implements the transport protocol service.
ServiceState
           This class represents the state of a transport protocol service.
SshMessage
           This class implements the payload portion each message sent by the transport protocol.
SshMessageListener
          Title:
SshMessageStore
           This class implements a message store that can be used to provide a blocking mechanism for transport protocol messages.
SshMsgKexInit
           
TransportProtocol
           
TransportProtocolAlgorithmSync
           
TransportProtocolCommon
           
TransportProtocolEventHandler
           
TransportProtocolException
           
TransportProtocolState
           
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.transport.cipher
AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
AlgorithmOperationException
           Thrown by the transport protocol if an algorithm operation error occurs.
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.transport.compression
AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.transport.hmac
AlgorithmInitializationException
           Thrown by the transport protocol if an error occurs during any type of algorithm initialization.
AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.transport.kex
AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
InvalidMessageException
           Thrown by SshMessage implementations when an invalid message is found.
SshMessage
           This class implements the payload portion each message sent by the transport protocol.
SshMessageStore
           This class implements a message store that can be used to provide a blocking mechanism for transport protocol messages.
TransportProtocol
           
TransportProtocolException
           
 

Classes in com.sshtools.j2ssh.transport used by com.sshtools.j2ssh.transport.publickey
AlgorithmNotSupportedException
           Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
TransportProtocolException
           
 



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