Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

create file record java card

fabiooliveiraMar 30 2020 — edited Apr 2 2020

i'm new to java card, i'm studying the standards for development, a question arose, could someone help me? I did not find anywhere or document on how I access or create the structure of the javacard. follow the example I'm doing.

public final static byte[] fci = {(byte) 0x6F, (byte) 0x1E,

  (byte) 0x84, (byte) 0x0E, (byte) 0x31, (byte) 0x50, (byte) 0x41, (byte) 0x59, (byte) 0x2E, (byte) 0x53, (byte) 0x59, (byte) 0x53, (byte) 0x2E, (byte) 0x44, (byte) 0x44, (byte) 0x46, (byte) 0x30, (byte) 0x31,

  (byte) 0xA5, (byte) 0x0C,

  (byte) 0x88, (byte) 0x01,(byte) 0x01,

  (byte) 0x5F, (byte) 0x2D, (byte) 0x02, (byte) 0x70, (byte) 0x74,

  (byte) 0x9F, (byte) 0x11, (byte) 0x01, (byte) 0x01};

how do I create the file record structure?

FCI  - ok

     FCI Proprietary template - ok

File 1   ------------------- ?????

       Record 1  --------- ?????

                     ADF   -- ?????

how it works? could someone explain to me?

Comments

Post Details

Added on Mar 30 2020
3 comments
385 views