Class eIDSimulation
Object
|
+--eIDSimulation
- class
eIDSimulation
Class implementing a simple ISO 7816-4 card simulation
Defined in eidsim.js
Constructor Summary |
eIDSimulation()
Create a card simulation object
|
Method Summary |
void
|
createFileSystem()
Initialize card runtime
|
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.
|
eIDSimulation
eIDSimulation()
Create a card simulation object
createFileSystem
void createFileSystem()
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:43 2013