Packages |
package | jce |
package | jcraft |
package | jgss |
Classes |
class | Buffer |
| Usually not to be used by applications. More...
|
class | Channel |
| The abstract base class for the different types of channel which may be associated with a Session. More...
|
class | ChannelAgentForwarding |
class | ChannelDirectTCPIP |
| A Channel which allows forwarding a pair of local streams to/from a TCP-connection to a server on the remote side. More...
|
class | ChannelExec |
| A channel connected to a remotely executing program. More...
|
class | ChannelForwardedTCPIP |
| A Channel created when a forwarded port at the remote side is connected. More...
|
class | ChannelSession |
| Base class for all session channels. More...
|
class | ChannelShell |
| A channel connected to a remote shell. More...
|
class | ChannelSubsystem |
| A channel connected to a subsystem of the server process. More...
|
class | ChannelX11 |
interface | Compression |
| Usually not to be used by applications. More...
|
interface | ForwardedTCPIPDaemon |
| A local deamon process executed when a host connects to to a forwarded port at the remote side. More...
|
interface | HASH |
| Usually not to be used by applications. More...
|
class | HostKey |
| The public key of a SSH server. More...
|
interface | HostKeyRepository |
| A repository for known host keys. More...
|
interface | Identity |
| A user identity for public-key authentication. More...
|
class | IdentityFile |
| The default (internal) Identity implementation, using explicitly given public and private RSA or DSA keys. More...
|
class | IO |
| Usually not to be used by applications. More...
|
class | JSch |
| This class serves as a central configuration point, and as a factory for Session objects configured with these settings. More...
|
class | JSchAuthCancelException |
class | JSchException |
| Will be thrown if anything goes wrong with the SSH protocol. More...
|
class | JSchPartialAuthException |
class | KeyExchange |
| Usually not to be used by applications. More...
|
class | KeyPair |
| Base class for a pair of public and private key. More...
|
class | KeyPairDSA |
| Usually not to be used by applications. More...
|
class | KeyPairRSA |
| Usually not to be used by applications. More...
|
class | KnownHosts |
| Usually not to be used by applications. More...
|
class | Packet |
| Usually not to be used by applications. More...
|
class | PortWatcher |
interface | Proxy |
| Allows routing connections through some proxy. More...
|
class | ProxyHTTP |
| A Proxy implementation using a HTTP proxy. More...
|
class | ProxySOCKS4 |
| A Proxy implementation using a SOCKS V5 proxy. More...
|
class | ProxySOCKS5 |
| A Proxy implementation using a SOCKS V5 proxy. More...
|
class | Request |
| This abstract base class represents a channel-specific request (SSH_MSG_CHANNEL_REQUEST) to be sent to the remote side. More...
|
class | RequestAgentForwarding |
| A request to enable forwarding of SSH authentication agent requests. More...
|
class | RequestEnv |
class | RequestExec |
class | RequestPtyReq |
class | RequestSftp |
| Usually not to be used by applications. More...
|
class | RequestShell |
class | RequestSignal |
class | RequestSubsystem |
| Usually not to be used by applications. More...
|
class | RequestWindowChange |
class | RequestX11 |
| A request to forward X11 connections to remote programs connected to a channel. More...
|
interface | ServerSocketFactory |
| A factory for ServerSockets. More...
|
class | Session |
| A Session represents a connection to a SSH server. More...
|
class | SftpException |
| This exception will be thrown if anything goes wrong while using the SFTP protocol. More...
|
interface | SocketFactory |
| A factory for (client) sockets. More...
|
class | UserAuth |
| Usually not to be used by applications. More...
|
class | UserAuthKeyboardInteractive |
class | UserAuthNone |
class | UserAuthPassword |
class | UserAuthPublicKey |
interface | UserInfo |
| Allows user interaction. More...
|
class | Util |