Uses of Class
io.mosip.kernel.keymigrate.dto.KeyMigrateBaseKeyResponseDto
Packages that use KeyMigrateBaseKeyResponseDto
Package
Description
-
Uses of KeyMigrateBaseKeyResponseDto in io.mosip.kernel.keymigrate.controller
Methods in io.mosip.kernel.keymigrate.controller that return types with arguments of type KeyMigrateBaseKeyResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<KeyMigrateBaseKeyResponseDto> KeyMigratorController.migrateBaseKey(@Valid io.mosip.kernel.core.http.RequestWrapper<KeyMigrateBaseKeyRequestDto> migrateBaseKeyRequestDto) Controller for migrating base key. -
Uses of KeyMigrateBaseKeyResponseDto in io.mosip.kernel.keymigrate.service.impl
Methods in io.mosip.kernel.keymigrate.service.impl that return KeyMigrateBaseKeyResponseDtoModifier and TypeMethodDescriptionKeyMigratorServiceImpl.migrateBaseKey(KeyMigrateBaseKeyRequestDto baseKeyMigrateRequest) -
Uses of KeyMigrateBaseKeyResponseDto in io.mosip.kernel.keymigrate.service.spi
Methods in io.mosip.kernel.keymigrate.service.spi that return KeyMigrateBaseKeyResponseDtoModifier and TypeMethodDescriptionKeyMigratorService.migrateBaseKey(KeyMigrateBaseKeyRequestDto keyMigrateRequest) Key Migrate request with key data.