Uses of Class
io.mosip.kernel.keymanagerservice.dto.AllCertificatesDataResponseDto
Packages that use AllCertificatesDataResponseDto
Package
Description
-
Uses of AllCertificatesDataResponseDto in io.mosip.kernel.keymanagerservice.controller
Methods in io.mosip.kernel.keymanagerservice.controller that return types with arguments of type AllCertificatesDataResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<AllCertificatesDataResponseDto> KeymanagerController.getAllCertificates(String applicationId, Optional<String> referenceId) Request to get all the Certificates for the Provided APP ID invalid input: '&' REF ID. -
Uses of AllCertificatesDataResponseDto in io.mosip.kernel.keymanagerservice.service
Methods in io.mosip.kernel.keymanagerservice.service that return AllCertificatesDataResponseDtoModifier and TypeMethodDescriptionKeymanagerService.getAllCertificates(String appId, Optional<String> refId) Function to get all the certificates for the provided appId invalid input: '&' refId. -
Uses of AllCertificatesDataResponseDto in io.mosip.kernel.keymanagerservice.service.impl
Methods in io.mosip.kernel.keymanagerservice.service.impl that return AllCertificatesDataResponseDtoModifier and TypeMethodDescriptionKeymanagerServiceImpl.getAllCertificates(String appId, Optional<String> refId)