Page 1 of 1

How do I get the instance AID in my Applet?

Posted: Tue Jun 12, 2018 4:17 am
by AlexLiu
How do I get the instance AID in my Applet ? THANKS.

Re: How do I get the instance AID in my Applet?

Posted: Tue Jun 12, 2018 7:20 am
by atr7816
There are two APIs related to your requirements, the method JCSystem.getAID and JCSystem.lookupAID.
As far as I remember JCSystem.getAID can get the AID of applet inside one instance.
The method JCSystem.lookupAID get the AID from another applet.
Any detail descriptions please refer to Specification Doc, Application Programming Interface.