Uses of Class
io.mosip.kernel.cryptomanager.dto.CryptoWithPinRequestDto
-
Packages that use CryptoWithPinRequestDto Package Description io.mosip.kernel.cryptomanager.controller io.mosip.kernel.cryptomanager.service io.mosip.kernel.cryptomanager.service.impl -
-
Uses of CryptoWithPinRequestDto in io.mosip.kernel.cryptomanager.controller
Method parameters in io.mosip.kernel.cryptomanager.controller with type arguments of type CryptoWithPinRequestDto Modifier and Type Method Description ResponseWrapper<CryptoWithPinResponseDto>CryptomanagerController. decryptWithPin(@Valid RequestWrapper<CryptoWithPinRequestDto> requestDto)Controller for Decrypt the data Using PinResponseWrapper<CryptoWithPinResponseDto>CryptomanagerController. encryptWithPin(@Valid RequestWrapper<CryptoWithPinRequestDto> requestDto)Controller for Encrypt the data Using Pin -
Uses of CryptoWithPinRequestDto in io.mosip.kernel.cryptomanager.service
Methods in io.mosip.kernel.cryptomanager.service with parameters of type CryptoWithPinRequestDto Modifier and Type Method Description CryptoWithPinResponseDtoCryptomanagerService. decryptWithPin(CryptoWithPinRequestDto requestDto)Decrypt data requested with metadata.CryptoWithPinResponseDtoCryptomanagerService. encryptWithPin(CryptoWithPinRequestDto requestDto)Encrypt the data requested with metadata. -
Uses of CryptoWithPinRequestDto in io.mosip.kernel.cryptomanager.service.impl
Methods in io.mosip.kernel.cryptomanager.service.impl with parameters of type CryptoWithPinRequestDto Modifier and Type Method Description CryptoWithPinResponseDtoCryptomanagerServiceImpl. decryptWithPin(CryptoWithPinRequestDto requestDto)CryptoWithPinResponseDtoCryptomanagerServiceImpl. encryptWithPin(CryptoWithPinRequestDto requestDto)
-