Java Card: how to load SIM applet into a real smart card?

I developed a Java card applet in eclipse and obtained a cap file Then I use jcmanager – Java secure card manager to load the file into my smart card I have two types of smart cards:

>Contact information, jcop 2.1 36K > contactless, jcop 2.1

My smart card reader is sdi011 dual interface reader

In addition, to develop SIM applet, I use Gemalto Developer Suite [3.6] The IDE has a GSM simulator, and my SIM applet works well It gives the applet's cap, jar, JAC, Exp Documents

Everything is fine, but I want to load the cap file into my contacts or contactless Java Card [because I don't have a SIM card to work], and then send and receive APDU messages

Is it possible? If so, what? How can I load my SIM applet into a real smart card [not a SIM card]?

Solution

It may not work because the SIM application may rely on an API that does not exist in the jcop card (e.g. ETSI 102 705) But it's worth trying Ensure that the file format is compatible between tools (a cap file is not always a cap file, a real cap file is zip, and some tools prefer IJC files) Try to use the cap file of Gemalto tool in jcmanager If it doesn't work, you can try gpshell The main challenge is to get the key to your goal, and then the right tool

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>