javacard.framework. AID. APDU. APDUException. • APDU-provides methods for controlling card input and output. • Applet-the base class for all Java Card applets on the card.
String, byte array. A string can be converted into a byte array. Strings are stored with two bytes per character. ASCII only allows one byte per character.
javacard.framework. AID. APDU. APDUException. • APDU-provides methods for controlling card input and output. • Applet-the base class for all Java Card applets on the card.
Thanks,Christopher. I tryed to do it manually, i.e. to dissect it from dump byte-by-byte,but the problem is in source to decode it. I had almost broke my brain reading 3GPP 35.331(UTRAN), 36331(EUTRAN/LTE) and 41.008(GERAN) and trying to implement knowledges i got form them.