Uses of Class
io.mosip.kernel.signature.dto.JWSSignatureRequestDto
Packages that use JWSSignatureRequestDto
Package
Description
-
Uses of JWSSignatureRequestDto in io.mosip.kernel.signature.controller
Method parameters in io.mosip.kernel.signature.controller with type arguments of type JWSSignatureRequestDtoModifier 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. -
Uses of JWSSignatureRequestDto in io.mosip.kernel.signature.service
Methods in io.mosip.kernel.signature.service with parameters of type JWSSignatureRequestDtoModifier and TypeMethodDescriptionSignatureService.jwsSign(JWSSignatureRequestDto jwsSignRequestDto) JSON Web Signature(JWS) for the input data using input algorithm -
Uses of JWSSignatureRequestDto in io.mosip.kernel.signature.service.impl
Methods in io.mosip.kernel.signature.service.impl with parameters of type JWSSignatureRequestDtoModifier and TypeMethodDescriptionSignatureServiceImpl.jwsSign(JWSSignatureRequestDto jwsSignRequestDto)