diff --git a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs index 7a26363..4436a49 100644 --- a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs +++ b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs @@ -56,7 +56,7 @@ public EncryptedRCLItem(byte[] encryptedRCL = default) /// /// Base64 encoded data /* - [B@11e8e013 + [B@3b6ff8b0 */ [DataMember(Name = "EncryptedRCL", IsRequired = true, EmitDefaultValue = true)] public byte[] EncryptedRCL { get; set; } diff --git a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs index 85fb9cd..1a6d71e 100644 --- a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs +++ b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs @@ -62,7 +62,7 @@ public EncryptedRCLResult(byte[] encryptedRCL = default, int? bufLength = defaul /// /// Base64 encoded data /* - [B@11e8e013 + [B@3b6ff8b0 */ [DataMember(Name = "EncryptedRCL", IsRequired = true, EmitDefaultValue = true)] public byte[] EncryptedRCL { get; set; } diff --git a/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs b/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs index e73d4fe..77b2be4 100644 --- a/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs +++ b/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs @@ -56,7 +56,7 @@ public LicenseItem(byte[] license = default) /// /// Base64 encoded data /* - [B@3200e287 + [B@759cd0b8 */ [DataMember(Name = "License", IsRequired = true, EmitDefaultValue = true)] public byte[] License { get; set; } diff --git a/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs b/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs index b3408cc..891620c 100644 --- a/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs +++ b/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs @@ -62,7 +62,7 @@ public LicenseResult(byte[] license = default, int? bufLength = default, int? li /// /// Base64 encoded data /* - [B@3200e287 + [B@759cd0b8 */ [DataMember(Name = "License", IsRequired = true, EmitDefaultValue = true)] public byte[] License { get; set; } diff --git a/src/Regula.DocumentReader.WebClient/Model/ParsingErrorCodes.cs b/src/Regula.DocumentReader.WebClient/Model/ParsingErrorCodes.cs index 448c6b7..770d73d 100644 --- a/src/Regula.DocumentReader.WebClient/Model/ParsingErrorCodes.cs +++ b/src/Regula.DocumentReader.WebClient/Model/ParsingErrorCodes.cs @@ -562,6 +562,16 @@ public enum ParsingErrorCodes: long /// errLDS_CV_Certificate_PrivateKey_InvalidParams = 2164260965, + /// + /// Enum errLDS_PACE_CAM_Data_Usage_Incorrect for value: 2164261163 + /// + errLDS_PACE_CAM_Data_Usage_Incorrect = 2164261163, + + /// + /// Enum errLDS_PACE_IM_MappingData_Incorrect for value: 2164261167 + /// + errLDS_PACE_IM_MappingData_Incorrect = 2164261167, + /// /// Enum errLDS_CV_Certificate_IncorrectData for value: 2164261216 /// diff --git a/src/Regula.DocumentReader.WebClient/Model/ParsingNotificationCodes.cs b/src/Regula.DocumentReader.WebClient/Model/ParsingNotificationCodes.cs index 0cc2a51..e97ff67 100644 --- a/src/Regula.DocumentReader.WebClient/Model/ParsingNotificationCodes.cs +++ b/src/Regula.DocumentReader.WebClient/Model/ParsingNotificationCodes.cs @@ -82,6 +82,11 @@ public enum ParsingNotificationCodes: long /// ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS = 2415919120, + /// + /// Enum ntfLDS_ASN_Certificate_NonMatchingDSRole for value: 2415919121 + /// + ntfLDS_ASN_Certificate_NonMatchingDSRole = 2415919121, + /// /// Enum ntfLDS_ASN_Certificate_DuplicatingExtensions for value: 2415919127 /// @@ -752,6 +757,26 @@ public enum ParsingNotificationCodes: long /// ntfLDS_UnsupportedImageFormat = 2415919386, + /// + /// Enum ntfLDS_MDL_Certificate_Chain_SoP_NonMatching for value: 2415920128 + /// + ntfLDS_MDL_Certificate_Chain_SoP_NonMatching = 2415920128, + + /// + /// Enum ntfLDS_MDL_Certificate_UnsupportedPublicKeyAlgorithm for value: 2415920129 + /// + ntfLDS_MDL_Certificate_UnsupportedPublicKeyAlgorithm = 2415920129, + + /// + /// Enum ntfLDS_MDL_Certificate_UnsupportedSignatureAlgorithm for value: 2415920130 + /// + ntfLDS_MDL_Certificate_UnsupportedSignatureAlgorithm = 2415920130, + + /// + /// Enum ntfLDS_MDL_Certificate_UnsupportedPublicKeyParams for value: 2415920131 + /// + ntfLDS_MDL_Certificate_UnsupportedPublicKeyParams = 2415920131, + /// /// Enum ntfLDS_MRZ_DocumentType_Unknown for value: 139272 /// diff --git a/src/Regula.DocumentReader.WebClient/Model/RfidCertificateType.cs b/src/Regula.DocumentReader.WebClient/Model/RfidCertificateType.cs index 3071a28..b2cb754 100644 --- a/src/Regula.DocumentReader.WebClient/Model/RfidCertificateType.cs +++ b/src/Regula.DocumentReader.WebClient/Model/RfidCertificateType.cs @@ -90,7 +90,17 @@ public enum RfidCertificateType /// /// Enum DTCS for value: 11 /// - DTCS = 11 + DTCS = 11, + + /// + /// Enum CA for value: 12 + /// + CA = 12, + + /// + /// Enum MDLS for value: 13 + /// + MDLS = 13 } }