Uses of Class
io.mosip.kernel.signature.dto.JWTSignatureRequestDto
-
Packages that use JWTSignatureRequestDto Package Description io.mosip.kernel.signature.controller io.mosip.kernel.signature.service io.mosip.kernel.signature.service.impl -
-
Uses of JWTSignatureRequestDto in io.mosip.kernel.signature.controller
Method parameters in io.mosip.kernel.signature.controller with type arguments of type JWTSignatureRequestDto Modifier and Type Method Description io.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 inputted data using RS256 algorithm -
Uses of JWTSignatureRequestDto in io.mosip.kernel.signature.service
Methods in io.mosip.kernel.signature.service with parameters of type JWTSignatureRequestDto Modifier and Type Method Description JWTSignatureResponseDtoSignatureService. jwtSign(JWTSignatureRequestDto jwtSignRequestDto)JSON Web Signature(JWS) for the inputted 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 JWTSignatureRequestDto Modifier and Type Method Description JWTSignatureResponseDtoSignatureServiceImpl. jwtSign(JWTSignatureRequestDto jwtSignRequestDto)
-