Uses of Class
io.mosip.kernel.signature.dto.JWTSignatureVerifyResponseDto
Packages that use JWTSignatureVerifyResponseDto
Package
Description
-
Uses of JWTSignatureVerifyResponseDto in io.mosip.kernel.signature.controller
Methods in io.mosip.kernel.signature.controller that return types with arguments of type JWTSignatureVerifyResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<JWTSignatureVerifyResponseDto> SignatureController.jwtVerify(@Valid io.mosip.kernel.core.http.RequestWrapper<JWTSignatureVerifyRequestDto> requestDto) Function to JWT Signature verification -
Uses of JWTSignatureVerifyResponseDto in io.mosip.kernel.signature.service
Methods in io.mosip.kernel.signature.service that return JWTSignatureVerifyResponseDtoModifier and TypeMethodDescriptionSignatureService.jwtVerify(JWTSignatureVerifyRequestDto jwtSignatureVerifyRequestDto) JWT Signature verification. -
Uses of JWTSignatureVerifyResponseDto in io.mosip.kernel.signature.service.impl
Methods in io.mosip.kernel.signature.service.impl that return JWTSignatureVerifyResponseDtoModifier and TypeMethodDescriptionSignatureServiceImpl.jwtVerify(JWTSignatureVerifyRequestDto jwtVerifyRequestDto)