|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
Object emv
<static> Object DE
| Constructor Detail |
EMVView(<object> emv)
emv - an instance of the EMV class
| Method Detail |
void decodeActionCode(<ByteString> actionCode)
actionCode - the Action Code
void decodeAFL(<ByteString> afl)
afl - the Application File Locator
void decodeAIP(<ByteString> aip)
aip - the Application Interchange Profile
void decodeAUC(<ByteString> auc)
auc - the Application Usage Control
void decodeCVM(<ByteString> cvmlist)
cvmlist - the Cardholder Verification Method List
void decodeDataElement(<Number> tag, <ASN1> value)
tag - containing the tag name of TLV data objects
value - the template containing TLV data objects
void decodeDataObjectList(<ByteString> dol)
A data object list is a concatenation of data object identifiers, which each consist of a tag and a length field.
dol - the data object list
void displayDataElements()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||