|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.ssl.SSLFTPSecurityMechanism
public class 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.
| 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 |
|---|
public static SSLFTPSecurityMechanism AUTH_SSL
public static SSLFTPSecurityMechanism AUTH_TLS
public static SSLFTPSecurityMechanism AUTH_TLS_C
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||