Uses of Class
io.mosip.kernel.partnercertservice.dto.CaCertificateChainResponseDto
Packages that use CaCertificateChainResponseDto
Package
Description
-
Uses of CaCertificateChainResponseDto in io.mosip.kernel.partnercertservice.controller
Methods in io.mosip.kernel.partnercertservice.controller that return types with arguments of type CaCertificateChainResponseDtoModifier 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 CaCertificateChainResponseDto in io.mosip.kernel.partnercertservice.service.impl
Methods in io.mosip.kernel.partnercertservice.service.impl that return CaCertificateChainResponseDtoModifier and TypeMethodDescriptionPartnerCertificateManagerServiceImpl.getCaCertificateChain(CaCertTypeListRequestDto requestDto) -
Uses of CaCertificateChainResponseDto in io.mosip.kernel.partnercertservice.service.spi
Methods in io.mosip.kernel.partnercertservice.service.spi that return CaCertificateChainResponseDtoModifier and TypeMethodDescriptionPartnerCertificateManagerService.getCaCertificateChain(CaCertTypeListRequestDto certListRequestDto) Function to list the Certificate Based on certificate type.