public class SSLFTPSecurityMechanism
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static SSLFTPSecurityMechanism AUTH_SSL
public static SSLFTPSecurityMechanism AUTH_TLS
public static SSLFTPSecurityMechanism AUTH_TLS_C
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.