Uses of Class
io.mosip.kernel.partnercertservice.dto.PartnerSignedCertDownloadResponseDto
Packages that use PartnerSignedCertDownloadResponseDto
Package
Description
-
Uses of PartnerSignedCertDownloadResponseDto in io.mosip.kernel.partnercertservice.controller
Methods in io.mosip.kernel.partnercertservice.controller that return types with arguments of type PartnerSignedCertDownloadResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<PartnerSignedCertDownloadResponseDto> PartnerCertManagerController.getPartnerSignedCertificate(String partnerCertId) To Download Partner CA Signed Certificate invalid input: '&' MOSIP CA Signed Certificate. -
Uses of PartnerSignedCertDownloadResponseDto in io.mosip.kernel.partnercertservice.service.impl
Methods in io.mosip.kernel.partnercertservice.service.impl that return PartnerSignedCertDownloadResponseDtoModifier and TypeMethodDescriptionPartnerCertificateManagerServiceImpl.getPartnerSignedCertificate(PartnerCertDownloadRequestDto certDownloadRequestDto) -
Uses of PartnerSignedCertDownloadResponseDto in io.mosip.kernel.partnercertservice.service.spi
Methods in io.mosip.kernel.partnercertservice.service.spi that return PartnerSignedCertDownloadResponseDtoModifier and TypeMethodDescriptionPartnerCertificateManagerService.getPartnerSignedCertificate(PartnerCertDownloadRequestDto certDownloadRequestDto) Function to Download Partner CA Signed certificates invalid input: '&' MOSIP CA Signed Certificate.