| KnownHostsManager | Holds details of the known hosts and their public keys. |
| OpenSSHNewPrivateKeyFormat | This reads the new OpenSSH format, and is adapted from here: https://github.com/openssh/openssh-portable/blob/master/sshkey.c For documentation, see https://dnaeon.github.io/openssh-private-key-binary-format/ @author $author$ @version $Revision: 1.10 $ |
| OpenSSHPrivateKeyFormat | INTERNAL USE ONLY. |
| PrivateKeyFactory | Reads generic private key data and returns the decrypted key blob |
| PublicKeyFactory | Reads generic key data and returns the key blob |
| SFTPAuthenticationException | Represents authentication exceptions related to SFTP, generally produced by the SFTP subsystem |
| SFTPClosedException | Thrown when an operation is attempted after the connection has been closed |
| SFTPConnectException | Thrown when an SFTP connection couldn't be made. |
| SFTPException | Represents exceptions related to SFTP, generally produced by the SFTP subsystem |
| SFTPMessage | |
| SFTPReadMismatchException | Thrown when a read request returns the wrong size during a parallel read operation |
| SoftwareIdentity | |
| SSHAuthPrompt | Represents an SSH keyboard-interactive prompt. |
| SSHFTPClient | Provides low-level access to SFTP functionality. |
| SshFxpStatus | Message supplying status information |
| SSHPasswordPrompt | Utility class that makes it easy to create a prompt that is a response to a password prompt. |
| SSHSCPClient | Provides low-level access to SCP functionality. |