Method Summary |
|
public void | clearEventListener(AID aid) Removes the event listener from the list of listeners. |
public byte[] | getAPDUBuffer() Returns the APDUBuffer. |
public byte | getAPDUBufferByte(short index) Gets one byte from the APDUBuffer. |
public short | getAPDUBufferLength() Gets the length of the APDUBuffer. |
public short | getAPDUBufferMax() Gets the maximum length of the APDUBuffer. |
public short | getOutDataLength() Returns the length of Data that has been set in the out buffer. |
public boolean | isEventListenerSet(AID aid) Returns true if the applet corresponding to the AID passed to this
method is found in the list of listeners. |
void | resetBuffers() |
public void | setAPDUBuffer(byte[] buffer, short length) Sets the APDUBuffer. |
public void | setAPDUBufferByte(short index, byte value) Sets one byte from the APDUBuffer. |
public void | setEventListener(AID aid) Sets the event listener applet. |
public void | setOutBufferData(short length) Sets the data in the out buffer. |
public void | setOutgoingAPDU() This method is called by GSMApplet to set the data in the APDU buffer
so that it can be sent to the terminal in response to a
GET RESPONSE APDU. |