Uses of Interface
com.itextpdf.signatures.validation.report.xml.AdESReportAggregator
-
Packages that use AdESReportAggregator Package Description com.itextpdf.signatures.validation com.itextpdf.signatures.validation.report.xml -
-
Uses of AdESReportAggregator in com.itextpdf.signatures.validation
Fields in com.itextpdf.signatures.validation declared as AdESReportAggregator Modifier and Type Field Description private AdESReportAggregator
ValidatorChainBuilder. adESReportAggregator
Methods in com.itextpdf.signatures.validation that return AdESReportAggregator Modifier and Type Method Description AdESReportAggregator
ValidatorChainBuilder. getAdESReportAggregator()
Retrieves the explicitly added or automatically createdAdESReportAggregator
instance.Methods in com.itextpdf.signatures.validation with parameters of type AdESReportAggregator Modifier and Type Method Description ValidatorChainBuilder
ValidatorChainBuilder. withAdESReportAggregator(AdESReportAggregator adESReportAggregator)
Use this AdES report aggregator to enable AdES compliant report generation. -
Uses of AdESReportAggregator in com.itextpdf.signatures.validation.report.xml
Classes in com.itextpdf.signatures.validation.report.xml that implement AdESReportAggregator Modifier and Type Class Description class
DefaultAdESReportAggregator
Use this implementation when an xml report has to be createdclass
NullAdESReportAggregator
Use this implementation when no xml report has to be created
-