The request object in ASP has the .ClientCertificate(string) method. Does JSP have anything similar?
Created May 4, 2012
Jason Novotny Not sure what ClientCertificate ASP uses, but if you're using X.509 certificates, you can use the java.security.cert.X509Certifcate API's within a scriptlet in a JSP page.