What is the return type of ServletRequest.getAttribute( "javax.servlet.request.X509Certificate" ), the method of retrieving client certificates in the Servlet 2.2 API?
Created May 4, 2012
Len Norton According to the Servlet Specification 2.2 (not the generated API documents, which are vague on the matter), the object returned is an array of type java.security.cert.X509Certificate.