Uses of Class
io.mosip.kernel.cryptomanager.dto.JWTDecryptRequestDto
-
Packages that use JWTDecryptRequestDto Package Description io.mosip.kernel.cryptomanager.controller io.mosip.kernel.cryptomanager.service io.mosip.kernel.cryptomanager.service.impl -
-
Uses of JWTDecryptRequestDto in io.mosip.kernel.cryptomanager.controller
Method parameters in io.mosip.kernel.cryptomanager.controller with type arguments of type JWTDecryptRequestDto Modifier and Type Method Description io.mosip.kernel.core.http.ResponseWrapper<JWTCipherResponseDto>CryptomanagerController. jwtDecrypt(@Valid io.mosip.kernel.core.http.RequestWrapper<JWTDecryptRequestDto> jwtCipherRequestDto)Controller to Decrypt the data using JSON Web Encryption -
Uses of JWTDecryptRequestDto in io.mosip.kernel.cryptomanager.service
Methods in io.mosip.kernel.cryptomanager.service with parameters of type JWTDecryptRequestDto Modifier and Type Method Description JWTCipherResponseDtoCryptomanagerService. jwtDecrypt(JWTDecryptRequestDto jwtCipherRequestDto)Performs JWE Decryption for the input encrypted data. -
Uses of JWTDecryptRequestDto in io.mosip.kernel.cryptomanager.service.impl
Methods in io.mosip.kernel.cryptomanager.service.impl with parameters of type JWTDecryptRequestDto Modifier and Type Method Description JWTCipherResponseDtoCryptomanagerServiceImpl. jwtDecrypt(JWTDecryptRequestDto jwtDecryptRequestDto)
-