Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Windows Keystore Access in JAVA ?

843810Jun 27 2003 — edited Dec 3 2004
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2004
Added on Jun 27 2003
3 comments
458 views