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