Page 1 of 1

How to change the applet LC and PR?

Posted: Thu Dec 10, 2015 5:59 am
by Gerren
How can I change an applet's LC (life cycle) and applet privilege on javacard?

Re: How to change the applet LC and PR?

Posted: Thu Dec 10, 2015 12:06 pm
by UNKNwYSHSA
1 When install the applet, set the instance privileges (CARD RESET always used) byte value;
2 After command INSTALL FOR INSTALL, the instance lifecycle change to INSTALLED state;
3 After command INSTALL FOR MAKESELECTABLE, the instance lifecycle change to SELECTABLE state;
Other privileges value and lifecycle state, i did not used.