Uses of Class
io.mosip.kernel.partnercertservice.dto.CaCertTypeListRequestDto
Packages that use CaCertTypeListRequestDto
Package
Description
-
Uses of CaCertTypeListRequestDto in io.mosip.kernel.partnercertservice.controller
Method parameters in io.mosip.kernel.partnercertservice.controller with type arguments of type CaCertTypeListRequestDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<CaCertificateChainResponseDto> PartnerCertManagerController.getCaCertificateList(@Valid io.mosip.kernel.core.http.RequestWrapper<CaCertTypeListRequestDto> certListRequestDto) To get the Previously uploaded CA and IntermediateCA Certificate -
Uses of CaCertTypeListRequestDto in io.mosip.kernel.partnercertservice.service.impl
Methods in io.mosip.kernel.partnercertservice.service.impl with parameters of type CaCertTypeListRequestDtoModifier and TypeMethodDescriptionPartnerCertificateManagerServiceImpl.getCaCertificateChain(CaCertTypeListRequestDto requestDto) -
Uses of CaCertTypeListRequestDto in io.mosip.kernel.partnercertservice.service.spi
Methods in io.mosip.kernel.partnercertservice.service.spi with parameters of type CaCertTypeListRequestDtoModifier and TypeMethodDescriptionPartnerCertificateManagerService.getCaCertificateChain(CaCertTypeListRequestDto certListRequestDto) Function to list the Certificate Based on certificate type.