org.glassfish.grizzly.web.ssl
Class SSLAttributes

java.lang.Object
  extended by org.glassfish.grizzly.web.ssl.SSLAttributes

public final class SSLAttributes
extends Object

Taken from: SSLSupport Interface for SSL-specific functions

Author:
EKR

Field Summary
static String CERTIFICATE_KEY
          The Request attribute key for the client certificate chain.
static String CIPHER_SUITE_KEY
          The Request attribute key for the cipher suite.
static String KEY_SIZE_KEY
          The Request attribute key for the key size.
static String SESSION_ID_KEY
          The Request attribute key for the session id.
 
Constructor Summary
SSLAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CIPHER_SUITE_KEY

public static final String CIPHER_SUITE_KEY
The Request attribute key for the cipher suite.

See Also:
Constant Field Values

KEY_SIZE_KEY

public static final String KEY_SIZE_KEY
The Request attribute key for the key size.

See Also:
Constant Field Values

CERTIFICATE_KEY

public static final String CERTIFICATE_KEY
The Request attribute key for the client certificate chain.

See Also:
Constant Field Values

SESSION_ID_KEY

public static final String SESSION_ID_KEY
The Request attribute key for the session id. This one is a Tomcat extension to the Servlet spec.

See Also:
Constant Field Values
Constructor Detail

SSLAttributes

public SSLAttributes()


Copyright © 2009 SUN Microsystems. All Rights Reserved.