|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FtpSslHost
Represents an FTP-over-SSL (FTPS) host on a network.
| Method Summary | |
|---|---|
java.lang.String |
getClientCertificatesFilename()
Returns the absolute path of the Java keystore file containing client certificates used for authentication with this FTP-over-SSL host. |
java.lang.String |
getClientCertificatesPassword()
Returns the password associated with the Java keystore file containing client certificates for this FTP-over-SSL host. |
FtpSslEncryptionProtocol |
getEncryptionProtocol()
Returns the encryption protocol to use when communicating with this host. |
java.lang.String |
getServerCertificatesFilename()
Returns the absolute path of the Java keystore file containing server certificates used for authentication with this FTP-over-SSL host. |
java.lang.String |
getServerCertificatesPassword()
Returns the password associated with the Java keystore file containing server certificates for this FTP-over-SSL host. |
void |
setClientCertificatesFilename(java.lang.String filename)
Sets the absolute path of the Java keystore file containing client certificates used for authentication with this FTP-over-SSL host. |
void |
setClientCertificatesPassword(java.lang.String password)
Sets the password associated with the Java keystore file containing client certificates for this FTP-over-SSL host. |
void |
setEncryptionProtocol(FtpSslEncryptionProtocol encryptionProtocol)
Sets the encryption protocol to use when communicating with this host. |
void |
setServerCertificatesFilename(java.lang.String filename)
Sets the absolute path of the Java keystore file containing server certificates used for authentication with this FTP-over-SSL host. |
void |
setServerCertificatesPassword(java.lang.String password)
Sets the password associated with the Java keystore file containing server certificates for this FTP-over-SSL host. |
| Methods inherited from interface flux.file.FtpHost |
|---|
getFileListParser, getTransferMode, isIssueCdCommandsMode, isPassiveMode, setFileListParser, setIssueCdCommandsMode, setPassiveMode, setTransferMode |
| Methods inherited from interface flux.file.NetworkHost |
|---|
getName, getPassword, getPort, getPortAsString, getUsername, setName, setPassword, setPort, setPortAsString, setUsername |
| Method Detail |
|---|
java.lang.String getClientCertificatesFilename()
java.lang.String getClientCertificatesPassword()
FtpSslEncryptionProtocol getEncryptionProtocol()
java.lang.String getServerCertificatesFilename()
java.lang.String getServerCertificatesPassword()
void setClientCertificatesFilename(java.lang.String filename)
filename - The absolute path of the Java keystore file containing
client certificates used for authentication with this
FTP-over-SSL host.void setClientCertificatesPassword(java.lang.String password)
password - The password associated with the Java keystore file
containing client certificates for this FTP-over-SSL host.void setEncryptionProtocol(FtpSslEncryptionProtocol encryptionProtocol)
encryptionProtocol - The encryption protocol to use when communicating
with this host.void setServerCertificatesFilename(java.lang.String filename)
filename - The absolute path of the Java keystore file containing
server certificates used for authentication with this
FTP-over-SSL host.void setServerCertificatesPassword(java.lang.String password)
password - The password associated with the Java keystore file
containing server certificate for this FTP-over-SSL host.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||