Uses of Class
io.mosip.kernel.signature.dto.JWTSignatureResponseDto
Packages that use JWTSignatureResponseDto
Package
Description
-
Uses of JWTSignatureResponseDto in io.mosip.kernel.signature.controller
Methods in io.mosip.kernel.signature.controller that return types with arguments of type JWTSignatureResponseDtoModifier and TypeMethodDescriptionio.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 input data using input 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 input data using RS256 algorithm -
Uses of JWTSignatureResponseDto in io.mosip.kernel.signature.service
Methods in io.mosip.kernel.signature.service that return JWTSignatureResponseDtoModifier and TypeMethodDescriptionSignatureService.jwsSign(JWSSignatureRequestDto jwsSignRequestDto) JSON Web Signature(JWS) for the input data using input algorithmSignatureService.jwtSign(JWTSignatureRequestDto jwtSignRequestDto) JSON Web Signature(JWS) for the input data using RS256 algorithm -
Uses of JWTSignatureResponseDto in io.mosip.kernel.signature.service.impl
Methods in io.mosip.kernel.signature.service.impl that return JWTSignatureResponseDtoModifier and TypeMethodDescriptionSignatureServiceImpl.jwsSign(JWSSignatureRequestDto jwsSignRequestDto) SignatureServiceImpl.jwtSign(JWTSignatureRequestDto jwtSignRequestDto)