Windows Keystore Access in JAVA ?
843810Jun 27 2003 — edited Dec 3 2004Hi,
I'm making a java cryptographic applet to sign a file with a private key. I'm getting the private key (and its associated certificate) from JKS or P12 files.
I would like now to get keys and certificates directly from the Windows KeyStore (Internet Explorer), but I don't know how to proceed.
Does anybody have an idea ?
I've found a library which seemed to do this : http://www.fawcette.com/javapro/2002_07/magazine/features/bboyter/default_pf.asp
But the example application (EchoServer.java) don't work (EXCEPTION_ACCESS_VIOLATION ).
Could anyone who has used this library help me ?
Is there any other library which makes the same thing ?
Is there a way to do this without adding native instructions ?
Thanks for your help,
--
P.F.