Uses of Class
io.mosip.kernel.cryptomanager.dto.CryptoWithPinResponseDto
Packages that use CryptoWithPinResponseDto
Package
Description
-
Uses of CryptoWithPinResponseDto in io.mosip.kernel.cryptomanager.controller
Methods in io.mosip.kernel.cryptomanager.controller that return types with arguments of type CryptoWithPinResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<CryptoWithPinResponseDto> CryptomanagerController.decryptWithPin(@Valid io.mosip.kernel.core.http.RequestWrapper<CryptoWithPinRequestDto> requestDto) Controller for Decrypt the data Using Pinio.mosip.kernel.core.http.ResponseWrapper<CryptoWithPinResponseDto> CryptomanagerController.encryptWithPin(@Valid io.mosip.kernel.core.http.RequestWrapper<CryptoWithPinRequestDto> requestDto) Controller for Encrypt the data Using Pin -
Uses of CryptoWithPinResponseDto in io.mosip.kernel.cryptomanager.service
Methods in io.mosip.kernel.cryptomanager.service that return CryptoWithPinResponseDtoModifier and TypeMethodDescriptionCryptomanagerService.decryptWithPin(CryptoWithPinRequestDto requestDto) Decrypt data requested with metadata.CryptomanagerService.encryptWithPin(CryptoWithPinRequestDto requestDto) Encrypt the data requested with metadata. -
Uses of CryptoWithPinResponseDto in io.mosip.kernel.cryptomanager.service.impl
Methods in io.mosip.kernel.cryptomanager.service.impl that return CryptoWithPinResponseDtoModifier and TypeMethodDescriptionCryptomanagerServiceImpl.decryptWithPin(CryptoWithPinRequestDto requestDto) CryptomanagerServiceImpl.encryptWithPin(CryptoWithPinRequestDto requestDto)