com.enterprisedt.net.ftp.ssl
Class SSLFTPSecurityMechanism

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

public class SSLFTPSecurityMechanism
extends java.lang.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: 1.2 $
Author:
Bruce Blackshaw

Field Summary
static SSLFTPSecurityMechanism AUTH_SSL
          Deprecated.
static SSLFTPSecurityMechanism AUTH_TLS
          Used to ask for SSL negotiation without implicitly protecting the data connection.
static SSLFTPSecurityMechanism AUTH_TLS_C
          Used to ask for SSL negotiation without implicitly protecting the data connection.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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 Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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