Methods Summary |
---|
public void | clearEventListener(AID aid)Removes the event listener from the list of listeners.
|
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.
|
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.
|