Package | Description |
---|---|
com.enterprisedt.net.ftp.ssl |
Contains classes for FTPS (FTP over SSL) client functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLFTPCertificateException
This exception is thrown when an error relating to SSL/TLS certificates occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLFTPCertificateStore.importDefaultKeyStore()
Imports all certificates in the default key-store for the platform on which
the software is running.
|
void |
SSLFTPClient.setMaxSSLVersion(int maxVersion)
Set the max SSL version that is permitted
|
void |
SSLFTPClient.setMinSSLVersion(int minVersion)
Set the minimum SSL version that is permitted
|
boolean |
SSLFTPValidator.validateServerCertificate(boolean recommendValidate,
java.util.Vector certificateChain,
java.lang.String serverHostName)
Validates a server certificate.
|
boolean |
SSLFTPStandardValidator.validateServerCertificate(boolean recommendValidate,
java.util.Vector certificateChain,
java.lang.String serverHostName)
Applies the validation tests described in the class description (see
above) and throws an exception if any of them fail.
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.