Uses of Class
io.mosip.kernel.zkcryptoservice.dto.ZKCryptoResponseDto
-
Packages that use ZKCryptoResponseDto Package Description io.mosip.kernel.zkcryptoservice.controller io.mosip.kernel.zkcryptoservice.service.impl io.mosip.kernel.zkcryptoservice.service.spi -
-
Uses of ZKCryptoResponseDto in io.mosip.kernel.zkcryptoservice.controller
Methods in io.mosip.kernel.zkcryptoservice.controller that return types with arguments of type ZKCryptoResponseDto Modifier and Type Method Description ResponseWrapper<ZKCryptoResponseDto>ZKCryptoManagerController. zkDecrypt(@Valid RequestWrapper<ZKCryptoRequestDto> zkCryptoRequestDto)Controller for Decrypt the dataResponseWrapper<ZKCryptoResponseDto>ZKCryptoManagerController. zkEncrypt(@Valid 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 ZKCryptoResponseDto Modifier and Type Method Description ZKCryptoResponseDtoZKCryptoManagerServiceImpl. zkDecrypt(ZKCryptoRequestDto cryptoRequestDto)ZKCryptoResponseDtoZKCryptoManagerServiceImpl. zkEncrypt(ZKCryptoRequestDto cryptoRequestDto) -
Uses of ZKCryptoResponseDto in io.mosip.kernel.zkcryptoservice.service.spi
Methods in io.mosip.kernel.zkcryptoservice.service.spi that return ZKCryptoResponseDto Modifier and Type Method Description ZKCryptoResponseDtoZKCryptoManagerService. zkDecrypt(ZKCryptoRequestDto cryptoRequestDto)Decrypt data requested with metadata.ZKCryptoResponseDtoZKCryptoManagerService. zkEncrypt(ZKCryptoRequestDto cryptoRequestDto)Encrypt the data requested with metadata.
-