Uses of Class
io.mosip.kernel.keymanagerservice.dto.SymmetricKeyResponseDto
Packages that use SymmetricKeyResponseDto
Package
Description
-
Uses of SymmetricKeyResponseDto in io.mosip.kernel.keymanagerservice.helper
Methods in io.mosip.kernel.keymanagerservice.helper that return SymmetricKeyResponseDtoModifier and TypeMethodDescriptionSessionKeyDecrytorHelper.decryptSessionKey(SymmetricKeyRequestDto symmetricKeyRequestDto) -
Uses of SymmetricKeyResponseDto in io.mosip.kernel.keymanagerservice.service
Methods in io.mosip.kernel.keymanagerservice.service that return SymmetricKeyResponseDtoModifier and TypeMethodDescriptionKeymanagerService.decryptSymmetricKey(SymmetricKeyRequestDto symmetricKeyRequestDto) Function to decrypt symmetric key -
Uses of SymmetricKeyResponseDto in io.mosip.kernel.keymanagerservice.service.impl
Methods in io.mosip.kernel.keymanagerservice.service.impl that return SymmetricKeyResponseDtoModifier and TypeMethodDescriptionKeymanagerServiceImpl.decryptSymmetricKey(SymmetricKeyRequestDto symmetricKeyRequestDto)