Uses of Class
javacard.framework.AID

Packages that use AID
javacard.framework   
 

Uses of AID in javacard.framework
 

Methods in javacard.framework that return AID
static AID JCSystem.getAID()
          Returns the JCRE owned instance of the AID object associated with the current applet context.
static AID JCSystem.lookupAID(byte[] buffer, short offset, byte length)
          Returns the JCRE owned instance of the AID object, if any, encapsulating the specified AID bytes in the buffer parameter if there exists a successfully installed applet on the card whose instance AID exactly matches that of the specified AID bytes.
static AID JCSystem.getPreviousContextAID()
          This method is called to obtain the JCRE owned instance of the AID object associated with the previously active applet context.
 

Methods in javacard.framework with parameters of type AID
static Shareable JCSystem.getAppletShareableInterfaceObject(AID serverAID, byte parameter)
          This method is called by a client applet to get a server applet's shareable interface object.
 Shareable Applet.getShareableInterfaceObject(AID clientAID, byte parameter)
          Called by the JCRE to obtain a shareable interface object from this server applet, on behalf of a request from a client applet.
 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.
 



Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.