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! :)
_______________________________________________
Developer mailing list
[email protected]
https://www.openoces.org/mailman/listinfo/developer