Uses of Class
io.mosip.kernel.cryptomanager.dto.CryptoWithPinRequestDto
Packages that use CryptoWithPinRequestDto
Package
Description
-
Uses of CryptoWithPinRequestDto in io.mosip.kernel.cryptomanager.controller
Method parameters in io.mosip.kernel.cryptomanager.controller with type arguments of type CryptoWithPinRequestDtoModifier 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 CryptoWithPinRequestDto in io.mosip.kernel.cryptomanager.service
Methods in io.mosip.kernel.cryptomanager.service with parameters of type CryptoWithPinRequestDtoModifier and TypeMethodDescriptionCryptomanagerService.decryptWithPin(CryptoWithPinRequestDto requestDto) Decrypt data requested with metadata.CryptomanagerService.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 CryptoWithPinRequestDtoModifier and TypeMethodDescriptionCryptomanagerServiceImpl.decryptWithPin(CryptoWithPinRequestDto requestDto) CryptomanagerServiceImpl.encryptWithPin(CryptoWithPinRequestDto requestDto)