Uses of Class
io.mosip.kernel.cryptomanager.dto.JWTCipherResponseDto
-
Packages that use JWTCipherResponseDto Package Description io.mosip.kernel.cryptomanager.controller io.mosip.kernel.cryptomanager.service io.mosip.kernel.cryptomanager.service.impl -
-
Uses of JWTCipherResponseDto in io.mosip.kernel.cryptomanager.controller
Methods in io.mosip.kernel.cryptomanager.controller that return types with arguments of type JWTCipherResponseDto 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 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 JWTCipherResponseDto Modifier and Type Method Description JWTCipherResponseDtoCryptomanagerService. jwtDecrypt(JWTDecryptRequestDto jwtCipherRequestDto)Performs JWE Decryption for the input encrypted data.JWTCipherResponseDtoCryptomanagerService. 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 JWTCipherResponseDto Modifier and Type Method Description JWTCipherResponseDtoCryptomanagerServiceImpl. jwtDecrypt(JWTDecryptRequestDto jwtDecryptRequestDto)JWTCipherResponseDtoCryptomanagerServiceImpl. jwtEncrypt(JWTEncryptRequestDto jwtEncryptRequestDto)
-