Uses of Class
javacard.framework.AID

Packages that use AID
javacard.framework   
org.javacardforum.management   
 

Uses of AID in javacard.framework
 

Methods in javacard.framework with parameters of type AID
 boolean AID.RIDEquals(AID otherAID)
          Checks if the RID (National Registered Application provider identifier) portion of the encapsulated AID bytes within the otherAID object matches that of this AID object.
 

Uses of AID in org.javacardforum.management
 

Methods in org.javacardforum.management that return AID
 AID CardManagement.getAID(AID aid)
          Allows to iterate over all AID stored in the card.
 

Methods in org.javacardforum.management with parameters of type AID
 AID CardManagement.getAID(AID aid)
          Allows to iterate over all AID stored in the card.