An abstract HostKeyVerification class providing validation against the known_hosts format.
HostKeyVerification
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 simple Service class to provide an asyncronous messaging service for the transport protocol.
Service
Implements the AbstractKnownHostsKeyVerification to provide host key verification through the console.
AbstractKnownHostsKeyVerification
A simple host key verification implementation that automatically approves the servers host key.
Thrown by SshMessage implementations when an invalid message is found.
SshMessage
Thrown 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.
After the transport protocol negotiates the protocol version and performs server authentication via key exchange, the client requests a service.
This class represents the state of a transport protocol service.
This class implements the payload portion each message sent by the transport protocol.
This class implements a message store that can be used to provide a blocking mechanism for transport protocol messages.