Uses of Class
com.enterprisedt.net.ftp.ssl.SSLFTPException

Packages that use SSLFTPException
com.enterprisedt.net.ftp.ssl Contains classes for FTPS (FTP over SSL) client functionality. 
 

Uses of SSLFTPException in com.enterprisedt.net.ftp.ssl
 

Subclasses of SSLFTPException in com.enterprisedt.net.ftp.ssl
 class SSLFTPCertificateException
          This exception is thrown when an error relating to SSL/TLS certificates occurs.
 

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.
 



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.