A C D E G J O P R S

A

AID - class javacard.framework.AID.
This class encapsulates the Application Identifier(AID) associated with an applet.
AID(byte[], short, byte) - Constructor for class javacard.framework.AID
The JCRE uses this constructor to create a new AID instance encapsulating the specified AID bytes.

C

CardGUID - interface org.javacardforum.management.CardGUID.
At the moment there is no format for the Global unique identifier specified, therefore I can not specify an interface for it.
CardHolder - interface org.javacardforum.management.CardHolder.
This interface represents a CardHolder in the card it implements and shall be implemented by an Applet The interface should provide a way to share a PIN in the card by implemeting the PIN interface The interface should provide a way to access an array of bytes that hold the public information about the cardholder
CardManagement - interface org.javacardforum.management.CardManagement.
Defines a low level interface to the information needed to load, install and operate applets in a JavaCard (see loading parameters in ETSI 03.19).

D

DefaultApplet - interface org.javacardforum.management.DefaultApplet.
This interface identifies an applet that shall be installed as a default applet in the card.

E

equals(byte[], short, byte) - Method in class javacard.framework.AID
Checks if the specified AID bytes in bArray are the same as those encapsulated in this AID object.
equals(Object) - Method in class javacard.framework.AID
Compares the AID bytes in this AID instance to the AID bytes in the specified object.

G

getAID(AID) - Method in interface org.javacardforum.management.CardManagement
Allows to iterate over all AID stored in the card.
getAIDbytes(byte[], short, short, byte) - Method in class javacard.framework.AID
 
getByte(byte) - Method in class javacard.framework.AID
 
getBytes(byte[], short) - Method in class javacard.framework.AID
Called to get the AID bytes encapsulated within AID object.
getCardGUID() - Method in interface org.javacardforum.management.CardManagement
Retrieves the global unique identifier for this card from the underlying system.
getCardHolder(byte[], short, short, byte) - Method in interface org.javacardforum.management.CardHolder
Copy the card holder information from its source to a destination buffer
getCardHolderLength() - Method in interface org.javacardforum.management.CardHolder
Retrieves the length of the card holder information available in the card
getCardLifecycleModel() - Method in interface org.javacardforum.management.CardManagement
Retrieves the type of the card lifecylemodel as a byte (these type indicators has to be defined) could also be included in the CID data
getCardState() - Method in interface org.javacardforum.management.CardManagement
Get the actual state of the lifecyclemodel (these state indicators has to be defined) could also be included in the CID data
getCID(byte[], short, short, byte) - Method in interface org.javacardforum.management.CardManagement
copy CID data into the buffer
getFreeNonVolatileMemory() - Method in interface org.javacardforum.management.CardManagement
Retrieves the number of bytes of the free non volatile memory
getFreeVolatileMemory() - Method in interface org.javacardforum.management.CardManagement
Retrieves the number of bytes of the free volatile memory
getJVMID() - Method in interface org.javacardforum.management.CardManagement
Gives the build version of the VM in the card.
getJVMVersion() - Method in interface org.javacardforum.management.CardManagement
Returns the current major and minor version of the Java VM
In JCSystem we have already a method to retrieve the version info of the "JavaCard API", however in the future the version number of the VM and of the JavaCard API can differentiate.
getLargestFreeBlockNonVolatileMemory() - Method in interface org.javacardforum.management.CardManagement
Retrieves the number of bytes in the largest free memory block
getLifecycleModel(AID) - Method in interface org.javacardforum.management.CardManagement
Retrieves the type of the lifecycle for an applet identified by an AID (these type indicators has to be defined)
getMinimumFreeVolatileMemory() - Method in interface org.javacardforum.management.CardManagement
Retrieves the number of bytes of the free volatile memory
getRID(byte[], short) - Method in class javacard.framework.AID
Copy the RID part of the AID into the given buffer
getState(AID) - Method in interface org.javacardforum.management.CardManagement
Get the actual state of an applet identified by an AID (these state indicators has to be defined) could also be included in the CID data

J

javacard.framework - package javacard.framework
 

O

org.javacardforum.management - package org.javacardforum.management
 

P

partialEquals(byte[], short, byte) - Method in class javacard.framework.AID
Checks if the specified partial AID byte sequence matches the first length bytes of the encapsulated AID bytes within this AID object.

R

RIDEquals(AID) - Method in class javacard.framework.AID
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.

S

setCardState(byte) - Method in interface org.javacardforum.management.CardManagement
Set the actual state of the lifecyclemodel (these state indicators has to be defined)
setLifecycleModel(AID) - Method in interface org.javacardforum.management.CardManagement
Set the type of the lifecycle for an applet identified by an AID (these type indicators has to be defined)
setState(AID, byte) - Method in interface org.javacardforum.management.CardManagement
Set the actual state of an applet identified by an AID (these state indicators has to be defined) could also be included in the CID data

A C D E G J O P R S