Package com.enterprisedt.net.ftp.ssl
Class SSLFTPSecurityMechanism
java.lang.Object
com.enterprisedt.net.ftp.ssl.SSLFTPSecurityMechanism
Possible authentication mechanisms for SSL. This represents
the string sent with the AUTH command (for example, AUTH TLS). AUTH_SSL
is deprecated and should no longer be used.
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic SSLFTPSecurityMechanismDeprecated.static SSLFTPSecurityMechanismUsed to ask for SSL negotiation without implicitly protecting the data connection.static SSLFTPSecurityMechanismUsed to ask for SSL negotiation without implicitly protecting the data connection. -
Method Summary
-
Field Details
-
AUTH_SSL
Deprecated. Used to ask for SSL negotiation and implicitly protect further data connections. -
AUTH_TLS
Used to ask for SSL negotiation without implicitly protecting the data connection. -
AUTH_TLS_C
Used to ask for SSL negotiation without implicitly protecting the data connection. Synonym for AUTH_TLS.
-
-
Method Details