Class EMVView

Object
   |
   +--EMVView

class EMVView


This class implements a viewer for data stored on emv cards
Defined in emvView.js

Requires:


Field Summary
 Object emv
          
<static>  Object DE
          
 
Constructor Summary
EMVView(<object> emv)
            EMVView class constructor
 
Method Summary
 void decodeActionCode(<ByteString> actionCode)
           Decode an action code into a human readable form
 void decodeAFL(<ByteString> afl)
           Decode an application file locator into a human readable form
 void decodeAIP(<ByteString> aip)
           Decode an application interchange profile into a human readable form
 void decodeAUC(<ByteString> auc)
           Decode the Application Usage Control into a human readable form
 void decodeCVM(<ByteString> cvmlist)
           Decode a Cardholder Verification Method List into a human readable form
 void decodeDataElement(<Number> tag, <ASN1> value)
           Decodes a template containing TLV data object into a human readable form
 void decodeDataObjectList(<ByteString> dol)
           Decode a data object list into a human readable form
 void displayDataElements()
           Display the data elements into a human readable form

Field Detail

emv

Object emv

DE

<static> Object DE

Constructor Detail

EMVView

EMVView(<object> emv)

Method Detail

decodeActionCode

void decodeActionCode(<ByteString> actionCode)

decodeAFL

void decodeAFL(<ByteString> afl)

decodeAIP

void decodeAIP(<ByteString> aip)

decodeAUC

void decodeAUC(<ByteString> auc)

decodeCVM

void decodeCVM(<ByteString> cvmlist)

decodeDataElement

void decodeDataElement(<Number> tag, <ASN1> value)

decodeDataObjectList

void decodeDataObjectList(<ByteString> dol)

displayDataElements

void displayDataElements()


Documentation generated by JSDoc on Tue Sep 3 22:29:44 2013