Uses of Class
io.mosip.kernel.zkcryptoservice.dto.ZKCryptoResponseDto
Packages that use ZKCryptoResponseDto
Package
Description
-
Uses of ZKCryptoResponseDto in io.mosip.kernel.zkcryptoservice.controller
Methods in io.mosip.kernel.zkcryptoservice.controller that return types with arguments of type ZKCryptoResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<ZKCryptoResponseDto> ZKCryptoManagerController.zkDecrypt(@Valid io.mosip.kernel.core.http.RequestWrapper<ZKCryptoRequestDto> zkCryptoRequestDto) Controller for Decrypt the dataio.mosip.kernel.core.http.ResponseWrapper<ZKCryptoResponseDto> ZKCryptoManagerController.zkEncrypt(@Valid io.mosip.kernel.core.http.RequestWrapper<ZKCryptoRequestDto> zkCryptoRequestDto) Controller for Encrypt the data -
Uses of ZKCryptoResponseDto in io.mosip.kernel.zkcryptoservice.service.impl
Methods in io.mosip.kernel.zkcryptoservice.service.impl that return ZKCryptoResponseDtoModifier and TypeMethodDescriptionZKCryptoManagerServiceImpl.zkDecrypt(ZKCryptoRequestDto cryptoRequestDto) ZKCryptoManagerServiceImpl.zkEncrypt(ZKCryptoRequestDto cryptoRequestDto) -
Uses of ZKCryptoResponseDto in io.mosip.kernel.zkcryptoservice.service.spi
Methods in io.mosip.kernel.zkcryptoservice.service.spi that return ZKCryptoResponseDtoModifier and TypeMethodDescriptionZKCryptoManagerService.zkDecrypt(ZKCryptoRequestDto cryptoRequestDto) Decrypt data requested with metadata.ZKCryptoManagerService.zkEncrypt(ZKCryptoRequestDto cryptoRequestDto) Encrypt the data requested with metadata.