Uses of Class
io.mosip.kernel.partnercertservice.dto.CACertificateResponseDto
Packages that use CACertificateResponseDto
Package
Description
-
Uses of CACertificateResponseDto in io.mosip.kernel.partnercertservice.controller
Methods in io.mosip.kernel.partnercertservice.controller that return types with arguments of type CACertificateResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<CACertificateResponseDto> PartnerCertManagerController.uploadCACertificate(@Valid io.mosip.kernel.core.http.RequestWrapper<CACertificateRequestDto> caCertRequestDto) To Upload CA/Sub-CA certificates -
Uses of CACertificateResponseDto in io.mosip.kernel.partnercertservice.service.impl
Methods in io.mosip.kernel.partnercertservice.service.impl that return CACertificateResponseDtoModifier and TypeMethodDescriptionPartnerCertificateManagerServiceImpl.uploadCACertificate(CACertificateRequestDto caCertRequestDto) -
Uses of CACertificateResponseDto in io.mosip.kernel.partnercertservice.service.spi
Methods in io.mosip.kernel.partnercertservice.service.spi that return CACertificateResponseDtoModifier and TypeMethodDescriptionPartnerCertificateManagerService.uploadCACertificate(CACertificateRequestDto caCertResponseDto) Function to Upload CA/Sub-CA certificates