Page 1 of 1

Question about Applet Deletion

Posted: Sat Feb 04, 2017 10:29 pm
by Sajaki
In my applet A, I want to subscribe to a life cycle state of another applet B present on the card. No matter when the applet B is deleted by ADM, and also applet B - AID is removed from GP Registry, an event is fired so that as subscriber, my applet A is called to delete all information related to the applet B.
Is it feasible in Javacard Framework?

Re: Question about Applet Deletion

Posted: Sun Feb 05, 2017 4:43 am
by mabel
Use simple SIO concepts.
You can have a server applet which can get notified when the subscribed client applet is getting deleted.

Re: Question about Applet Deletion

Posted: Sun Feb 05, 2017 8:41 pm
by lostsiwonlw
There is no problem to let applet A know that applet B is deleted.
But I don't think applet A can delete all the in formation related to applet B .