Christian Schneider wrote on 3/8/2004, 2:39 PM: > I am currently searching for a java to pkcs#11 mapping. Besides the > solution from IBM which does not seem to work with the muscle pkcs#11 > library I have not found any library. > > The new solution from sun is probably not yet ready for use. Is there > any other good java pkcs#11 interface for muscle?
JSS (http://www.mozilla.org/projects/security/pki/jss/) supports PKCS #11 and can be used as a JCA provider. Portions of JSS are implemented by JNI calls into the NSS libraries (http://www.mozilla.org/projects/security/pki/nss/). In particular, the management of PKCS #11 modules is done in NSS. Wan-Teh _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
