Uses of Class
io.mosip.kernel.signature.dto.JWTSignatureResponseDto
-
Packages that use JWTSignatureResponseDto Package Description io.mosip.kernel.signature.controller io.mosip.kernel.signature.service io.mosip.kernel.signature.service.impl -
-
Uses of JWTSignatureResponseDto in io.mosip.kernel.signature.controller
Methods in io.mosip.kernel.signature.controller that return types with arguments of type JWTSignatureResponseDto Modifier and Type Method Description io.mosip.kernel.core.http.ResponseWrapper<JWTSignatureResponseDto>SignatureController. jwsSign(@Valid io.mosip.kernel.core.http.RequestWrapper<JWSSignatureRequestDto> requestDto)Function to do JSON Web Signature(JWS) for the inputted data using inputted algorithm.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 JWTSignatureResponseDto in io.mosip.kernel.signature.service
Methods in io.mosip.kernel.signature.service that return JWTSignatureResponseDto Modifier and Type Method Description JWTSignatureResponseDtoSignatureService. jwsSign(JWSSignatureRequestDto jwsSignRequestDto)JSON Web Signature(JWS) for the inputted data using inputted algorithmJWTSignatureResponseDtoSignatureService. jwtSign(JWTSignatureRequestDto jwtSignRequestDto)JSON Web Signature(JWS) for the inputted data using RS256 algorithm -
Uses of JWTSignatureResponseDto in io.mosip.kernel.signature.service.impl
Methods in io.mosip.kernel.signature.service.impl that return JWTSignatureResponseDto Modifier and Type Method Description JWTSignatureResponseDtoSignatureServiceImpl. jwsSign(JWSSignatureRequestDto jwsSignRequestDto)JWTSignatureResponseDtoSignatureServiceImpl. jwtSign(JWTSignatureRequestDto jwtSignRequestDto)
-