You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Kurt T Stam <ku...@gmail.com> on 2013/05/22 21:59:04 UTC

sun.security.pkcs11.SunPKCS11(strCfg);

Hi Alex,

I happened to install JDK on my windows VM to test the dsig failure. In 
this case
I get: error: sun.security.pkcs11 does not exist, which is true (for jdk 
1.7). It
seems bad practice to code against internal SUN api, which won't be 
available
if people run java from other vendors. Do you think we can use

Security.getProvider("SunPKCS11");

instead to get the provider?

Cheers,

--Kurt