Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

AID entities

818687Apr 29 2011 — edited Apr 29 2011
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2011
Added on Apr 29 2011
5 comments
434 views