@regulaforensics/document-reader-webclient 6.8.3 → 11.4.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs-es5/models/authenticity-result-type.js +64 -1
- package/dist/cjs-es5/models/check-diagnose.js +3 -1
- package/dist/cjs-es5/models/document-type.js +693 -1
- package/dist/cjs-es5/models/face-api-search.js +16 -0
- package/dist/cjs-es5/models/face-api.js +16 -0
- package/dist/cjs-es5/models/index.js +3 -1
- package/dist/cjs-es5/models/log-level.js +16 -1
- package/dist/cjs-es5/models/mrzformat.js +19 -1
- package/dist/cjs-es5/models/parsing-notification-codes.js +655 -1
- package/dist/cjs-es5/models/result.js +46 -34
- package/dist/cjs-es5/models/scenario.js +55 -2
- package/dist/cjs-es5/models/security-feature-type.js +137 -1
- package/dist/cjs-es5/models/source.js +16 -1
- package/dist/cjs-es5/models/text-field-type.js +508 -464
- package/dist/cjs-es5/models/text-post-processing.js +13 -1
- package/dist/cjs-es5/models/visibility.js +16 -1
- package/dist/esm-es5/models/authenticity-result-type.js +64 -1
- package/dist/esm-es5/models/check-diagnose.js +3 -1
- package/dist/esm-es5/models/document-type.js +693 -1
- package/dist/esm-es5/models/face-api-search.js +14 -0
- package/dist/esm-es5/models/face-api.js +14 -0
- package/dist/esm-es5/models/index.js +3 -1
- package/dist/esm-es5/models/log-level.js +16 -1
- package/dist/esm-es5/models/mrzformat.js +19 -1
- package/dist/esm-es5/models/parsing-notification-codes.js +655 -1
- package/dist/esm-es5/models/result.js +46 -34
- package/dist/esm-es5/models/scenario.js +55 -2
- package/dist/esm-es5/models/security-feature-type.js +137 -1
- package/dist/esm-es5/models/source.js +16 -1
- package/dist/esm-es5/models/text-field-type.js +508 -464
- package/dist/esm-es5/models/text-post-processing.js +13 -1
- package/dist/esm-es5/models/visibility.js +16 -1
- package/package.json +1 -1
- package/src/models/authenticity-result-type.ts +63 -0
- package/src/models/check-diagnose.ts +2 -0
- package/src/models/document-type.ts +693 -1
- package/src/models/face-api-search.ts +43 -0
- package/src/models/face-api.ts +74 -0
- package/src/models/index.ts +2 -0
- package/src/models/log-level.ts +15 -0
- package/src/models/mrzformat.ts +18 -0
- package/src/models/parsing-notification-codes.ts +654 -0
- package/src/models/process-params.ts +25 -0
- package/src/models/process-request.ts +12 -0
- package/src/models/result.ts +45 -33
- package/src/models/scenario.ts +54 -1
- package/src/models/security-feature-type.ts +137 -1
- package/src/models/source.ts +15 -0
- package/src/models/text-field-type.ts +508 -464
- package/src/models/text-post-processing.ts +12 -0
- package/src/models/visibility.ts +15 -0
|
@@ -18,223 +18,877 @@
|
|
|
18
18
|
*/
|
|
19
19
|
export var ParsingNotificationCodes;
|
|
20
20
|
(function (ParsingNotificationCodes) {
|
|
21
|
+
/**
|
|
22
|
+
* ASN certificate: Incorrect version
|
|
23
|
+
*/
|
|
21
24
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_IncorrectVersion"] = -1879048191] = "ntfLDS_ASN_Certificate_IncorrectVersion";
|
|
25
|
+
/**
|
|
26
|
+
* ASN certificate: Non-matching signature algorithm
|
|
27
|
+
*/
|
|
22
28
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_NonMatchingSignatureAlgorithm"] = -1879048190] = "ntfLDS_ASN_Certificate_NonMatchingSignatureAlgorithm";
|
|
29
|
+
/**
|
|
30
|
+
* ASN certificate: Incorrect time coding
|
|
31
|
+
*/
|
|
23
32
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_IncorrectTimeCoding"] = -1879048189] = "ntfLDS_ASN_Certificate_IncorrectTimeCoding";
|
|
33
|
+
/**
|
|
34
|
+
* ASN certificate: Incorrect use of generalized time
|
|
35
|
+
*/
|
|
24
36
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_IncorrectUseOfGeneralizedTime"] = -1879048188] = "ntfLDS_ASN_Certificate_IncorrectUseOfGeneralizedTime";
|
|
37
|
+
/**
|
|
38
|
+
* ASN certificate: Empty issuer
|
|
39
|
+
*/
|
|
25
40
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_EmptyIssuer"] = -1879048187] = "ntfLDS_ASN_Certificate_EmptyIssuer";
|
|
41
|
+
/**
|
|
42
|
+
* ASN certificate: Empty subject
|
|
43
|
+
*/
|
|
26
44
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_EmptySubject"] = -1879048186] = "ntfLDS_ASN_Certificate_EmptySubject";
|
|
45
|
+
/**
|
|
46
|
+
* ASN certificate: Unsupported critical extension
|
|
47
|
+
*/
|
|
27
48
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_UnsupportedCriticalExtension"] = -1879048184] = "ntfLDS_ASN_Certificate_UnsupportedCriticalExtension";
|
|
49
|
+
/**
|
|
50
|
+
* ASN certificate: Forced default CSCA role
|
|
51
|
+
*/
|
|
28
52
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_ForcedDefaultCSCARole"] = -1879048178] = "ntfLDS_ASN_Certificate_ForcedDefaultCSCARole";
|
|
53
|
+
/**
|
|
54
|
+
* ASN certificate: Forced Default DS role
|
|
55
|
+
*/
|
|
29
56
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_ForcedDefaultDSRole"] = -1879048177] = "ntfLDS_ASN_Certificate_ForcedDefaultDSRole";
|
|
57
|
+
/**
|
|
58
|
+
* ASN certificate: Incorrect issuer subject DS
|
|
59
|
+
*/
|
|
30
60
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS"] = -1879048176] = "ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS";
|
|
61
|
+
/**
|
|
62
|
+
* ASN certificate: Duplicating extensions
|
|
63
|
+
*/
|
|
31
64
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_Certificate_DuplicatingExtensions"] = -1879048169] = "ntfLDS_ASN_Certificate_DuplicatingExtensions";
|
|
65
|
+
/**
|
|
66
|
+
* ICAO certificate: Version missed
|
|
67
|
+
*/
|
|
32
68
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Version_Missed"] = -1879047680] = "ntfLDS_ICAO_Certificate_Version_Missed";
|
|
69
|
+
/**
|
|
70
|
+
* ICAO certificate: Version incorrect
|
|
71
|
+
*/
|
|
33
72
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Version_Incorrect"] = -1879047679] = "ntfLDS_ICAO_Certificate_Version_Incorrect";
|
|
73
|
+
/**
|
|
74
|
+
* ICAO certificate: Issuer country missed
|
|
75
|
+
*/
|
|
34
76
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Issuer_Country_Missed"] = -1879047678] = "ntfLDS_ICAO_Certificate_Issuer_Country_Missed";
|
|
77
|
+
/**
|
|
78
|
+
* ICAO certificate: Issuer common name missed
|
|
79
|
+
*/
|
|
35
80
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Issuer_CommonName_Missed"] = -1879047677] = "ntfLDS_ICAO_Certificate_Issuer_CommonName_Missed";
|
|
81
|
+
/**
|
|
82
|
+
* ICAO certificate: Issuer country non-compliant
|
|
83
|
+
*/
|
|
36
84
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Issuer_CountryNonCompliant"] = -1879047676] = "ntfLDS_ICAO_Certificate_Issuer_CountryNonCompliant";
|
|
85
|
+
/**
|
|
86
|
+
* ICAO certificate: Subject country missed
|
|
87
|
+
*/
|
|
37
88
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Subject_Country_Missed"] = -1879047675] = "ntfLDS_ICAO_Certificate_Subject_Country_Missed";
|
|
89
|
+
/**
|
|
90
|
+
* ICAO certificate: Subject common name missed
|
|
91
|
+
*/
|
|
38
92
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Subject_CommonName_Missed"] = -1879047674] = "ntfLDS_ICAO_Certificate_Subject_CommonName_Missed";
|
|
93
|
+
/**
|
|
94
|
+
* ICAO certificate: Subject country non-compliant
|
|
95
|
+
*/
|
|
39
96
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Subject_CountryNonCompliant"] = -1879047673] = "ntfLDS_ICAO_Certificate_Subject_CountryNonCompliant";
|
|
97
|
+
/**
|
|
98
|
+
* ICAO certificate: Using non-compliant data
|
|
99
|
+
*/
|
|
40
100
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_UsingNonCompliantData"] = -1879047672] = "ntfLDS_ICAO_Certificate_UsingNonCompliantData";
|
|
101
|
+
/**
|
|
102
|
+
* ICAO certificate: Unsupported signature algorithm
|
|
103
|
+
*/
|
|
41
104
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_UnsupportedSignatureAlgorithm"] = -1879047671] = "ntfLDS_ICAO_Certificate_UnsupportedSignatureAlgorithm";
|
|
105
|
+
/**
|
|
106
|
+
* ICAO certificate: Unsupported public key algorithm
|
|
107
|
+
*/
|
|
42
108
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_UnsupportedPublicKeyAlgorithm"] = -1879047670] = "ntfLDS_ICAO_Certificate_UnsupportedPublicKeyAlgorithm";
|
|
109
|
+
/**
|
|
110
|
+
* ICAO certificate: Missed extensions
|
|
111
|
+
*/
|
|
43
112
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_MissedExtensions"] = -1879047669] = "ntfLDS_ICAO_Certificate_MissedExtensions";
|
|
113
|
+
/**
|
|
114
|
+
* ICAO certificate: Validity
|
|
115
|
+
*/
|
|
44
116
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Validity"] = -1879047668] = "ntfLDS_ICAO_Certificate_Validity";
|
|
117
|
+
/**
|
|
118
|
+
* ICAO certificate extension: Using non-compliant data
|
|
119
|
+
*/
|
|
45
120
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_UsingNonCompliantData"] = -1879047667] = "ntfLDS_ICAO_Certificate_Ext_UsingNonCompliantData";
|
|
121
|
+
/**
|
|
122
|
+
* ICAO certificate extension: Key usage missed
|
|
123
|
+
*/
|
|
46
124
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_KeyUsage_Missed"] = -1879047666] = "ntfLDS_ICAO_Certificate_Ext_KeyUsage_Missed";
|
|
125
|
+
/**
|
|
126
|
+
* ICAO certificate extension: Key usage not critical
|
|
127
|
+
*/
|
|
47
128
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_KeyUsage_NotCritical"] = -1879047665] = "ntfLDS_ICAO_Certificate_Ext_KeyUsage_NotCritical";
|
|
129
|
+
/**
|
|
130
|
+
* ICAO certificate extension: Key usage incorrect data
|
|
131
|
+
*/
|
|
48
132
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_KeyUsage_IncorrectData"] = -1879047664] = "ntfLDS_ICAO_Certificate_Ext_KeyUsage_IncorrectData";
|
|
133
|
+
/**
|
|
134
|
+
* ICAO certificate extension: Basic constraints missed
|
|
135
|
+
*/
|
|
49
136
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_BasicC_Missed"] = -1879047663] = "ntfLDS_ICAO_Certificate_Ext_BasicC_Missed";
|
|
137
|
+
/**
|
|
138
|
+
* ICAO certificate extension: Basic constraints incorrect usage 1
|
|
139
|
+
*/
|
|
50
140
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage1"] = -1879047662] = "ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage1";
|
|
141
|
+
/**
|
|
142
|
+
* ICAO certificate extension: Basic constraints incorrect usage 2
|
|
143
|
+
*/
|
|
51
144
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage2"] = -1879047661] = "ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage2";
|
|
145
|
+
/**
|
|
146
|
+
* ICAO certificate extension: Basic constraints not critical
|
|
147
|
+
*/
|
|
52
148
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_BasicC_NotCritical"] = -1879047660] = "ntfLDS_ICAO_Certificate_Ext_BasicC_NotCritical";
|
|
149
|
+
/**
|
|
150
|
+
* ICAO certificate extension: Basic constraints incorrect data
|
|
151
|
+
*/
|
|
53
152
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectData"] = -1879047659] = "ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectData";
|
|
153
|
+
/**
|
|
154
|
+
* ICAO certificate extension: Basic constraints path LenC missed
|
|
155
|
+
*/
|
|
54
156
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Missed"] = -1879047658] = "ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Missed";
|
|
157
|
+
/**
|
|
158
|
+
* ICAO certificate extension: Basic constraints path LenC incorrect
|
|
159
|
+
*/
|
|
55
160
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Incorrect"] = -1879047657] = "ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Incorrect";
|
|
161
|
+
/**
|
|
162
|
+
* ICAO certificate extension: Ext key usage not critical
|
|
163
|
+
*/
|
|
56
164
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_NotCritical"] = -1879047656] = "ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_NotCritical";
|
|
165
|
+
/**
|
|
166
|
+
* ICAO certificate extension: Ext key usage incorrect usage
|
|
167
|
+
*/
|
|
57
168
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectUsage"] = -1879047655] = "ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectUsage";
|
|
169
|
+
/**
|
|
170
|
+
* ICAO certificate extension: Ext key usage incorrect data
|
|
171
|
+
*/
|
|
58
172
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectData"] = -1879047654] = "ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectData";
|
|
173
|
+
/**
|
|
174
|
+
* ICAO certificate extension Auth key: ID missed
|
|
175
|
+
*/
|
|
59
176
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_AuthKeyID_Missed"] = -1879047653] = "ntfLDS_ICAO_Certificate_Ext_AuthKeyID_Missed";
|
|
177
|
+
/**
|
|
178
|
+
* ICAO certificate extension Auth key: Incorrect data
|
|
179
|
+
*/
|
|
60
180
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_AuthKeyID_IncorrectData"] = -1879047652] = "ntfLDS_ICAO_Certificate_Ext_AuthKeyID_IncorrectData";
|
|
181
|
+
/**
|
|
182
|
+
* ICAO certificate extension Auth key: Key ID missed
|
|
183
|
+
*/
|
|
61
184
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_AuthKeyID_KeyID_Missed"] = -1879047651] = "ntfLDS_ICAO_Certificate_Ext_AuthKeyID_KeyID_Missed";
|
|
185
|
+
/**
|
|
186
|
+
* ICAO certificate extension: Subject key ID missed
|
|
187
|
+
*/
|
|
62
188
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_Missed"] = -1879047650] = "ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_Missed";
|
|
189
|
+
/**
|
|
190
|
+
* ICAO certificate extension: Subject key ID incorrect data
|
|
191
|
+
*/
|
|
63
192
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_IncorrectData"] = -1879047649] = "ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_IncorrectData";
|
|
193
|
+
/**
|
|
194
|
+
* ICAO certificate extension: Private key UP missed
|
|
195
|
+
*/
|
|
64
196
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Missed"] = -1879047648] = "ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Missed";
|
|
197
|
+
/**
|
|
198
|
+
* ICAO certificate extension: Private key UP incorrect data
|
|
199
|
+
*/
|
|
65
200
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_IncorrectData"] = -1879047647] = "ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_IncorrectData";
|
|
201
|
+
/**
|
|
202
|
+
* ICAO certificate extension: Private key UP empty
|
|
203
|
+
*/
|
|
66
204
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Empty"] = -1879047646] = "ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Empty";
|
|
205
|
+
/**
|
|
206
|
+
* ICAO certificate extension: Subject alt name missed
|
|
207
|
+
*/
|
|
67
208
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Missed"] = -1879047645] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Missed";
|
|
209
|
+
/**
|
|
210
|
+
* ICAO certificate extension: Subject alt name incorrect data
|
|
211
|
+
*/
|
|
68
212
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectAltName_IncorrectData"] = -1879047644] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_IncorrectData";
|
|
213
|
+
/**
|
|
214
|
+
* ICAO certificate extension: Subject alt name empty
|
|
215
|
+
*/
|
|
69
216
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Empty"] = -1879047643] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Empty";
|
|
217
|
+
/**
|
|
218
|
+
* ICAO certificate extension: Subject alt name non-compliant
|
|
219
|
+
*/
|
|
70
220
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectAltName_NonCompliant"] = -1879047642] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_NonCompliant";
|
|
221
|
+
/**
|
|
222
|
+
* ICAO certificate extension: Subject alt name critical
|
|
223
|
+
*/
|
|
71
224
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Critical"] = -1879047640] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Critical";
|
|
225
|
+
/**
|
|
226
|
+
* ICAO certificate extension: Subject alt name DN empty
|
|
227
|
+
*/
|
|
72
228
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Empty"] = -1879047639] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Empty";
|
|
229
|
+
/**
|
|
230
|
+
* ICAO certificate extension: Subject alt name DN incorrect
|
|
231
|
+
*/
|
|
73
232
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Incorrect"] = -1879047638] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Incorrect";
|
|
233
|
+
/**
|
|
234
|
+
* ICAO certificate extension: Subject alt name DN non-compliant
|
|
235
|
+
*/
|
|
74
236
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_NonCompliant"] = -1879047637] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_NonCompliant";
|
|
237
|
+
/**
|
|
238
|
+
* ICAO certificate extension: Issuer alt name missed
|
|
239
|
+
*/
|
|
75
240
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Missed"] = -1879047636] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Missed";
|
|
241
|
+
/**
|
|
242
|
+
* ICAO certificate extension: Issuer alt name incorrect data
|
|
243
|
+
*/
|
|
76
244
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_IssuerAltName_IncorrectData"] = -1879047635] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_IncorrectData";
|
|
245
|
+
/**
|
|
246
|
+
* ICAO certificate extension: Issuer alt name empty
|
|
247
|
+
*/
|
|
77
248
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Empty"] = -1879047634] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Empty";
|
|
249
|
+
/**
|
|
250
|
+
* ICAO certificate extension: Issuer alt name non-compliant
|
|
251
|
+
*/
|
|
78
252
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_IssuerAltName_NonCompliant"] = -1879047633] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_NonCompliant";
|
|
253
|
+
/**
|
|
254
|
+
* ICAO certificate extension: Issuer alt name critical
|
|
255
|
+
*/
|
|
79
256
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Critical"] = -1879047631] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Critical";
|
|
257
|
+
/**
|
|
258
|
+
* ICAO certificate extension: Issuer alt name DN empty
|
|
259
|
+
*/
|
|
80
260
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Empty"] = -1879047630] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Empty";
|
|
261
|
+
/**
|
|
262
|
+
* ICAO certificate extension: Issuer alt name DN incorrect
|
|
263
|
+
*/
|
|
81
264
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Incorrect"] = -1879047629] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Incorrect";
|
|
265
|
+
/**
|
|
266
|
+
* ICAO certificate extension: Issuer alt name DN non-compliant
|
|
267
|
+
*/
|
|
82
268
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_NonCompliant"] = -1879047628] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_NonCompliant";
|
|
269
|
+
/**
|
|
270
|
+
* ICAO certificate extension Doc type list: Missed
|
|
271
|
+
*/
|
|
83
272
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_DocTypeList_Missed"] = -1879047627] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_Missed";
|
|
273
|
+
/**
|
|
274
|
+
* ICAO certificate extension Doc type list: Incorrect data
|
|
275
|
+
*/
|
|
84
276
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_DocTypeList_IncorrectData"] = -1879047626] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_IncorrectData";
|
|
277
|
+
/**
|
|
278
|
+
* ICAO certificate extension Doc type list: Version
|
|
279
|
+
*/
|
|
85
280
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_DocTypeList_Version"] = -1879047625] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_Version";
|
|
281
|
+
/**
|
|
282
|
+
* ICAO certificate extension Doc type list: Doc types
|
|
283
|
+
*/
|
|
86
284
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes"] = -1879047624] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes";
|
|
285
|
+
/**
|
|
286
|
+
* ICAO certificate extension Doc type list: Doc types empty
|
|
287
|
+
*/
|
|
87
288
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes_Empty"] = -1879047623] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes_Empty";
|
|
289
|
+
/**
|
|
290
|
+
* ICAO certificate extension: Dert policies incorrect data
|
|
291
|
+
*/
|
|
88
292
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_CertPolicies_IncorrectData"] = -1879047622] = "ntfLDS_ICAO_Certificate_Ext_CertPolicies_IncorrectData";
|
|
293
|
+
/**
|
|
294
|
+
* ICAO certificate extension: Cert policies empty
|
|
295
|
+
*/
|
|
89
296
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_CertPolicies_Empty"] = -1879047621] = "ntfLDS_ICAO_Certificate_Ext_CertPolicies_Empty";
|
|
297
|
+
/**
|
|
298
|
+
* ICAO certificate extension: Cert policies policy ID missed
|
|
299
|
+
*/
|
|
90
300
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_CertPolicies_PolicyID_Missed"] = -1879047620] = "ntfLDS_ICAO_Certificate_Ext_CertPolicies_PolicyID_Missed";
|
|
301
|
+
/**
|
|
302
|
+
* ICAO certificate extension: CRL dist point missed
|
|
303
|
+
*/
|
|
91
304
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Missed"] = -1879047619] = "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Missed";
|
|
305
|
+
/**
|
|
306
|
+
* ICAO certificate extension: CRL dist point incorrect data
|
|
307
|
+
*/
|
|
92
308
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_IncorrectData"] = -1879047618] = "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_IncorrectData";
|
|
309
|
+
/**
|
|
310
|
+
* ICAO certificate extension: CRL dist point empty
|
|
311
|
+
*/
|
|
93
312
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Empty"] = -1879047617] = "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Empty";
|
|
313
|
+
/**
|
|
314
|
+
* ICAO certificate extension: CRL dist point point missed
|
|
315
|
+
*/
|
|
94
316
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_PointMissed"] = -1879047616] = "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_PointMissed";
|
|
317
|
+
/**
|
|
318
|
+
* ICAO certificate: SN non-compliant
|
|
319
|
+
*/
|
|
95
320
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_SN_NonCompliant"] = -1879047615] = "ntfLDS_ICAO_Certificate_SN_NonCompliant";
|
|
321
|
+
/**
|
|
322
|
+
* ICAO certificate: Issuer SN non-compliant
|
|
323
|
+
*/
|
|
96
324
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Issuer_SN_NonCompliant"] = -1879047614] = "ntfLDS_ICAO_Certificate_Issuer_SN_NonCompliant";
|
|
325
|
+
/**
|
|
326
|
+
* ICAO certificate: Subject SN non-compliant
|
|
327
|
+
*/
|
|
97
328
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Subject_SN_NonCompliant"] = -1879047613] = "ntfLDS_ICAO_Certificate_Subject_SN_NonCompliant";
|
|
329
|
+
/**
|
|
330
|
+
* ICAO certificate: Issuer attribute non-compliant
|
|
331
|
+
*/
|
|
98
332
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Issuer_AttributeNonCompliant"] = -1879047612] = "ntfLDS_ICAO_Certificate_Issuer_AttributeNonCompliant";
|
|
333
|
+
/**
|
|
334
|
+
* ICAO certificate: Subject attribute non-compliant
|
|
335
|
+
*/
|
|
99
336
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Subject_AttributeNonCompliant"] = -1879047611] = "ntfLDS_ICAO_Certificate_Subject_AttributeNonCompliant";
|
|
337
|
+
/**
|
|
338
|
+
* ICAO certificate: Issuer subject country non-matching
|
|
339
|
+
*/
|
|
100
340
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_IssuerSubject_Country_NonMatching"] = -1879047610] = "ntfLDS_ICAO_Certificate_IssuerSubject_Country_NonMatching";
|
|
341
|
+
/**
|
|
342
|
+
* ICAO certificate extension: CSCA alt names non-matching
|
|
343
|
+
*/
|
|
101
344
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_CSCA_AltNames_NonMatching"] = -1879047609] = "ntfLDS_ICAO_Certificate_Ext_CSCA_AltNames_NonMatching";
|
|
345
|
+
/**
|
|
346
|
+
* ICAO certificate extension: Name change incorrect data
|
|
347
|
+
*/
|
|
102
348
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_NameChange_IncorrectData"] = -1879047608] = "ntfLDS_ICAO_Certificate_Ext_NameChange_IncorrectData";
|
|
349
|
+
/**
|
|
350
|
+
* ICAO certificate extension: Name change non-compliant
|
|
351
|
+
*/
|
|
103
352
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_NameChange_NonCompliant"] = -1879047607] = "ntfLDS_ICAO_Certificate_Ext_NameChange_NonCompliant";
|
|
353
|
+
/**
|
|
354
|
+
* ICAO certificate extension: Name change critical
|
|
355
|
+
*/
|
|
104
356
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_NameChange_Critical"] = -1879047606] = "ntfLDS_ICAO_Certificate_Ext_NameChange_Critical";
|
|
357
|
+
/**
|
|
358
|
+
* ICAO certificate extension Doc type list: non-compliant
|
|
359
|
+
*/
|
|
105
360
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_DocTypeList_NonCompliant"] = -1879047605] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_NonCompliant";
|
|
361
|
+
/**
|
|
362
|
+
* ICAO certificate extension Doc type list: Critical
|
|
363
|
+
*/
|
|
106
364
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_DocTypeList_Critical"] = -1879047604] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_Critical";
|
|
365
|
+
/**
|
|
366
|
+
* ICAO certificate extension: Optional critical
|
|
367
|
+
*/
|
|
107
368
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Ext_Optional_Critical"] = -1879047603] = "ntfLDS_ICAO_Certificate_Ext_Optional_Critical";
|
|
369
|
+
/**
|
|
370
|
+
* ICAO certificate: Subject non-compliant
|
|
371
|
+
*/
|
|
108
372
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Subject_NonCompliant"] = -1879047602] = "ntfLDS_ICAO_Certificate_Subject_NonCompliant";
|
|
373
|
+
/**
|
|
374
|
+
* ICAO certificate: Subject common name non-compliant
|
|
375
|
+
*/
|
|
109
376
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Certificate_Subject_CommonNameNonCompliant"] = -1879047601] = "ntfLDS_ICAO_Certificate_Subject_CommonNameNonCompliant";
|
|
377
|
+
/**
|
|
378
|
+
* ICAO COM: LDS version incorrect
|
|
379
|
+
*/
|
|
110
380
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_COM_LDS_Version_Incorrect"] = -1879048160] = "ntfLDS_ICAO_COM_LDS_Version_Incorrect";
|
|
381
|
+
/**
|
|
382
|
+
* ICAO COM: LDS version missing
|
|
383
|
+
*/
|
|
111
384
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_COM_LDS_Version_Missing"] = -1879048159] = "ntfLDS_ICAO_COM_LDS_Version_Missing";
|
|
385
|
+
/**
|
|
386
|
+
* ICAO COM: Unicode version incorrect
|
|
387
|
+
*/
|
|
112
388
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_COM_Unicode_Version_Incorrect"] = -1879048158] = "ntfLDS_ICAO_COM_Unicode_Version_Incorrect";
|
|
389
|
+
/**
|
|
390
|
+
* ICAO COM: Unicode version missing
|
|
391
|
+
*/
|
|
113
392
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_COM_Unicode_Version_Missing"] = -1879048157] = "ntfLDS_ICAO_COM_Unicode_Version_Missing";
|
|
393
|
+
/**
|
|
394
|
+
* ICAO COM: DGPM incorrect
|
|
395
|
+
*/
|
|
114
396
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_COM_DGPM_Incorrect"] = -1879048156] = "ntfLDS_ICAO_COM_DGPM_Incorrect";
|
|
397
|
+
/**
|
|
398
|
+
* ICAO COM: DGPM missing
|
|
399
|
+
*/
|
|
115
400
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_COM_DGPM_Missing"] = -1879048155] = "ntfLDS_ICAO_COM_DGPM_Missing";
|
|
401
|
+
/**
|
|
402
|
+
* ICAO COM: DGPM unexpected
|
|
403
|
+
*/
|
|
116
404
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_COM_DGPM_Unexpected"] = -1879048154] = "ntfLDS_ICAO_COM_DGPM_Unexpected";
|
|
405
|
+
/**
|
|
406
|
+
* ICAO application: LDS version unsupported
|
|
407
|
+
*/
|
|
117
408
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Application_LDSVersion_Unsupported"] = -1879048144] = "ntfLDS_ICAO_Application_LDSVersion_Unsupported";
|
|
409
|
+
/**
|
|
410
|
+
* ICAO application: Unicode version unsupported
|
|
411
|
+
*/
|
|
118
412
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Application_UnicodeVersion_Unsupported"] = -1879048143] = "ntfLDS_ICAO_Application_UnicodeVersion_Unsupported";
|
|
413
|
+
/**
|
|
414
|
+
* ICAO application: LDS version inconsistent
|
|
415
|
+
*/
|
|
119
416
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Application_LDSVersion_Inconsistent"] = -1879048142] = "ntfLDS_ICAO_Application_LDSVersion_Inconsistent";
|
|
417
|
+
/**
|
|
418
|
+
* ICAO application: Unicode version inconsistent
|
|
419
|
+
*/
|
|
120
420
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_Application_UnicodeVersion_Inconsistent"] = -1879048141] = "ntfLDS_ICAO_Application_UnicodeVersion_Inconsistent";
|
|
421
|
+
/**
|
|
422
|
+
* ASN signed data: OID incorrect
|
|
423
|
+
*/
|
|
121
424
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignedData_OID_Incorrect"] = -1879047936] = "ntfLDS_ASN_SignedData_OID_Incorrect";
|
|
425
|
+
/**
|
|
426
|
+
* ASN signed data: Version incorrect
|
|
427
|
+
*/
|
|
122
428
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignedData_Version_Incorrect"] = -1879047776] = "ntfLDS_ASN_SignedData_Version_Incorrect";
|
|
429
|
+
/**
|
|
430
|
+
* ASN signed data: Content OID incorrect
|
|
431
|
+
*/
|
|
123
432
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignedData_ContentOID_Incorrect"] = -1879047775] = "ntfLDS_ASN_SignedData_ContentOID_Incorrect";
|
|
433
|
+
/**
|
|
434
|
+
* ICAO signed data: Version incorrect
|
|
435
|
+
*/
|
|
124
436
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_SignedData_Version_Incorrect"] = -1879047935] = "ntfLDS_ICAO_SignedData_Version_Incorrect";
|
|
437
|
+
/**
|
|
438
|
+
* ICAO signed data: Digest algorithms empty
|
|
439
|
+
*/
|
|
125
440
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_SignedData_DigestAlgorithms_Empty"] = -1879047934] = "ntfLDS_ICAO_SignedData_DigestAlgorithms_Empty";
|
|
441
|
+
/**
|
|
442
|
+
* ICAO signed data: Digest algorithms unsupported
|
|
443
|
+
*/
|
|
126
444
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_SignedData_DigestAlgorithms_Unsupported"] = -1879047933] = "ntfLDS_ICAO_SignedData_DigestAlgorithms_Unsupported";
|
|
445
|
+
/**
|
|
446
|
+
* ICAO signed data: Signer infos multiple entries
|
|
447
|
+
*/
|
|
127
448
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_SignedData_SignerInfos_MultipleEntries"] = -1879047927] = "ntfLDS_ICAO_SignedData_SignerInfos_MultipleEntries";
|
|
449
|
+
/**
|
|
450
|
+
* ICAO signed data: Certificates missed
|
|
451
|
+
*/
|
|
128
452
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_SignedData_Certificates_Missed"] = -1879047760] = "ntfLDS_ICAO_SignedData_Certificates_Missed";
|
|
453
|
+
/**
|
|
454
|
+
* ICAO signed data: Certificates empty
|
|
455
|
+
*/
|
|
129
456
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_SignedData_Certificates_Empty"] = -1879047759] = "ntfLDS_ICAO_SignedData_Certificates_Empty";
|
|
457
|
+
/**
|
|
458
|
+
* ICAO signed data: CRLs incorrect usage
|
|
459
|
+
*/
|
|
130
460
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_SignedData_CRLs_IncorrectUsage"] = -1879047758] = "ntfLDS_ICAO_SignedData_CRLs_IncorrectUsage";
|
|
461
|
+
/**
|
|
462
|
+
* ICAO LDS object: Incorrect content OID
|
|
463
|
+
*/
|
|
131
464
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_LDSObject_IncorrectContentOID"] = -1879047932] = "ntfLDS_ICAO_LDSObject_IncorrectContentOID";
|
|
465
|
+
/**
|
|
466
|
+
* ICAO LDS object: DG number incorrect
|
|
467
|
+
*/
|
|
132
468
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_LDSObject_DGNumber_Incorrect"] = -1879047931] = "ntfLDS_ICAO_LDSObject_DGNumber_Incorrect";
|
|
469
|
+
/**
|
|
470
|
+
* ICAO LDS object: DG hash missing
|
|
471
|
+
*/
|
|
133
472
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_LDSObject_DGHash_Missing"] = -1879047930] = "ntfLDS_ICAO_LDSObject_DGHash_Missing";
|
|
473
|
+
/**
|
|
474
|
+
* ICAO LDS object: DG hash extra
|
|
475
|
+
*/
|
|
134
476
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_LDSObject_DGHash_Extra"] = -1879047929] = "ntfLDS_ICAO_LDSObject_DGHash_Extra";
|
|
477
|
+
/**
|
|
478
|
+
* ICAO LDS object: Version incorrect
|
|
479
|
+
*/
|
|
135
480
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_LDSObject_Version_Incorrect"] = -1879047928] = "ntfLDS_ICAO_LDSObject_Version_Incorrect";
|
|
481
|
+
/**
|
|
482
|
+
* ICAO master list: Version incorrect
|
|
483
|
+
*/
|
|
136
484
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_MasterList_Version_Incorrect"] = -1879047744] = "ntfLDS_ICAO_MasterList_Version_Incorrect";
|
|
485
|
+
/**
|
|
486
|
+
* ICAO Deviation list: Version incorrect
|
|
487
|
+
*/
|
|
137
488
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ICAO_DeviationList_Version_Incorrect"] = -1879047736] = "ntfLDS_ICAO_DeviationList_Version_Incorrect";
|
|
489
|
+
/**
|
|
490
|
+
* BSI: Defect list version incorrect
|
|
491
|
+
*/
|
|
138
492
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_BSI_DefectList_Version_Incorrect"] = -1879047728] = "ntfLDS_BSI_DefectList_Version_Incorrect";
|
|
493
|
+
/**
|
|
494
|
+
* BSI: Black list version incorrect
|
|
495
|
+
*/
|
|
139
496
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_BSI_BlackList_Version_Incorrect"] = -1879047720] = "ntfLDS_BSI_BlackList_Version_Incorrect";
|
|
497
|
+
/**
|
|
498
|
+
* ASN signer info: Version incorrect
|
|
499
|
+
*/
|
|
140
500
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_Version_Incorrect"] = -1879047926] = "ntfLDS_ASN_SignerInfo_Version_Incorrect";
|
|
501
|
+
/**
|
|
502
|
+
* ASN signer info: SID incorrect choice
|
|
503
|
+
*/
|
|
141
504
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_SID_IncorrectChoice"] = -1879047925] = "ntfLDS_ASN_SignerInfo_SID_IncorrectChoice";
|
|
505
|
+
/**
|
|
506
|
+
* ASN signer info: SID digest algorithm not listed
|
|
507
|
+
*/
|
|
142
508
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_SID_DigestAlgorithmNotListed"] = -1879047924] = "ntfLDS_ASN_SignerInfo_SID_DigestAlgorithmNotListed";
|
|
509
|
+
/**
|
|
510
|
+
* ASN signer info: Message digest attr missing
|
|
511
|
+
*/
|
|
143
512
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_MessageDigestAttr_Missing"] = -1879047923] = "ntfLDS_ASN_SignerInfo_MessageDigestAttr_Missing";
|
|
513
|
+
/**
|
|
514
|
+
* ASN signer info: Message digest attr data
|
|
515
|
+
*/
|
|
144
516
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_MessageDigestAttr_Data"] = -1879047922] = "ntfLDS_ASN_SignerInfo_MessageDigestAttr_Data";
|
|
517
|
+
/**
|
|
518
|
+
* ASN signer info: Message digest attr value
|
|
519
|
+
*/
|
|
145
520
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_MessageDigestAttr_Value"] = -1879047921] = "ntfLDS_ASN_SignerInfo_MessageDigestAttr_Value";
|
|
521
|
+
/**
|
|
522
|
+
* ASN signer info: Content type attr missing
|
|
523
|
+
*/
|
|
146
524
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_ContentTypeAttr_Missing"] = -1879047920] = "ntfLDS_ASN_SignerInfo_ContentTypeAttr_Missing";
|
|
525
|
+
/**
|
|
526
|
+
* ASN signer info: Content type attr data
|
|
527
|
+
*/
|
|
147
528
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_ContentTypeAttr_Data"] = -1879047919] = "ntfLDS_ASN_SignerInfo_ContentTypeAttr_Data";
|
|
529
|
+
/**
|
|
530
|
+
* ASN signer info: Content type attr value
|
|
531
|
+
*/
|
|
148
532
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_ContentTypeAttr_Value"] = -1879047918] = "ntfLDS_ASN_SignerInfo_ContentTypeAttr_Value";
|
|
533
|
+
/**
|
|
534
|
+
* ASN signer info: Signing time attr missing
|
|
535
|
+
*/
|
|
149
536
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_SigningTimeAttr_Missing"] = -1879047909] = "ntfLDS_ASN_SignerInfo_SigningTimeAttr_Missing";
|
|
537
|
+
/**
|
|
538
|
+
* ASN signer info: Signing time attr data
|
|
539
|
+
*/
|
|
150
540
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_SigningTimeAttr_Data"] = -1879047908] = "ntfLDS_ASN_SignerInfo_SigningTimeAttr_Data";
|
|
541
|
+
/**
|
|
542
|
+
* ASN signer info: Signing time attr value
|
|
543
|
+
*/
|
|
151
544
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_SigningTimeAttr_Value"] = -1879047907] = "ntfLDS_ASN_SignerInfo_SigningTimeAttr_Value";
|
|
545
|
+
/**
|
|
546
|
+
* ASN signer info: List content description attr missing
|
|
547
|
+
*/
|
|
152
548
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Missing"] = -1879047906] = "ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Missing";
|
|
549
|
+
/**
|
|
550
|
+
* ASN signer info: List content description attr data
|
|
551
|
+
*/
|
|
153
552
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Data"] = -1879047905] = "ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Data";
|
|
553
|
+
/**
|
|
554
|
+
* Auth signer info: Certificate validity
|
|
555
|
+
*/
|
|
154
556
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_SignerInfo_Certificate_Validity"] = -1879047915] = "ntfLDS_Auth_SignerInfo_Certificate_Validity";
|
|
557
|
+
/**
|
|
558
|
+
* Auth signer info: Certificate root is not trusted
|
|
559
|
+
*/
|
|
155
560
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_SignerInfo_Certificate_RootIsNotTrusted"] = -1879047914] = "ntfLDS_Auth_SignerInfo_Certificate_RootIsNotTrusted";
|
|
561
|
+
/**
|
|
562
|
+
* Auth signer info: Certificate cannot find CSCA
|
|
563
|
+
*/
|
|
156
564
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_SignerInfo_Certificate_CantFindCSCA"] = -1879047913] = "ntfLDS_Auth_SignerInfo_Certificate_CantFindCSCA";
|
|
565
|
+
/**
|
|
566
|
+
* Auth signer info: Certificate revoked
|
|
567
|
+
*/
|
|
157
568
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_SignerInfo_Certificate_Revoked"] = -1879047912] = "ntfLDS_Auth_SignerInfo_Certificate_Revoked";
|
|
569
|
+
/**
|
|
570
|
+
* Auth signer info: Certificate signature invalid
|
|
571
|
+
*/
|
|
158
572
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_SignerInfo_Certificate_SignatureInvalid"] = -1879047911] = "ntfLDS_Auth_SignerInfo_Certificate_SignatureInvalid";
|
|
573
|
+
/**
|
|
574
|
+
* Notification: Unsupported image format
|
|
575
|
+
*/
|
|
159
576
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_UnsupportedImageFormat"] = -1879047910] = "ntfLDS_UnsupportedImageFormat";
|
|
577
|
+
/**
|
|
578
|
+
* MRZ: Document type unknown
|
|
579
|
+
*/
|
|
160
580
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_DocumentType_Unknown"] = 139272] = "ntfLDS_MRZ_DocumentType_Unknown";
|
|
581
|
+
/**
|
|
582
|
+
* MRZ: Issuing state syntax error
|
|
583
|
+
*/
|
|
161
584
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_IssuingState_SyntaxError"] = 139273] = "ntfLDS_MRZ_IssuingState_SyntaxError";
|
|
585
|
+
/**
|
|
586
|
+
* MRZ: Name is void
|
|
587
|
+
*/
|
|
162
588
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_Name_IsVoid"] = 139274] = "ntfLDS_MRZ_Name_IsVoid";
|
|
589
|
+
/**
|
|
590
|
+
* MRZ: Number incorrect checksum
|
|
591
|
+
*/
|
|
163
592
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_Number_IncorrectChecksum"] = 139277] = "ntfLDS_MRZ_Number_IncorrectChecksum";
|
|
593
|
+
/**
|
|
594
|
+
* MRZ: Nationality syntax error
|
|
595
|
+
*/
|
|
164
596
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_Nationality_SyntaxError"] = 139278] = "ntfLDS_MRZ_Nationality_SyntaxError";
|
|
597
|
+
/**
|
|
598
|
+
* MRZ: DOB syntax error
|
|
599
|
+
*/
|
|
165
600
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_DOB_SyntaxError"] = 139279] = "ntfLDS_MRZ_DOB_SyntaxError";
|
|
601
|
+
/**
|
|
602
|
+
* MRZ: DOB error
|
|
603
|
+
*/
|
|
166
604
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_DOB_Error"] = 139280] = "ntfLDS_MRZ_DOB_Error";
|
|
605
|
+
/**
|
|
606
|
+
* MRZ: DOB incorrect checksum
|
|
607
|
+
*/
|
|
167
608
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_DOB_IncorrectChecksum"] = 139281] = "ntfLDS_MRZ_DOB_IncorrectChecksum";
|
|
609
|
+
/**
|
|
610
|
+
* MRZ: Sex incorrect
|
|
611
|
+
*/
|
|
168
612
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_Sex_Incorrect"] = 139282] = "ntfLDS_MRZ_Sex_Incorrect";
|
|
613
|
+
/**
|
|
614
|
+
* MRZ: DOE syntax error
|
|
615
|
+
*/
|
|
169
616
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_DOE_SyntaxError"] = 139283] = "ntfLDS_MRZ_DOE_SyntaxError";
|
|
617
|
+
/**
|
|
618
|
+
* MRZ: DOE error
|
|
619
|
+
*/
|
|
170
620
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_DOE_Error"] = 139284] = "ntfLDS_MRZ_DOE_Error";
|
|
621
|
+
/**
|
|
622
|
+
* MRZ: DOE incorrect checksum
|
|
623
|
+
*/
|
|
171
624
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_DOE_IncorrectChecksum"] = 139285] = "ntfLDS_MRZ_DOE_IncorrectChecksum";
|
|
625
|
+
/**
|
|
626
|
+
* MRZ: Optional data incorrect checksum
|
|
627
|
+
*/
|
|
172
628
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_OptionalData_IncorrectChecksum"] = 139286] = "ntfLDS_MRZ_OptionalData_IncorrectChecksum";
|
|
629
|
+
/**
|
|
630
|
+
* MRZ: Incorrect checksum
|
|
631
|
+
*/
|
|
173
632
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_IncorrectChecksum"] = 139287] = "ntfLDS_MRZ_IncorrectChecksum";
|
|
633
|
+
/**
|
|
634
|
+
* MRZ: Incorrect
|
|
635
|
+
*/
|
|
174
636
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_MRZ_Incorrect"] = 139288] = "ntfLDS_MRZ_Incorrect";
|
|
637
|
+
/**
|
|
638
|
+
* Biometrics: Format owner missing
|
|
639
|
+
*/
|
|
175
640
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_FormatOwner_Missing"] = -1878982656] = "ntfLDS_Biometrics_FormatOwner_Missing";
|
|
641
|
+
/**
|
|
642
|
+
* Biometrics: Format owner incorrect
|
|
643
|
+
*/
|
|
176
644
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_FormatOwner_Incorrect"] = -1878917120] = "ntfLDS_Biometrics_FormatOwner_Incorrect";
|
|
645
|
+
/**
|
|
646
|
+
* Biometrics: Format type missing
|
|
647
|
+
*/
|
|
177
648
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_FormatType_Missing"] = -1878851584] = "ntfLDS_Biometrics_FormatType_Missing";
|
|
649
|
+
/**
|
|
650
|
+
* Biometrics: Format type incorrect
|
|
651
|
+
*/
|
|
178
652
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_FormatType_Incorrect"] = -1878786048] = "ntfLDS_Biometrics_FormatType_Incorrect";
|
|
653
|
+
/**
|
|
654
|
+
* Biometrics: Type incorrect
|
|
655
|
+
*/
|
|
179
656
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_Type_Incorrect"] = -1878720512] = "ntfLDS_Biometrics_Type_Incorrect";
|
|
657
|
+
/**
|
|
658
|
+
* Biometrics: Subtype missing
|
|
659
|
+
*/
|
|
180
660
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_SubType_Missing"] = -1878654976] = "ntfLDS_Biometrics_SubType_Missing";
|
|
661
|
+
/**
|
|
662
|
+
* Biometrics: Subtype incorrect
|
|
663
|
+
*/
|
|
181
664
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_SubType_Incorrect"] = -1878589440] = "ntfLDS_Biometrics_SubType_Incorrect";
|
|
665
|
+
/**
|
|
666
|
+
* Biometrics: BDB image missing
|
|
667
|
+
*/
|
|
182
668
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Image_Missing"] = -1878523904] = "ntfLDS_Biometrics_BDB_Image_Missing";
|
|
669
|
+
/**
|
|
670
|
+
* Biometrics: BDB format ID incorrect
|
|
671
|
+
*/
|
|
183
672
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_FormatID_Incorrect"] = -1878458368] = "ntfLDS_Biometrics_BDB_FormatID_Incorrect";
|
|
673
|
+
/**
|
|
674
|
+
* Biometrics: BDB version incorrect
|
|
675
|
+
*/
|
|
184
676
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Version_Incorrect"] = -1878392832] = "ntfLDS_Biometrics_BDB_Version_Incorrect";
|
|
677
|
+
/**
|
|
678
|
+
* Biometrics: BDB data length incorrect
|
|
679
|
+
*/
|
|
185
680
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_DataLength_Incorrect"] = -1878327296] = "ntfLDS_Biometrics_BDB_DataLength_Incorrect";
|
|
681
|
+
/**
|
|
682
|
+
* Biometrics: BDB Data Gender
|
|
683
|
+
*/
|
|
186
684
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_Gender"] = -1877999616] = "ntfLDS_Biometrics_BDB_Data_Gender";
|
|
685
|
+
/**
|
|
686
|
+
* Biometrics: BDB Data Eye Color
|
|
687
|
+
*/
|
|
187
688
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_EyeColor"] = -1877934080] = "ntfLDS_Biometrics_BDB_Data_EyeColor";
|
|
689
|
+
/**
|
|
690
|
+
* Biometrics: BDB Data Hair Color
|
|
691
|
+
*/
|
|
188
692
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_HairColor"] = -1877868544] = "ntfLDS_Biometrics_BDB_Data_HairColor";
|
|
693
|
+
/**
|
|
694
|
+
* Biometrics: BDB Data Pose Angle Yaw
|
|
695
|
+
*/
|
|
189
696
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_PoseAngle_Yaw"] = -1877803008] = "ntfLDS_Biometrics_BDB_Data_PoseAngle_Yaw";
|
|
697
|
+
/**
|
|
698
|
+
* Biometrics: BDB Data Pose Angle Pitch
|
|
699
|
+
*/
|
|
190
700
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_PoseAngle_Pitch"] = -1877737472] = "ntfLDS_Biometrics_BDB_Data_PoseAngle_Pitch";
|
|
701
|
+
/**
|
|
702
|
+
* Biometrics: BDB Data Pose Angle Roll
|
|
703
|
+
*/
|
|
191
704
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_PoseAngle_Roll"] = -1877671936] = "ntfLDS_Biometrics_BDB_Data_PoseAngle_Roll";
|
|
705
|
+
/**
|
|
706
|
+
* Biometrics: BDB Data Pose Angle U Yaw
|
|
707
|
+
*/
|
|
192
708
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_PoseAngleU_Yaw"] = -1877606400] = "ntfLDS_Biometrics_BDB_Data_PoseAngleU_Yaw";
|
|
709
|
+
/**
|
|
710
|
+
* Biometrics: BDB Data Pose Angle U Pitch
|
|
711
|
+
*/
|
|
193
712
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_PoseAngleU_Pitch"] = -1877540864] = "ntfLDS_Biometrics_BDB_Data_PoseAngleU_Pitch";
|
|
713
|
+
/**
|
|
714
|
+
* Biometrics: BDB Data Pose Angle U Roll
|
|
715
|
+
*/
|
|
194
716
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_PoseAngleU_Roll"] = -1877475328] = "ntfLDS_Biometrics_BDB_Data_PoseAngleU_Roll";
|
|
717
|
+
/**
|
|
718
|
+
* Biometrics: BDB Data Face Image Type
|
|
719
|
+
*/
|
|
195
720
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_FaceImageType"] = -1877409792] = "ntfLDS_Biometrics_BDB_Data_FaceImageType";
|
|
721
|
+
/**
|
|
722
|
+
* Biometrics: BDB Data Image Data Type
|
|
723
|
+
*/
|
|
196
724
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Biometrics_BDB_Data_ImageDataType"] = -1877344256] = "ntfLDS_Biometrics_BDB_Data_ImageDataType";
|
|
725
|
+
/**
|
|
726
|
+
* SI: PACE Info Unsupported Std Parameters
|
|
727
|
+
*/
|
|
197
728
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_PACE_Info_UnsupportedStdParameters"] = -1862270976] = "ntfLDS_SI_PACE_Info_UnsupportedStdParameters";
|
|
729
|
+
/**
|
|
730
|
+
* SI: PACE Info Deprecated Version
|
|
731
|
+
*/
|
|
198
732
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_PACE_Info_DeprecatedVersion"] = -1862270975] = "ntfLDS_SI_PACE_Info_DeprecatedVersion";
|
|
733
|
+
/**
|
|
734
|
+
* SI: PACE Domain Params Using Std Ref
|
|
735
|
+
*/
|
|
199
736
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_PACE_DomainParams_UsingStdRef"] = -1862270974] = "ntfLDS_SI_PACE_DomainParams_UsingStdRef";
|
|
737
|
+
/**
|
|
738
|
+
* SI: PACE Domain Params Unsupported Algorithm
|
|
739
|
+
*/
|
|
200
740
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_PACE_DomainParams_UnsupportedAlgorithm"] = -1862270973] = "ntfLDS_SI_PACE_DomainParams_UnsupportedAlgorithm";
|
|
741
|
+
/**
|
|
742
|
+
* SI: CA Info Incorrect Version
|
|
743
|
+
*/
|
|
201
744
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_CA_Info_IncorrectVersion"] = -1862270972] = "ntfLDS_SI_CA_Info_IncorrectVersion";
|
|
745
|
+
/**
|
|
746
|
+
* SI: CA PublicKey Unsupported Algorithm
|
|
747
|
+
*/
|
|
202
748
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_CA_PublicKey_UnsupportedAlgorithm"] = -1862270971] = "ntfLDS_SI_CA_PublicKey_UnsupportedAlgorithm";
|
|
749
|
+
/**
|
|
750
|
+
* SI: CA Domain Params Unsupported Algorithm
|
|
751
|
+
*/
|
|
203
752
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_CA_DomainParams_UnsupportedAlgorithm"] = -1862270970] = "ntfLDS_SI_CA_DomainParams_UnsupportedAlgorithm";
|
|
753
|
+
/**
|
|
754
|
+
* SI: TA Info Incorrect Version
|
|
755
|
+
*/
|
|
204
756
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_TA_Info_IncorrectVersion"] = -1862270969] = "ntfLDS_SI_TA_Info_IncorrectVersion";
|
|
757
|
+
/**
|
|
758
|
+
* SI: TA Info File ID For Version 2
|
|
759
|
+
*/
|
|
205
760
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_TA_Info_FileIDForVersion2"] = -1862270968] = "ntfLDS_SI_TA_Info_FileIDForVersion2";
|
|
761
|
+
/**
|
|
762
|
+
* SI: eID Security Unsupported Digest Algorithm
|
|
763
|
+
*/
|
|
206
764
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_eIDSecurity_UnsupportedDigestAlgorithm"] = -1862270967] = "ntfLDS_SI_eIDSecurity_UnsupportedDigestAlgorithm";
|
|
765
|
+
/**
|
|
766
|
+
* SI: RI info incorrect version
|
|
767
|
+
*/
|
|
207
768
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_RI_Info_IncorrectVersion"] = -1862270966] = "ntfLDS_SI_RI_Info_IncorrectVersion";
|
|
769
|
+
/**
|
|
770
|
+
* SI: RI domain params unsupported algorithm
|
|
771
|
+
*/
|
|
208
772
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_RI_DomainParams_UnsupportedAlgorithm"] = -1862270965] = "ntfLDS_SI_RI_DomainParams_UnsupportedAlgorithm";
|
|
773
|
+
/**
|
|
774
|
+
* SI: AA info incorrect version
|
|
775
|
+
*/
|
|
209
776
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_AA_Info_IncorrectVersion"] = -1862270964] = "ntfLDS_SI_AA_Info_IncorrectVersion";
|
|
777
|
+
/**
|
|
778
|
+
* SI: AA info unsupported algorithm
|
|
779
|
+
*/
|
|
210
780
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_AA_Info_UnsupportedAlgorithm"] = -1862270963] = "ntfLDS_SI_AA_Info_UnsupportedAlgorithm";
|
|
781
|
+
/**
|
|
782
|
+
* SI: AA info inconsistent algorithm reference
|
|
783
|
+
*/
|
|
211
784
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_AA_Info_InconsistentAlgorithmReference"] = -1862270962] = "ntfLDS_SI_AA_Info_InconsistentAlgorithmReference";
|
|
785
|
+
/**
|
|
786
|
+
* SI: PACE Info Not Available
|
|
787
|
+
*/
|
|
212
788
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_PACE_Info_NotAvailable"] = -1862270720] = "ntfLDS_SI_Storage_PACE_Info_NotAvailable";
|
|
789
|
+
/**
|
|
790
|
+
* SI: PACE Info No Std Parameters
|
|
791
|
+
*/
|
|
213
792
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_PACE_Info_NoStdParameters"] = -1862270719] = "ntfLDS_SI_Storage_PACE_Info_NoStdParameters";
|
|
793
|
+
/**
|
|
794
|
+
* SI: PACE Info No Matching Domain Params
|
|
795
|
+
*/
|
|
214
796
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_PACE_Info_NoMatchingDomainParams"] = -1862270718] = "ntfLDS_SI_Storage_PACE_Info_NoMatchingDomainParams";
|
|
797
|
+
/**
|
|
798
|
+
* SI: CA Info Not Available
|
|
799
|
+
*/
|
|
215
800
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_CA_Info_NotAvailable"] = -1862270717] = "ntfLDS_SI_Storage_CA_Info_NotAvailable";
|
|
801
|
+
/**
|
|
802
|
+
* SI: CA Domain Params No Required Option
|
|
803
|
+
*/
|
|
216
804
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_CA_DomainParams_NoRequiredOption"] = -1862270716] = "ntfLDS_SI_Storage_CA_DomainParams_NoRequiredOption";
|
|
805
|
+
/**
|
|
806
|
+
* SI: CA Domain Params Not Available
|
|
807
|
+
*/
|
|
217
808
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_CA_DomainParams_NotAvailable"] = -1862270715] = "ntfLDS_SI_Storage_CA_DomainParams_NotAvailable";
|
|
809
|
+
/**
|
|
810
|
+
* SI: CA Anonymous Infos
|
|
811
|
+
*/
|
|
218
812
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_CA_AnonymousInfos"] = -1862270714] = "ntfLDS_SI_Storage_CA_AnonymousInfos";
|
|
813
|
+
/**
|
|
814
|
+
* SI: CA Info No Matching Domain Params
|
|
815
|
+
*/
|
|
219
816
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_CA_Info_NoMatchingDomainParams"] = -1862270713] = "ntfLDS_SI_Storage_CA_Info_NoMatchingDomainParams";
|
|
817
|
+
/**
|
|
818
|
+
* SI: CA Info No Matching Public Key
|
|
819
|
+
*/
|
|
220
820
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_CA_Info_NoMatchingPublicKey"] = -1862270712] = "ntfLDS_SI_Storage_CA_Info_NoMatchingPublicKey";
|
|
821
|
+
/**
|
|
822
|
+
* SI: CA Incorrect Infos Quantity
|
|
823
|
+
*/
|
|
221
824
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_CA_IncorrectInfosQuantity"] = -1862270711] = "ntfLDS_SI_Storage_CA_IncorrectInfosQuantity";
|
|
825
|
+
/**
|
|
826
|
+
* SI: TA Info Not Available
|
|
827
|
+
*/
|
|
222
828
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_TA_Info_NotAvailable"] = -1862270710] = "ntfLDS_SI_Storage_TA_Info_NotAvailable";
|
|
829
|
+
/**
|
|
830
|
+
* SI: Card Info Locator Multiple Entries
|
|
831
|
+
*/
|
|
223
832
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_CardInfoLocator_MultipleEntries"] = -1862270709] = "ntfLDS_SI_Storage_CardInfoLocator_MultipleEntries";
|
|
833
|
+
/**
|
|
834
|
+
* SI: eID Security Info Multiple Entries
|
|
835
|
+
*/
|
|
224
836
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_eIDSecurityInfo_MultipleEntries"] = -1862270708] = "ntfLDS_SI_Storage_eIDSecurityInfo_MultipleEntries";
|
|
837
|
+
/**
|
|
838
|
+
* SI: Privileged TI Multiple Entries
|
|
839
|
+
*/
|
|
225
840
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_PrivilegedTI_MultipleEntries"] = -1862270707] = "ntfLDS_SI_Storage_PrivilegedTI_MultipleEntries";
|
|
841
|
+
/**
|
|
842
|
+
* SI: Privileged TI Incorrect Usage
|
|
843
|
+
*/
|
|
226
844
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_PrivilegedTI_IncorrectUsage"] = -1862270706] = "ntfLDS_SI_Storage_PrivilegedTI_IncorrectUsage";
|
|
845
|
+
/**
|
|
846
|
+
* SI: RI domain params multiple entries
|
|
847
|
+
*/
|
|
227
848
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_RI_DomainParams_MultipleEntries"] = -1862270705] = "ntfLDS_SI_Storage_RI_DomainParams_MultipleEntries";
|
|
849
|
+
/**
|
|
850
|
+
* SI: Storage PACE Info Non Consistant
|
|
851
|
+
*/
|
|
228
852
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_SI_Storage_PACEInfos_NonConsistant"] = -1862270704] = "ntfLDS_SI_Storage_PACEInfos_NonConsistant";
|
|
853
|
+
/**
|
|
854
|
+
* CV Certificate: Profile incorrect version
|
|
855
|
+
*/
|
|
229
856
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_CVCertificate_Profile_IncorrectVersion"] = -1862270463] = "ntfLDS_CVCertificate_Profile_IncorrectVersion";
|
|
857
|
+
/**
|
|
858
|
+
* CV Certificate: Validity
|
|
859
|
+
*/
|
|
230
860
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_CVCertificate_Validity"] = -1862270462] = "ntfLDS_CVCertificate_Validity";
|
|
861
|
+
/**
|
|
862
|
+
* CV Certificate: Non CVCA domain parameters
|
|
863
|
+
*/
|
|
231
864
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_CVCertificate_NonCVCADomainParameters"] = -1862270461] = "ntfLDS_CVCertificate_NonCVCADomainParameters";
|
|
865
|
+
/**
|
|
866
|
+
* CV Certificate: Private key incorrect version
|
|
867
|
+
*/
|
|
232
868
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_CV_Certificate_PrivateKey_IncorrectVersion"] = -1862270460] = "ntfLDS_CV_Certificate_PrivateKey_IncorrectVersion";
|
|
869
|
+
/**
|
|
870
|
+
* TA: PACE static binding used
|
|
871
|
+
*/
|
|
233
872
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_TA_PACEStaticBindingUsed"] = -1862270208] = "ntfLDS_TA_PACEStaticBindingUsed";
|
|
873
|
+
/**
|
|
874
|
+
* Auth ML signer info: Certificate validity
|
|
875
|
+
*/
|
|
234
876
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_MLSignerInfo_Certificate_Validity"] = -1845493483] = "ntfLDS_Auth_MLSignerInfo_Certificate_Validity";
|
|
877
|
+
/**
|
|
878
|
+
* Auth ML signer info: Certificate root is not trusted
|
|
879
|
+
*/
|
|
235
880
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_MLSignerInfo_Certificate_RootIsNotTrusted"] = -1845493482] = "ntfLDS_Auth_MLSignerInfo_Certificate_RootIsNotTrusted";
|
|
881
|
+
/**
|
|
882
|
+
* Auth ML signer info: Certificate cannot find CSCA
|
|
883
|
+
*/
|
|
236
884
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_MLSignerInfo_Certificate_CantFindCSCA"] = -1845493481] = "ntfLDS_Auth_MLSignerInfo_Certificate_CantFindCSCA";
|
|
885
|
+
/**
|
|
886
|
+
* Auth ML signer info: Certificate revoked
|
|
887
|
+
*/
|
|
237
888
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_MLSignerInfo_Certificate_Revoked"] = -1845493480] = "ntfLDS_Auth_MLSignerInfo_Certificate_Revoked";
|
|
889
|
+
/**
|
|
890
|
+
* Auth ML signer info: Certificate signature invalid
|
|
891
|
+
*/
|
|
238
892
|
ParsingNotificationCodes[ParsingNotificationCodes["ntfLDS_Auth_MLSignerInfo_Certificate_SignatureInvalid"] = -1845493479] = "ntfLDS_Auth_MLSignerInfo_Certificate_SignatureInvalid";
|
|
239
893
|
})(ParsingNotificationCodes || (ParsingNotificationCodes = {}));
|
|
240
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
894
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2luZy1ub3RpZmljYXRpb24tY29kZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvbW9kZWxzL3BhcnNpbmctbm90aWZpY2F0aW9uLWNvZGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLG9CQUFvQjtBQUNwQixvQkFBb0I7QUFDcEI7Ozs7Ozs7Ozs7R0FVRztBQUlIOzs7O0dBSUc7QUFDSCxNQUFNLENBQU4sSUFBWSx3QkF5MkJYO0FBejJCRCxXQUFZLHdCQUF3QjtJQUNoQzs7TUFFRTtJQUNGLHVKQUFxRCxDQUFBO0lBQ3JEOztNQUVFO0lBQ0YsaUxBQWtFLENBQUE7SUFDbEU7O01BRUU7SUFDRiw2SkFBd0QsQ0FBQTtJQUN4RDs7TUFFRTtJQUNGLGlMQUFrRSxDQUFBO0lBQ2xFOztNQUVFO0lBQ0YsNklBQWdELENBQUE7SUFDaEQ7O01BRUU7SUFDRiwrSUFBaUQsQ0FBQTtJQUNqRDs7TUFFRTtJQUNGLCtLQUFpRSxDQUFBO0lBQ2pFOztNQUVFO0lBQ0YsaUtBQTBELENBQUE7SUFDMUQ7O01BRUU7SUFDRiw2SkFBd0QsQ0FBQTtJQUN4RDs7TUFFRTtJQUNGLHVLQUE2RCxDQUFBO0lBQzdEOztNQUVFO0lBQ0YsaUtBQTBELENBQUE7SUFDMUQ7O01BRUU7SUFDRixxSkFBb0QsQ0FBQTtJQUNwRDs7TUFFRTtJQUNGLDJKQUF1RCxDQUFBO0lBQ3ZEOztNQUVFO0lBQ0YsbUtBQTJELENBQUE7SUFDM0Q7O01BRUU7SUFDRix5S0FBOEQsQ0FBQTtJQUM5RDs7TUFFRTtJQUNGLDZLQUFnRSxDQUFBO0lBQ2hFOztNQUVFO0lBQ0YscUtBQTRELENBQUE7SUFDNUQ7O01BRUU7SUFDRiwyS0FBK0QsQ0FBQTtJQUMvRDs7TUFFRTtJQUNGLCtLQUFpRSxDQUFBO0lBQ2pFOztNQUVFO0lBQ0YsbUtBQTJELENBQUE7SUFDM0Q7O01BRUU7SUFDRixtTEFBbUUsQ0FBQTtJQUNuRTs7TUFFRTtJQUNGLG1MQUFtRSxDQUFBO0lB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
|