Uses of Class
io.mosip.kernel.cryptomanager.dto.JWTEncryptRequestDto
Packages that use JWTEncryptRequestDto
Package
Description
-
Uses of JWTEncryptRequestDto in io.mosip.kernel.cryptomanager.controller
Method parameters in io.mosip.kernel.cryptomanager.controller with type arguments of type JWTEncryptRequestDtoModifier and TypeMethodDescriptionio.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 JWTEncryptRequestDto in io.mosip.kernel.cryptomanager.service
Methods in io.mosip.kernel.cryptomanager.service with parameters of type JWTEncryptRequestDtoModifier and TypeMethodDescriptionCryptomanagerService.jwtEncrypt(JWTEncryptRequestDto jwtCipherRequestDto) Performs JWE Encryption for the input data. -
Uses of JWTEncryptRequestDto in io.mosip.kernel.cryptomanager.service.impl
Methods in io.mosip.kernel.cryptomanager.service.impl with parameters of type JWTEncryptRequestDtoModifier and TypeMethodDescriptionCryptomanagerServiceImpl.jwtEncrypt(JWTEncryptRequestDto jwtEncryptRequestDto)