Interface SoapDocumentValidationService
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SoapDocumentValidationServiceImpl
public interface SoapDocumentValidationService extends Serializable
The validation web service allow to validate the signature inside a signed file. In addition, the original file and a
specific policy can be passed to perform the validation.
-
Method Summary
Modifier and Type Method Description List<RemoteDocument>
getOriginalDocuments(DataToValidateDTO dataToValidate)
This method returns the original document(s) for the given signed file and optionally the signatureId.WSReportsDTO
validateSignature(DataToValidateDTO dataToValidate)
This method returns the result of the validation of the signed file.
-
Method Details
-
validateSignature
This method returns the result of the validation of the signed file. The results contains a Diagnostic Data, simple report, detailed report and ETSI validation report- Parameters:
dataToValidate
- aDataToValidateDTO
which contains the signature, the optional original document(s) and the optional validation policy- Returns:
- a
WSReportsDTO
with the 4 reports : the diagnostic data, the detailed report, the simple report and the ETSI validation report
-
getOriginalDocuments
This method returns the original document(s) for the given signed file and optionally the signatureId.- Parameters:
dataToValidate
- aDataToValidateDTO
which contains the signature, the optional original document and the optional signatureId- Returns:
- a List of
RemoteDocument
-