1

我有一个带有 PKI 中间件(dll 库)的自定义智能卡,由以下规范编写:http: //msdn.microsoft.com/en-us/library/windows/hardware/gg487500.aspx

是否有用于访问卡功能的 microsoft sc minidriver 的 java 包装器,或者我必须编写自己的 JNI 方法?

提前致谢!

4

1 回答 1

1

Minidriver works below a layer that is meant to be accessed by external applications (it is a plugin for the Windows system, generally speaking). What you want is access to CryptoAPI layer (from where the minidriver functionality is exposed if the card is inserted) and SunMSCAPI should provide the possibility. Have a look at Signing documents with SunMSCAPI and suppressing the "Enter PIN" dialog for example

于 2012-11-22T10:36:47.643 回答