Uses of Class
io.mosip.kernel.signature.dto.JWTSignatureRequestDto
Packages that use JWTSignatureRequestDto
Package
Description
-
Uses of JWTSignatureRequestDto in io.mosip.kernel.signature.controller
Method parameters in io.mosip.kernel.signature.controller with type arguments of type JWTSignatureRequestDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<JWTSignatureResponseDto> SignatureController.jwtSign(@Valid io.mosip.kernel.core.http.RequestWrapper<JWTSignatureRequestDto> requestDto) Function to do JSON Web Signature(JWS) for the input data using RS256 algorithm -
Uses of JWTSignatureRequestDto in io.mosip.kernel.signature.service
Methods in io.mosip.kernel.signature.service with parameters of type JWTSignatureRequestDtoModifier and TypeMethodDescriptionSignatureService.jwtSign(JWTSignatureRequestDto jwtSignRequestDto) JSON Web Signature(JWS) for the input data using RS256 algorithm -
Uses of JWTSignatureRequestDto in io.mosip.kernel.signature.service.impl
Methods in io.mosip.kernel.signature.service.impl with parameters of type JWTSignatureRequestDtoModifier and TypeMethodDescriptionSignatureServiceImpl.jwtSign(JWTSignatureRequestDto jwtSignRequestDto)