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