FileDocCategorySizeDatePackage
SSLConfigKeys.javaAPI DocGlassfish v2 API3993Fri May 04 22:30:36 BST 2007com.sun.appserv.management.config

SSLConfigKeys

public final class SSLConfigKeys extends Object
Keys used by when creating a new {@link SSLConfig}.

Fields Summary
public static final String
CLIENT_AUTH_ENABLED_KEY
Value of class java.lang.Boolean
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:
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:
public static final String
SSL_3_ENABLED_KEY
Value of class java.lang.Boolean
public static final String
SSL_2_ENABLED_KEY
Value of class java.lang.Boolean
public static final String
TLS_ENABLED_KEY
Value of class java.lang.Boolean
public static final String
TLS_ROLLBACK_ENABLED_KEY
Value of class java.lang.Boolean
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:
  • rsa_rc4_128_md5
  • rsa3des_sha
  • rsa_des_sha
  • rsa_rc4_40_md5
  • rsa_rc2_40_md5
  • rsa_null_md5
  • rsa_des_56_sha
  • rsa_rc4_56_sha
Constructors Summary
private SSLConfigKeys()

Methods Summary