Uses of Class
io.mosip.kernel.signature.dto.JWSSignatureRequestDto
-
Packages that use JWSSignatureRequestDto Package Description io.mosip.kernel.signature.controller io.mosip.kernel.signature.service io.mosip.kernel.signature.service.impl -
-
Uses of JWSSignatureRequestDto in io.mosip.kernel.signature.controller
Method parameters in io.mosip.kernel.signature.controller with type arguments of type JWSSignatureRequestDto 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 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 JWSSignatureRequestDto Modifier and Type Method Description JWTSignatureResponseDtoSignatureService. 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 JWSSignatureRequestDto Modifier and Type Method Description JWTSignatureResponseDtoSignatureServiceImpl. jwsSign(JWSSignatureRequestDto jwsSignRequestDto)
-