Reteriving Client Certificate in SSL Client Authentication

Is there any way to retrieve the client certificate in an established SSL Client Authenticated Session? I am using Tomcat Web server 5.5 in which server and client authentication are enabled.

Thanks.. If I am posting this question in wrong forum then please redirect me to the correct forum

[304 byte] By [.@_a] at [2007-11-27 6:06:43]
# 1
Found the solution, Use the below code.. posting if it could be helpful to someone else:X509Certificate clientCertificate = ((X509Certificate[])request.getAttribute("javax.servlet.request.X509Certificate"))[0];
.@_a at 2007-7-12 16:22:41 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...