Package org.digidoc4j.impl.asic.xades
Class XadesValidationReportGenerator
java.lang.Object
org.digidoc4j.impl.asic.AbstractValidationReportGenerator
org.digidoc4j.impl.asic.xades.XadesValidationReportGenerator
- All Implemented Interfaces:
Serializable
Validation report generator for XAdES signatures.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXadesValidationReportGenerator
(eu.europa.esig.dss.model.DSSDocument document, List<eu.europa.esig.dss.model.DSSDocument> detachedContents, Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.validation.reports.Reports
generateReports
(Date validationTime) Validates the state of this validation report generator against the specified validation time, and generates and returns newReports
based on the fresh validation results.eu.europa.esig.dss.xades.validation.XAdESSignature
Methods inherited from class org.digidoc4j.impl.asic.AbstractValidationReportGenerator
openValidationReport
-
Constructor Details
-
XadesValidationReportGenerator
public XadesValidationReportGenerator(eu.europa.esig.dss.model.DSSDocument document, List<eu.europa.esig.dss.model.DSSDocument> detachedContents, Configuration configuration) - Parameters:
document
- signature documentdetachedContents
- detached contentconfiguration
- configuration context
-
-
Method Details
-
openDssSignature
public eu.europa.esig.dss.xades.validation.XAdESSignature openDssSignature() -
generateReports
Description copied from class:AbstractValidationReportGenerator
Validates the state of this validation report generator against the specified validation time, and generates and returns newReports
based on the fresh validation results.- Specified by:
generateReports
in classAbstractValidationReportGenerator
- Parameters:
validationTime
- validation time- Returns:
- newly generated reports
-