| Methods in com.enterprisedt.net.ftp.ssl that throw SSLFTPException |
void |
SSLFTPCertificateStore.importDefaultKeyStore()
Imports all certificates in the default key-store for the platform on which
the software is running. |
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. |