----- Original Message ----- From: Xiaowen Hu <[EMAIL PROTECTED]> > My application runs on the web server supports 128-bit > secure. When the request comes in, I would like to > detect what kind of encryption the browser has. Section 5.7 of servlet specs 2.2 deals with SSL attributes but it does not give any standard method to get the bit size of the key in use for encryption. If you are using servlet api 2.3 , section SRV 4.7 specifies a standard attribute which a container needs to expose for key size. The attribute name specified is javax.servlet.request.key_size Regds, Gokul
----------------------------------------------------------------------------------------------------------------------- Information transmitted by this E-MAIL is proprietary to Wipro Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at mailto:[EMAIL PROTECTED] and delete this mail from your records. ------------------------------------------------------------------------------------------------------------------------
