Uses of Class
io.mosip.kernel.keymanagerservice.dto.UploadCertificateRequestDto
-
Packages that use UploadCertificateRequestDto Package Description io.mosip.kernel.keymanagerservice.controller io.mosip.kernel.keymanagerservice.service io.mosip.kernel.keymanagerservice.service.impl -
-
Uses of UploadCertificateRequestDto in io.mosip.kernel.keymanagerservice.controller
Method parameters in io.mosip.kernel.keymanagerservice.controller with type arguments of type UploadCertificateRequestDto Modifier and Type Method Description io.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 & 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 & REF ID for other domains. -
Uses of UploadCertificateRequestDto in io.mosip.kernel.keymanagerservice.service
Methods in io.mosip.kernel.keymanagerservice.service with parameters of type UploadCertificateRequestDto Modifier and Type Method Description UploadCertificateResponseDtoKeymanagerService. uploadCertificate(UploadCertificateRequestDto uploadCertRequestDto)Function to upload certificate for the provided appId & refId.UploadCertificateResponseDtoKeymanagerService. uploadOtherDomainCertificate(UploadCertificateRequestDto uploadCertRequestDto)Function to upload other domain certificate for the provided appId & refId. -
Uses of UploadCertificateRequestDto in io.mosip.kernel.keymanagerservice.service.impl
Methods in io.mosip.kernel.keymanagerservice.service.impl with parameters of type UploadCertificateRequestDto Modifier and Type Method Description UploadCertificateResponseDtoKeymanagerServiceImpl. uploadCertificate(UploadCertificateRequestDto uploadCertRequestDto)UploadCertificateResponseDtoKeymanagerServiceImpl. uploadOtherDomainCertificate(UploadCertificateRequestDto uploadCertRequestDto)
-