Java EE 5 SDK

com.sun.appserv.management.config
Class SSLConfigKeys

java.lang.Object
  extended by com.sun.appserv.management.config.SSLConfigKeys

public final class SSLConfigKeys
extends Object

Keys used by when creating a new SSLConfig.


Field Summary
static String CLIENT_AUTH_ENABLED_KEY
          Value of class java.lang.Boolean
static String SSL_2_CIPHERS_KEY
          This key has a value which is a String containing cipher suite names.
static String SSL_2_ENABLED_KEY
          Value of class java.lang.Boolean
static String SSL_3_ENABLED_KEY
          Value of class java.lang.Boolean
static String SSL_3_TLS_CIPHERS_KEY
          This key has a value which is a String containing cipher suite names.
static String SSL3_TLS_CIPHERS_KEY
          This key has a value which is a String containing cipher suite names.
static String TLS_ENABLED_KEY
          Value of class java.lang.Boolean
static String TLS_ROLLBACK_ENABLED_KEY
          Value of class java.lang.Boolean
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT_AUTH_ENABLED_KEY

public static final String CLIENT_AUTH_ENABLED_KEY
Value of class java.lang.Boolean

See Also:
Constant Field Values

SSL_2_CIPHERS_KEY

public static final String SSL_2_CIPHERS_KEY
This key has a value which is a String containing cipher suite names. It must be in comma-separated list. A "+" preceeding a cipher means to enable it and a "-" means to not enable it. Candidates include:

See Also:
Constant Field Values

SSL_3_TLS_CIPHERS_KEY

public static final String SSL_3_TLS_CIPHERS_KEY
This key has a value which is a String containing cipher suite names. It must be in comma-separated list. A "+" preceeding a cipher means to enable it and a "-" means to not enable it. Candidates include:

See Also:
Constant Field Values

SSL_3_ENABLED_KEY

public static final String SSL_3_ENABLED_KEY
Value of class java.lang.Boolean

See Also:
Constant Field Values

SSL_2_ENABLED_KEY

public static final String SSL_2_ENABLED_KEY
Value of class java.lang.Boolean

See Also:
Constant Field Values

TLS_ENABLED_KEY

public static final String TLS_ENABLED_KEY
Value of class java.lang.Boolean

See Also:
Constant Field Values

TLS_ROLLBACK_ENABLED_KEY

public static final String TLS_ROLLBACK_ENABLED_KEY
Value of class java.lang.Boolean

See Also:
Constant Field Values

SSL3_TLS_CIPHERS_KEY

public static final String SSL3_TLS_CIPHERS_KEY
This key has a value which is a String containing cipher suite names. It must be in comma-separated list. A "+" preceeding a cipher means to enable it and a "-" means to not enable it. Candidates include:

See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.