| Class and Description | 
|---|
| Buffer
 Usually not to be used by applications. 
 | 
| Channel
 The abstract base class for the different
 types of channel which may be associated with a  
Session. | 
| ChannelForwardedTCPIP
 A Channel created when a forwarded port at the remote side
 is connected. 
 | 
| ChannelSftp.LsEntry
 Represents a directory entry, representing a remote file or directory. 
 | 
| ChannelSftp.LsEntrySelector
 Objects implementing this interface can be passed as an argument for  
ChannelSftp's ChannelSftp.ls(java.lang.String) method. | 
| Cipher
 Usually not to be used by applications. 
 | 
| ConfigRepository
 A repository for host-specific configuration settings, retrievable by host name (or an alias). 
 | 
| ConfigRepository.Config
 A configuration for connections to a remote host name (or alias). 
 | 
| DHECN | 
| DHGEX
 Usually not to be used by applications. 
 | 
| HASH
 Usually not to be used by applications. 
 | 
| HostKey
 The public key of a SSH server. 
 | 
| HostKeyRepository
 A repository for known host keys. 
 | 
| Identity
 A user identity for public-key authentication. 
 | 
| IdentityRepository
 A repository for identities (basically key pairs usable for authentication to a server). 
 | 
| JSch
 This class serves as a central configuration point, and
 as a factory for  
Session objects configured with these
 settings. | 
| JSchException
 Will be thrown if anything goes wrong with the SSH protocol. 
 | 
| KeyExchange
 Usually not to be used by applications. 
 | 
| KeyPair
 Base class for a pair of public and private key. 
 | 
| Logger
 Provides logging abilities to the library. 
 | 
| OpenSSHConfig
 This class implements ConfigRepository interface, and parses
 OpenSSH's configuration file. 
 | 
| Packet
 Usually not to be used by applications. 
 | 
| Proxy
 Allows routing connections through some proxy. 
 | 
| ServerSocketFactory
 A factory for ServerSockets. 
 | 
| Session
 A Session represents a connection to a SSH server. 
 | 
| SftpATTRS
 Attributes of a (remote) file manipulated via Sftp. 
 | 
| SftpException
 This exception will be thrown if anything goes wrong while
 using the SFTP protocol. 
 | 
| SftpProgressMonitor
 A callback to get information about the progress of a file
 transfer operation. 
 | 
| SftpStatVFS | 
| Signature
 Usually not to be used by applications. 
 | 
| SocketFactory
 A factory for (client) sockets. 
 | 
| UserAuth
 Usually not to be used by applications. 
 | 
| UserInfo
 Allows user interaction. 
 | 
This is an inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.