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 AdESReportAggregatorValidatorChainBuilder. adESReportAggregatorMethods in com.itextpdf.signatures.validation that return AdESReportAggregator Modifier and Type Method Description AdESReportAggregatorValidatorChainBuilder. getAdESReportAggregator()Retrieves the explicitly added or automatically createdAdESReportAggregatorinstance.Methods in com.itextpdf.signatures.validation with parameters of type AdESReportAggregator Modifier and Type Method Description ValidatorChainBuilderValidatorChainBuilder. 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 classDefaultAdESReportAggregatorUse this implementation when an xml report has to be createdclassNullAdESReportAggregatorUse this implementation when no xml report has to be created
-