Accessing Hardware PKCS11 Token on a 64 Bit Machine

烈酒焚心 提交于 2019-12-01 04:12:58

PKCS11 Support was not implemented because there was no way to test that library (somehow, whatever).

This has changed in Java 8, though. Since J8b49 a 64 bit Version is included. See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6880559

Softhinker.com

Assuming your {java.home} points to jre6, sunpkcs11.jar is in the {java.home}/lib/ext; If your {java.home} points to jdk1.6, sunpkcs11.jar is in the {java.home}/jre/lib/ext; I've tested it against the newly installed jdk and jre. Please verify your installation.

EDITED (summarising the comments)
In java 64-bit version pkcs11 is not available.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!