Re: XML Security and HSM

2007-10-12 Thread Wolfgang Glas
jason marshall schrieb: > I've had less luck using PKCS#11 wrappers with the Sun code. 2 HSM > manufacturers, one drops into an infinite loop, the other errors out > before anything happens. > > So far I can't get a straight answer out of either of them. > > I like the idea of the bridge, becaus

Re: XML Security and HSM

2007-10-11 Thread jason marshall
-Bridge in the JDK. Sample code - for those > interested - is available at http://www.strongkey.org. > > Regards, > > Arshad Noor > StrongAuth, Inc. > > - Original Message - > From: Julien PASQUIER <[EMAIL PROTECTED]> > Date: Friday, May 4, 2007 8:20 am > S

Re: XML Security and HSM

2007-05-04 Thread Arshad Noor
the PKCS11-Bridge in the JDK. Sample code - for those interested - is available at http://www.strongkey.org. Regards, Arshad Noor StrongAuth, Inc. - Original Message - From: Julien PASQUIER <[EMAIL PROTECTED]> Date: Friday, May 4, 2007 8:20 am Subject: Re: XML Security and HSM

Re: XML Security and HSM

2007-05-04 Thread Julien PASQUIER
Hi, I think that it is possible. You must develop or used a JCE provider (a KeyStore implementation to use the private key of your HSM). You could use a provider implementation of PKCS#11 (i.e : IAIK or Sun with JRE 1.5) if your HSM support the PKCS#11 interface. Julien - Original Message