-
Notifications
You must be signed in to change notification settings - Fork 64
/
notes.txt
25 lines (18 loc) · 978 Bytes
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
CA public keys:
Visa: https://technologypartner.visa.com/Download.aspx?id=34
Mastercard (paypass): https://www.paypass.com/PP_Imp_Guides/PayPass_v3_TTAL2-Testing%20Env_26Feb2013.pdf
Full List: https://www.eftlab.com.au/index.php/site-map/knowledge-base/243-ca-public-keys
Full list of tags:
http://www.emvlab.org/emvtags/all/
Similar project:
https://code.google.com/p/javaemvreader/
Command coding at APDU level:
http://www.wrankl.de/SCTables/SCTables.html
Overview of ATR and application selection
* http://dexterous-programmer.blogspot.com.au/2012/04/emv-transaction-step-1-application.html
Full trace http://www.openscdp.org/scripts/tutorial/emv/index.html
Relationship between ASN.1 and BER/TLV
Canonical spec for BER TLV is X.690 (http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf)
Release and deploy (from http://central.sonatype.org/pages/apache-maven.html#performing-a-release-deployment):
mvn release:clean release:prepare
mvn release:perform