Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: URGENT: How to retrieve user X509 v3 certificates from IE browser using servlets?


Message #1 by "chia" <melvin_chia@h...> on Thu, 25 Oct 2001 09:44:57
Hi.
Really need your help on this one. 
How do you retrieve user's x509 v3 certificate from an IE 5.0 through the 
use of servlets?

I'm using JDK 1.3.1, IAIK_JCE_FULL.jar.

I've tried using this code

X509Certificate cert = (iaik.x509.X509Certificate)req.getAttribute
("javax.servlet.req.X509Certificate);

It returns a null.

Thank you very much.

Mel

  Return to Index