Detect PKCS#11 token to be inserted/removed in JAVA
Posted
by Woufi
on Stack Overflow
See other posts from Stack Overflow
or by Woufi
Published on 2009-06-03T08:38:59Z
Indexed on
2010/05/29
16:02 UTC
Read the original article
Hit count: 255
I'm using a PKCS#11 usb device to create a SSLContext. The project is migrating from an IAIK jce implementation to sun's, iaik provide a tokenmanager to detect when the token is removed, inserted, could not find a way to do this with sun implementation.
Any ideas?
© Stack Overflow or respective owner