Uses of Class
io.mosip.kernel.cryptomanager.dto.CryptoWithPinResponseDto
-
Packages that use CryptoWithPinResponseDto Package Description io.mosip.kernel.cryptomanager.controller io.mosip.kernel.cryptomanager.service io.mosip.kernel.cryptomanager.service.impl -
-
Uses of CryptoWithPinResponseDto in io.mosip.kernel.cryptomanager.controller
Methods in io.mosip.kernel.cryptomanager.controller that return types with arguments of type CryptoWithPinResponseDto 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 CryptoWithPinResponseDto in io.mosip.kernel.cryptomanager.service
Methods in io.mosip.kernel.cryptomanager.service that return CryptoWithPinResponseDto 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 CryptoWithPinResponseDto in io.mosip.kernel.cryptomanager.service.impl
Methods in io.mosip.kernel.cryptomanager.service.impl that return CryptoWithPinResponseDto Modifier and Type Method Description CryptoWithPinResponseDtoCryptomanagerServiceImpl. decryptWithPin(CryptoWithPinRequestDto requestDto)CryptoWithPinResponseDtoCryptomanagerServiceImpl. encryptWithPin(CryptoWithPinRequestDto requestDto)
-