Uses of Class
io.mosip.kernel.cryptomanager.dto.CryptomanagerResponseDto
Packages that use CryptomanagerResponseDto
Package
Description
-
Uses of CryptomanagerResponseDto in io.mosip.kernel.cryptomanager.controller
Methods in io.mosip.kernel.cryptomanager.controller that return types with arguments of type CryptomanagerResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<CryptomanagerResponseDto> CryptomanagerController.decrypt(@Valid io.mosip.kernel.core.http.RequestWrapper<CryptomanagerRequestDto> cryptomanagerRequestDto) Controller for Decrypt the dataio.mosip.kernel.core.http.ResponseWrapper<CryptomanagerResponseDto> CryptomanagerController.encrypt(@Valid io.mosip.kernel.core.http.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 CryptomanagerResponseDtoModifier and TypeMethodDescriptionCryptomanagerService.decrypt(CryptomanagerRequestDto cryptoRequestDto) Decrypt data requested with metadata.CryptomanagerService.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 CryptomanagerResponseDtoModifier and TypeMethodDescriptionCryptomanagerServiceImpl.decrypt(CryptomanagerRequestDto cryptoRequestDto) CryptomanagerServiceImpl.encrypt(CryptomanagerRequestDto cryptoRequestDto)