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?