|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLFTPCipherSuite | |
|---|---|
| com.enterprisedt.net.ftp | Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. |
| com.enterprisedt.net.ftp.ssl | Contains classes for FTPS (FTP over SSL) client functionality. |
| Uses of SSLFTPCipherSuite in com.enterprisedt.net.ftp |
|---|
| Methods in com.enterprisedt.net.ftp that return SSLFTPCipherSuite | |
|---|---|
SSLFTPCipherSuite[] |
AdvancedSSLSettings.getEnabledCipherSuites()
Get a list of the enabled cipher suites. |
| Methods in com.enterprisedt.net.ftp with parameters of type SSLFTPCipherSuite | |
|---|---|
void |
AdvancedSSLSettings.setEnabledCipherSuites(SSLFTPCipherSuite[] enabledCipherSuites)
Set the list of enabled ciper suites. |
| Uses of SSLFTPCipherSuite in com.enterprisedt.net.ftp.ssl |
|---|
| Methods in com.enterprisedt.net.ftp.ssl that return SSLFTPCipherSuite | |
|---|---|
static SSLFTPCipherSuite |
SSLFTPCipherSuite.getCipherSuite(short code)
Returns a reference to the cipher-suite with the given code or null if no
suite with this code exists. |
static SSLFTPCipherSuite |
SSLFTPCipherSuite.getCipherSuite(java.lang.String name)
Returns a reference to the named cipher-suite or null if no
suite with this name exists. |
static SSLFTPCipherSuite[] |
SSLFTPCipherSuite.getCipherSuites()
Returns an array of object references to all available cipher-suites. |
SSLFTPCipherSuite[] |
SSLFTPClient.getEnabledCipherSuites()
Returns an array of all currently enabled cipher-suites. |
| Methods in com.enterprisedt.net.ftp.ssl with parameters of type SSLFTPCipherSuite | |
|---|---|
void |
SSLFTPClient.enableCipherSuite(SSLFTPCipherSuite cipherSuite)
Enables the given cipher-suite. |
void |
SSLFTPClient.enableCipherSuites(SSLFTPCipherSuite[] cipherSuites)
Enables the given cipher-suites. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||