-
Notifications
You must be signed in to change notification settings - Fork 7
/
constants.json
35 lines (35 loc) · 937 Bytes
/
constants.json
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
26
27
28
29
30
31
32
33
34
35
{
"nonCorrectableFields": {
"printFields": true,
"delimiter": true,
"delimiter1": true,
"delimiter2": true,
"delimiter3": true,
"pinBlockFormat": true,
"sourcePinBlockFormat": true,
"destinationPinBlockFormat": true,
"checkLength": true,
"panLength": true,
"maximumPinLength": true,
"pan": true,
"pvki": true,
"pvv": true,
"sourcePvv": true,
"expirationDate": true,
"serviceCode": true,
"pin": true,
"kcvType": true,
"modeFlag": true,
"branchHeightParams": true,
"macMethod": true,
"macData": true,
"messageDataLength": true,
"hashId": true,
"inputFormatFlag": true,
"outputFormatFlag": true,
"macSize": true,
"macAlgorithm": true,
"paddingMethod": true,
"keyComponents": true
}
}