Class Index | File Index

Classes


Class EMVCommandInterpreter

Class implementing a command interpreter that handles EMV command APDUs
Defined in: emvcommandinterpreter.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
EMVCommandInterpreter(fileSelector)
Create a command interpreter
Method Summary
Method Attributes Method Name and Description
 
dispatch(apdu, ins)
Dispatch to command handler based in INS byte in APDU
 
Implements GET PROCESSING OPTIONS
Class Detail
EMVCommandInterpreter(fileSelector)
Create a command interpreter
Parameters:
{FileSelector} fileSelector
the file selector object
Method Detail
dispatch(apdu, ins)
Dispatch to command handler based in INS byte in APDU
Parameters:
{APDU} apdu
the apdu
{Number} ins
the normalized instruction code

getProcessingOptions(apdu)
Implements GET PROCESSING OPTIONS
Parameters:
{APDU} apdu
the command APDU

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jun 30 2014 21:40:05 GMT+0200 (CEST)