简体   繁体   English

在JavaCard中,模拟器可以使用PCSC接口进行通信吗?

[英]In JavaCard, the simulator can use PCSC interface to communicate?

I wrote an Applet, but don't want to send and receive APDU by SDK, could you tell me how should do? 我写了一个Applet,但是不想通过SDK发送和接收APDU,你能告诉我该怎么办?
The simulator in javacard development kit can communicate with PCSC interface? javacard开发套件中的模拟器可以与PCSC接口通信吗?

I have used the JCOP tool and oracle's JavaCard SDK. 我使用过JCOP工具和oracle的JavaCard SDK。 Both of them cannot communicate with PCSC interface.They can only communicate with simulator through the IDE itself. 它们都无法与PCSC接口通信。它们只能通过IDE本身与模拟器通信。

There is a development kits called JCIDE, used the concept of virtual card reader. 有一个名为JCIDE的开发工具包,使用了虚拟读卡器的概念。 Through the virtual card reader, you can used a PC/SC compliant application to communicate with the SmartCard simulator. 通过虚拟读卡器,您可以使用PC / SC兼容的应用程序与SmartCard模拟器进行通信。

The virtual card reader have supported a UMDF(User Mode Driver Framework) card-reader driver which connects to JCIDE to allow any PC/SC compliant application to send APDU to JCIDE and receive response from JCIDE. 虚拟读卡器支持UMDF(用户模式驱动程序框架)读卡器驱动程序,该驱动程序连接到JCIDE以允许任何PC / SC兼容应用程序将APDU发送到JCIDE并从JCIDE接收响应。

For more information, you can download it from " http://javacos.com/developmentkit.php ". 有关更多信息,可以从“ http://javacos.com/developmentkit.php ”下载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM