Uses of Class
io.mosip.kernel.cryptomanager.dto.JWTDecryptRequestDto
Packages that use JWTDecryptRequestDto
Package
Description
-
Uses of JWTDecryptRequestDto in io.mosip.kernel.cryptomanager.controller
Method parameters in io.mosip.kernel.cryptomanager.controller with type arguments of type JWTDecryptRequestDtoModifier and TypeMethodDescriptionio.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 JWTDecryptRequestDtoModifier and TypeMethodDescriptionCryptomanagerService.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 JWTDecryptRequestDtoModifier and TypeMethodDescriptionCryptomanagerServiceImpl.jwtDecrypt(JWTDecryptRequestDto jwtDecryptRequestDto)