Class SSLFTPSecurityMechanism

java.lang.Object
com.enterprisedt.net.ftp.ssl.SSLFTPSecurityMechanism

public class SSLFTPSecurityMechanism extends Object
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 Details

    • AUTH_SSL

      public static SSLFTPSecurityMechanism AUTH_SSL
      Deprecated. Used to ask for SSL negotiation and implicitly protect further data connections.
    • AUTH_TLS

      public static SSLFTPSecurityMechanism AUTH_TLS
      Used to ask for SSL negotiation without implicitly protecting the data connection.
    • AUTH_TLS_C

      public static SSLFTPSecurityMechanism AUTH_TLS_C
      Used to ask for SSL negotiation without implicitly protecting the data connection. Synonym for AUTH_TLS.
  • Method Details