AID entities
818687Apr 29 2011 — edited Apr 29 2011Hi,
I have some question regarding AIDs and which entities are supposed to have one.
Say I have a project that has a package in it called com.MyCompany.Project1 and in it there is a class extending the Applet class.The package gets installed on the card and gets an AID (and the package is called an executable load file according to GlobalPlatform). The applet class in the package extending Applet will also get an AID (called an application AID and can be the same as the AID of the executable load file). Now if the class is instantiated ten times, each instance will get its own AID.
Is this how it works?
How will the ten instances get their AIDs?
How is the AID of the instance of a class (extending Applet) called in GlobalPlatform?
Thanks