Uses of Class
io.mosip.kernel.cryptomanager.dto.JWTCipherResponseDto
Packages that use JWTCipherResponseDto
Package
Description
-
Uses of JWTCipherResponseDto in io.mosip.kernel.cryptomanager.controller
Methods in io.mosip.kernel.cryptomanager.controller that return types with arguments of type JWTCipherResponseDtoModifier 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 Encryptionio.mosip.kernel.core.http.ResponseWrapper<JWTCipherResponseDto> CryptomanagerController.jwtEncrypt(@Valid io.mosip.kernel.core.http.RequestWrapper<JWTEncryptRequestDto> jwtCipherRequestDto) Controller to Encrypt the data using JSON Web Encryption -
Uses of JWTCipherResponseDto in io.mosip.kernel.cryptomanager.service
Methods in io.mosip.kernel.cryptomanager.service that return JWTCipherResponseDtoModifier and TypeMethodDescriptionCryptomanagerService.jwtDecrypt(JWTDecryptRequestDto jwtCipherRequestDto) Performs JWE Decryption for the input encrypted data.CryptomanagerService.jwtEncrypt(JWTEncryptRequestDto jwtCipherRequestDto) Performs JWE Encryption for the input data. -
Uses of JWTCipherResponseDto in io.mosip.kernel.cryptomanager.service.impl
Methods in io.mosip.kernel.cryptomanager.service.impl that return JWTCipherResponseDtoModifier and TypeMethodDescriptionCryptomanagerServiceImpl.jwtDecrypt(JWTDecryptRequestDto jwtDecryptRequestDto) CryptomanagerServiceImpl.jwtEncrypt(JWTEncryptRequestDto jwtEncryptRequestDto)