Fields Summary |
---|
public static final String | CIPHER_SUITE_KEYThe Request attribute key for the cipher suite. |
public static final String | KEY_SIZE_KEYThe Request attribute key for the key size. |
public static final String | CERTIFICATE_KEYThe Request attribute key for the client certificate chain. |
public static final String | SESSION_ID_KEYThe Request attribute key for the session id.
This one is a Tomcat extension to the Servlet spec. |
static final CipherData[] | ciphersA mapping table to determine the number of effective bits in the key
when using a cipher suite containing the specified cipher name. The
underlying data came from the TLS Specification (RFC 2246), Appendix C. |