Uses of Class
io.mosip.kernel.keymigrate.dto.KeyMigrateBaseKeyRequestDto
Packages that use KeyMigrateBaseKeyRequestDto
Package
Description
-
Uses of KeyMigrateBaseKeyRequestDto in io.mosip.kernel.keymigrate.controller
Method parameters in io.mosip.kernel.keymigrate.controller with type arguments of type KeyMigrateBaseKeyRequestDtoModifier 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 KeyMigrateBaseKeyRequestDto in io.mosip.kernel.keymigrate.service.impl
Methods in io.mosip.kernel.keymigrate.service.impl with parameters of type KeyMigrateBaseKeyRequestDtoModifier and TypeMethodDescriptionKeyMigratorServiceImpl.migrateBaseKey(KeyMigrateBaseKeyRequestDto baseKeyMigrateRequest) -
Uses of KeyMigrateBaseKeyRequestDto in io.mosip.kernel.keymigrate.service.spi
Methods in io.mosip.kernel.keymigrate.service.spi with parameters of type KeyMigrateBaseKeyRequestDtoModifier and TypeMethodDescriptionKeyMigratorService.migrateBaseKey(KeyMigrateBaseKeyRequestDto keyMigrateRequest) Key Migrate request with key data.