I need to write a Java Applet that digitally signs a file using
certificate and key that reside on a Smart Card. I could use some
PKCS#11 wrapper but the main problem is that I don't have a PKCS#11
library, only a tokend.
The card is "seen" on Keychain Access app as a new keychain and the
certificates on the card are listed when I iterate through the KeyStore
using (KeyStore.getInstance("KeychainStore", "Apple")).aliases(); no
Private Keys are listed though, so I assume it will be pretty hard to
try to sign using certificates on the smartcard.
Has anybody encountered the same problem? What is the recommended way to
solve this?
Bruno.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Apple-cdsa mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/apple-cdsa/email@hidden