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 io.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 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)
-