Is there any way we can detect the Cipher Strength of a Browser using JSP?
Created May 4, 2012
Luigi Viggiano You may want to try having the following scriptlet within your page:
request.getHeader("HTTPS_SECRETKEYSIZE") ; request.getHeader("HTTPS_KEYSIZE");For details, seehttp://www2.real-time.com/pipermail/tomcat-devel/2000-June/000031.html