Uses of Class
io.mosip.kernel.keymigrate.dto.ZKKeyMigrateCertficateResponseDto
Packages that use ZKKeyMigrateCertficateResponseDto
Package
Description
-
Uses of ZKKeyMigrateCertficateResponseDto in io.mosip.kernel.keymigrate.controller
Methods in io.mosip.kernel.keymigrate.controller that return types with arguments of type ZKKeyMigrateCertficateResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<ZKKeyMigrateCertficateResponseDto> KeyMigratorController.getZKTempCertificate()Controller to get the certificate for migrating ZK keys. -
Uses of ZKKeyMigrateCertficateResponseDto in io.mosip.kernel.keymigrate.service.impl
Methods in io.mosip.kernel.keymigrate.service.impl that return ZKKeyMigrateCertficateResponseDto -
Uses of ZKKeyMigrateCertficateResponseDto in io.mosip.kernel.keymigrate.service.spi
Methods in io.mosip.kernel.keymigrate.service.spi that return ZKKeyMigrateCertficateResponseDtoModifier and TypeMethodDescriptionKeyMigratorService.getZKTempCertificate()ZK Keys Migrate request for temporary certificate.