Uses of Class
io.mosip.kernel.signature.dto.SignResponseDto
Packages that use SignResponseDto
Package
Description
-
Uses of SignResponseDto in io.mosip.kernel.signature.controller
Methods in io.mosip.kernel.signature.controller that return types with arguments of type SignResponseDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<SignResponseDto> SignatureController.sign(@Valid io.mosip.kernel.core.http.RequestWrapper<SignRequestDto> requestDto) Deprecated. -
Uses of SignResponseDto in io.mosip.kernel.signature.service
Methods in io.mosip.kernel.signature.service that return SignResponseDtoModifier and TypeMethodDescriptionSignatureServicev2.signv2(SignRequestDtoV2 signatureReq) JSON Web Signature(JWS) for the input data using input algorithm -
Uses of SignResponseDto in io.mosip.kernel.signature.service.impl
Methods in io.mosip.kernel.signature.service.impl that return SignResponseDto