Uses of Class
io.mosip.kernel.cryptomanager.dto.CryptomanagerResponseDto
-
Packages that use CryptomanagerResponseDto Package Description io.mosip.kernel.cryptomanager.controller io.mosip.kernel.cryptomanager.service io.mosip.kernel.cryptomanager.service.impl -
-
Uses of CryptomanagerResponseDto in io.mosip.kernel.cryptomanager.controller
Methods in io.mosip.kernel.cryptomanager.controller that return types with arguments of type CryptomanagerResponseDto Modifier and Type Method Description ResponseWrapper<CryptomanagerResponseDto>CryptomanagerController. decrypt(@Valid RequestWrapper<CryptomanagerRequestDto> cryptomanagerRequestDto)Controller for Decrypt the dataResponseWrapper<CryptomanagerResponseDto>CryptomanagerController. encrypt(@Valid RequestWrapper<CryptomanagerRequestDto> cryptomanagerRequestDto)Controller for Encrypt the data -
Uses of CryptomanagerResponseDto in io.mosip.kernel.cryptomanager.service
Methods in io.mosip.kernel.cryptomanager.service that return CryptomanagerResponseDto Modifier and Type Method Description CryptomanagerResponseDtoCryptomanagerService. decrypt(CryptomanagerRequestDto cryptoRequestDto)Decrypt data requested with metadata.CryptomanagerResponseDtoCryptomanagerService. encrypt(CryptomanagerRequestDto cryptoRequestDto)Encrypt the data requested with metadata. -
Uses of CryptomanagerResponseDto in io.mosip.kernel.cryptomanager.service.impl
Methods in io.mosip.kernel.cryptomanager.service.impl that return CryptomanagerResponseDto Modifier and Type Method Description CryptomanagerResponseDtoCryptomanagerServiceImpl. decrypt(CryptomanagerRequestDto cryptoRequestDto)CryptomanagerResponseDtoCryptomanagerServiceImpl. encrypt(CryptomanagerRequestDto cryptoRequestDto)
-