Uses of Class
io.mosip.kernel.cryptomanager.dto.JWTEncryptRequestDto
-
Packages that use JWTEncryptRequestDto Package Description io.mosip.kernel.cryptomanager.controller io.mosip.kernel.cryptomanager.service io.mosip.kernel.cryptomanager.service.impl -
-
Uses of JWTEncryptRequestDto in io.mosip.kernel.cryptomanager.controller
Method parameters in io.mosip.kernel.cryptomanager.controller with type arguments of type JWTEncryptRequestDto Modifier and Type Method Description io.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 JWTEncryptRequestDto Modifier and Type Method Description JWTCipherResponseDtoCryptomanagerService. 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 JWTEncryptRequestDto Modifier and Type Method Description JWTCipherResponseDtoCryptomanagerServiceImpl. jwtEncrypt(JWTEncryptRequestDto jwtEncryptRequestDto)
-