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

Packages that use SSLFTPCertificateStore
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 SSLFTPCertificateStore in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that return SSLFTPCertificateStore
 SSLFTPCertificateStore AdvancedSSLSettings.getSSLServerValidationCertificates()
          Returns a reference to the SSLFTPCertificateStore which contains the root certificates that will be used to validate the server certificate.
 

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

Fields in com.enterprisedt.net.ftp.ssl declared as SSLFTPCertificateStore
protected  SSLFTPCertificateStore SSLFTPStandardValidator.rootCertificateStore
          Reference to SSLFTPClient's root certificate store.
 

Methods in com.enterprisedt.net.ftp.ssl that return SSLFTPCertificateStore
 SSLFTPCertificateStore SSLFTPClient.getRootCertificateStore()
          Returns a reference to the SSLFTPCertificateStore which contains the root certificates that will be used to validate the server certificate.
 

Methods in com.enterprisedt.net.ftp.ssl with parameters of type SSLFTPCertificateStore
 void SSLFTPClient.setRootCertificateStore(SSLFTPCertificateStore store)
          Sets the SSLFTPCertificateStore which contains the root certificates that will be used to validate the server certificate.
 



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