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

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

Methods in com.enterprisedt.net.ftp that return SSLFTPSecurityMechanism
 SSLFTPSecurityMechanism AdvancedSSLSettings.getSecurityMechanism()
          Set the security mechanism that should be used to set up the secure connection.
 

Methods in com.enterprisedt.net.ftp with parameters of type SSLFTPSecurityMechanism
 void AdvancedSSLSettings.setSecurityMechanism(SSLFTPSecurityMechanism auth)
          Get the security mechanism that should be used to set up the secure connection.
 

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

Fields in com.enterprisedt.net.ftp.ssl declared as SSLFTPSecurityMechanism
static SSLFTPSecurityMechanism SSLFTPSecurityMechanism.AUTH_SSL
          Deprecated.
static SSLFTPSecurityMechanism SSLFTPSecurityMechanism.AUTH_TLS
          Used to ask for SSL negotiation without implicitly protecting the data connection.
static SSLFTPSecurityMechanism SSLFTPSecurityMechanism.AUTH_TLS_C
          Used to ask for SSL negotiation without implicitly protecting the data connection.
 



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