1).
Added endpoint: GET - enum/cmp-signature-algorithm-values
EnumController.getCmpSignatureAlgorithmValues
Added endpoint: GET - enum/signing-service-provider-values
EnumController.getSigningServiceProviderValues
Changes for CmpConfiguration
.
2).
Added Dtos: CmpConfigurationResponseDto
, SignerConfigurationDto
, CmpConfigurationDto
, CaraSignerConfigurationDto
3).
Changes for GetPolicyResponseDto
, CreatePolicyResponseDto
and UpdatePolicyResponseDto
:
Added boolean cmpEnabled property
Added CmpConfigurationResponseDto cmpConfigurationResponseDto property
4).
Changes for CreatePolicyRequestDto
and UpdatePolicyRequestDto
:
Added boolean cmpEnabled property
Added CmpConfigurationDto
5).
Added Enums: CmpSignatureAlgorithm
and SigningServiceProvider
with enum endpoints to retrieve values
6). Added ApiError KEYSTORE_INVALID_KEY_PAIR_MODE in the following endpoints
CertificateController
→ retrieveCertificateP12
RaCertificateController
→ retrieveRaCertificateP12
7). Added boolean property accessiblePrivateKey in the following dtos
CreateCertificateResponseDto
GetCertificateResponseDto
GetRaCertificateResponseDto
UpdateUserRaCertificateDto