I recommend to read this thread: PKCS11, SmartCard on Linux platform http://www.openoces.org/pipermail/user/2007-May/000386.html
Best regards! -r ---------- Forwarded message ---------- From: porsia <[EMAIL PROTECTED]> Date: Jun 18, 2007 9:49 AM Subject: [Developer] Card keystore To: [email protected] Hello, I would like to know if there is any possibility of using OpenSign for signing data via a card reader. I mean that you have the private key stored in a card, the browser reads it using some hardware and then you sign. This works with other clients but I can't do it with OpenSign. It seems it's only accessing the Windows keystore. I see in AbstractApplet.java something like: // FileLog.debug("Skipping CdCard for now when single jar/cab");// todo: fix // this.addPlugin(new org.openoces.opensign.certificate.plugin.cdcard.CdCardKeyStoreHandler()); // if (OS.isMsJVM()) { // FileLog.debug("Skipping PKCS12 for now when MS JVM"); //todo: fix // } else { // this.addPlugin(new org.openoces.opensign.certificate.plugin.pkcs12.Pkcs12KeyStoreHandler()); // } Does this mean that the keystore handler for cards is under development and doesn't work right now? Thanks for your help! :) ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ _______________________________________________ Developer mailing list [email protected] https://www.openoces.org/mailman/listinfo/developer
