Class SimpleCardSimulator
Object
|
+--SimpleCardSimulator
- class
SimpleCardSimulator
Class implementing a simple ISO 7816-4 card simulation
Defined in simplecard.js
Method Summary |
void
|
initialize()
Initialize card runtime
|
ByteString
|
processAPDU(<ByteString> capdu)
Process an inbound APDU
|
ByteString
|
reset(<Number> type)
Respond to reset request
|
<static> void
|
newInstance()
Create new simulation and register with existing or newly created adapter singleton.
|
mf
Object mf
SimpleCardSimulator
SimpleCardSimulator()
Create a card simulation object
initialize
void initialize()
processAPDU
ByteString processAPDU(<ByteString> capdu)
reset
ByteString reset(<Number> type)
Parameters:
type
- reset type (One of Card.RESET_COLD or Card.RESET.WARM)
newInstance
<static> void newInstance()
Create new simulation and register with existing or newly created adapter singleton.
Documentation generated by
JSDoc on Tue Sep 3 22:29:41 2013