Uses of Class
io.mosip.kernel.keymanagerservice.dto.UploadCertificateResponseDto
Packages that use UploadCertificateResponseDto
Package
Description
-
Uses of UploadCertificateResponseDto in io.mosip.kernel.keymanagerservice.controller
Methods in io.mosip.kernel.keymanagerservice.controller that return types with arguments of type UploadCertificateResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<UploadCertificateResponseDto> KeymanagerController.uploadCertificate(@Valid io.mosip.kernel.core.http.RequestWrapper<UploadCertificateRequestDto> uploadCertRequestDto) Update signed certificate for the provided APP ID invalid input: '&' REF ID.io.mosip.kernel.core.http.ResponseWrapper<UploadCertificateResponseDto> KeymanagerController.uploadOtherDomainCertificate(@Valid io.mosip.kernel.core.http.RequestWrapper<UploadCertificateRequestDto> uploadCertRequestDto) Update signed certificate for the provided APP ID invalid input: '&' REF ID for other domains. -
Uses of UploadCertificateResponseDto in io.mosip.kernel.keymanagerservice.service
Methods in io.mosip.kernel.keymanagerservice.service that return UploadCertificateResponseDtoModifier and TypeMethodDescriptionKeymanagerService.uploadCertificate(UploadCertificateRequestDto uploadCertRequestDto) Function to upload certificate for the provided appId invalid input: '&' refId.KeymanagerService.uploadOtherDomainCertificate(UploadCertificateRequestDto uploadCertRequestDto) Function to upload other domain certificate for the provided appId invalid input: '&' refId. -
Uses of UploadCertificateResponseDto in io.mosip.kernel.keymanagerservice.service.impl
Methods in io.mosip.kernel.keymanagerservice.service.impl that return UploadCertificateResponseDtoModifier and TypeMethodDescriptionKeymanagerServiceImpl.uploadCertificate(UploadCertificateRequestDto uploadCertRequestDto) KeymanagerServiceImpl.uploadOtherDomainCertificate(UploadCertificateRequestDto uploadCertRequestDto)