Skip to content

Commit 6f17db6

Browse files
Merge pull request #288 from regulaforensics/develop
Develop -> Stable
2 parents 29b06f4 + f11455b commit 6f17db6

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

client/src/main/generated/com/regula/documentreader/webclient/model/ParsingErrorCodes.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,12 @@ public enum ParsingErrorCodes {
341341
/** CV Certificate: Private key invalid params */
342342
errLDS_CV_Certificate_PrivateKey_InvalidParams(2164260965l),
343343

344+
/** PACE: CAM usage data incorrect */
345+
errLDS_PACE_CAM_Data_Usage_Incorrect(2164261163l),
346+
347+
/** PACE: IM mapping data incorrect */
348+
errLDS_PACE_IM_MappingData_Incorrect(2164261167l),
349+
344350
/** CV Certificate: Incorrect data */
345351
errLDS_CV_Certificate_IncorrectData(2164261216l),
346352

client/src/main/generated/com/regula/documentreader/webclient/model/ParsingNotificationCodes.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public enum ParsingNotificationCodes {
5656
/** ASN certificate: Incorrect issuer subject DS */
5757
ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS(2415919120l),
5858

59+
/** ASN certificate: non-matching DS role */
60+
ntfLDS_ASN_Certificate_NonMatchingDSRole(2415919121l),
61+
5962
/** ASN certificate: Duplicating extensions */
6063
ntfLDS_ASN_Certificate_DuplicatingExtensions(2415919127l),
6164

@@ -458,6 +461,18 @@ public enum ParsingNotificationCodes {
458461
/** Notification: Unsupported image format */
459462
ntfLDS_UnsupportedImageFormat(2415919386l),
460463

464+
/** mDL certificate: Chain SoP non-matching */
465+
ntfLDS_MDL_Certificate_Chain_SoP_NonMatching(2415920128l),
466+
467+
/** mDL certificate: Unsupported public key algorithm */
468+
ntfLDS_MDL_Certificate_UnsupportedPublicKeyAlgorithm(2415920129l),
469+
470+
/** mDL certificate: Unsupported signature algorithm */
471+
ntfLDS_MDL_Certificate_UnsupportedSignatureAlgorithm(2415920130l),
472+
473+
/** mDL certificate: Unsupported public key params */
474+
ntfLDS_MDL_Certificate_UnsupportedPublicKeyParams(2415920131l),
475+
461476
/** MRZ: Document type unknown */
462477
ntfLDS_MRZ_DocumentType_Unknown(139272l),
463478

client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateType.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,13 @@ public enum RfidCertificateType {
6060
BCS_NC(10),
6161

6262
/** DTC signer */
63-
DTCS(11);
63+
DTCS(11),
64+
65+
/** Separate CA for Barcode signer (VDS-NC) */
66+
CA(12),
67+
68+
/** mDL signer */
69+
MDLS(13);
6470

6571
private Integer value;
6672

0 commit comments

Comments
 (0)