SIM toolkit application - Javacard development kit

后端 未结 1 769
忘掉有多难
忘掉有多难 2020-12-28 23:36

I\'m trying to develop a STK application but I don\'t know where to get the development kit. Right now for Javacard I\'m getting the one from Oracle\'s website, but it doesn

相关标签:
1条回答
  • 2020-12-29 00:00

    The files from 3GPP should be enough to complement the Javacard libraries that you've downloaded from Oracle.

    Just as you need to know the Javacard version of your card, you need to know also what version of SIM API the card support. Check it againsts the 3GPP TS 03.19 that you've mentioned, or you may also check for 3GPP TS 43.019. Download the correct version.

    Here is some steps I used to generate SIM API library:

    1. Download related SIM API archieve, for example 3GPP 43.019 v5.6.0
    2. Extract the 43019-560.zip file
    3. Extract Annex_A_java.zip under it
    4. Open the extracted Annex_A_java directory
    5. Zip the sim folder
    6. Rename the sim.zip extension to sim_v5.6.0.jar

    Besides the JAR file, you also need to copy the export files (required when generating CAP file).

    1. Extract Annex_B_Export_Files.zip
    2. Open Annex_B_Export_Files directory
    3. Copy the sim directory into your collection of export files directory.

    Hope it helps!

    0 讨论(0)
提交回复
热议问题