org.globalplatform
Interface Application


public interface Application

This defines the interface that represents an applet method accessible through the OPEN to the application's associated Security Domain. This interface must be implemented by the Applet class that will use the additional functionality allowing a Security Domain to pass data to the applet.


Method Summary
 void processData(byte[] baBuffer, short sOffset, short sLength)
          This method processes application specific data received from another entity on the card.
 

Method Detail

processData

public void processData(byte[] baBuffer,
                        short sOffset,
                        short sLength)
This method processes application specific data received from another entity on the card. If this other entity is the Application's associated Security Domain, this data is the APDU buffer.

Notes: