|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSHFTPPublicKey | |
|---|---|
| com.enterprisedt.net.ftp.ssh | Contains classes for SFTP (FTP via SSH) client functionality. |
| Uses of SSHFTPPublicKey in com.enterprisedt.net.ftp.ssh |
|---|
| Methods in com.enterprisedt.net.ftp.ssh that return SSHFTPPublicKey | |
|---|---|
SSHFTPPublicKey |
SSHFTPValidator.getHostPublicKey()
Provides access to the current remote host's public key. |
SSHFTPPublicKey |
SCPClient.getHostPublicKey()
Provides access to the current server's public key. |
static SSHFTPPublicKey |
SSHFTPClient.getHostPublicKey(java.lang.String remoteHost)
Helper method that may be used to obtain a server's public key without instantiating an SSHFTPClient. |
static SSHFTPPublicKey |
SCPClient.getHostPublicKey(java.lang.String remoteHost)
Helper method that may be used to obtain a server's public key without instantiating an SCPClient. |
static SSHFTPPublicKey |
SSHFTPClient.getHostPublicKey(java.lang.String remoteHost,
int remotePort)
Helper method that may be used to obtain a server's public key without instantiating an SSHFTPClient. |
static SSHFTPPublicKey |
SCPClient.getHostPublicKey(java.lang.String remoteHost,
int remotePort)
Helper method that may be used to obtain a server's public key without instantiating an SCPClient. |
| Methods in com.enterprisedt.net.ftp.ssh with parameters of type SSHFTPPublicKey | |
|---|---|
protected boolean |
SSHFTPValidator.validate(java.lang.String hostSpecifier,
SSHFTPPublicKey publicKey,
boolean hostKnown)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||