File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -439,6 +439,14 @@ export enum ParsingErrorCodes {
439439 */
440440 errLDS_CV_Certificate_PrivateKey_InvalidParams = 2164260965 ,
441441 /**
442+ * PACE: CAM usage data incorrect
443+ */
444+ errLDS_PACE_CAM_Data_Usage_Incorrect = 2164261163 ,
445+ /**
446+ * PACE: IM mapping data incorrect
447+ */
448+ errLDS_PACE_IM_MappingData_Incorrect = 2164261167 ,
449+ /**
442450 * CV Certificate: Incorrect data
443451 */
444452 errLDS_CV_Certificate_IncorrectData = 2164261216 ,
Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ export enum ParsingNotificationCodes {
5555 */
5656 ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS = 2415919120 ,
5757 /**
58+ * ASN certificate: non-matching DS role
59+ */
60+ ntfLDS_ASN_Certificate_NonMatchingDSRole = 2415919121 ,
61+ /**
5862 * ASN certificate: Duplicating extensions
5963 */
6064 ntfLDS_ASN_Certificate_DuplicatingExtensions = 2415919127 ,
@@ -591,6 +595,22 @@ export enum ParsingNotificationCodes {
591595 */
592596 ntfLDS_UnsupportedImageFormat = 2415919386 ,
593597 /**
598+ * mDL certificate: Chain SoP non-matching
599+ */
600+ ntfLDS_MDL_Certificate_Chain_SoP_NonMatching = 2415920128 ,
601+ /**
602+ * mDL certificate: Unsupported public key algorithm
603+ */
604+ ntfLDS_MDL_Certificate_UnsupportedPublicKeyAlgorithm = 2415920129 ,
605+ /**
606+ * mDL certificate: Unsupported signature algorithm
607+ */
608+ ntfLDS_MDL_Certificate_UnsupportedSignatureAlgorithm = 2415920130 ,
609+ /**
610+ * mDL certificate: Unsupported public key params
611+ */
612+ ntfLDS_MDL_Certificate_UnsupportedPublicKeyParams = 2415920131 ,
613+ /**
594614 * MRZ: Document type unknown
595615 */
596616 ntfLDS_MRZ_DocumentType_Unknown = 139272 ,
Original file line number Diff line number Diff line change @@ -61,7 +61,15 @@ export enum RfidCertificateType {
6161 /**
6262 * DTC signer
6363 */
64- DTCS = 11
64+ DTCS = 11 ,
65+ /**
66+ * Separate CA for Barcode signer (VDS-NC)
67+ */
68+ CA = 12 ,
69+ /**
70+ * mDL signer
71+ */
72+ MDLS = 13
6573}
6674
6775
You can’t perform that action at this time.
0 commit comments