Generated by
JDiff

Class com.itextpdf.signatures.validation.ValidatorChainBuilder

Changed Constructors
ValidatorChainBuilder( void) Documentation changed from old to new.
Creates a ValidatorChainBuilder using default implementations
 

Added Methods
AdESReportAggregator  getAdESReportAggregator() Retrieves the explicitly added or automatically created AdESReportAggregator instance.
IResourceRetriever  getResourceRetriever() Retrieves the explicitly added or automatically created IResourceRetriever instance.
ValidatorChainBuilder  withAdESReportAggregator( AdESReportAggregator) Use this AdES report aggregator to enable AdES compliant report generation.
ValidatorChainBuilder  withCrlClient( Supplier) Use this factory to create instances of ICrlClient for use in the validation chain.
ValidatorChainBuilder  withOcspClient( Supplier) Use this factory to create instances of IOcspClientBouncyCastle for use in the validation chain.
ValidatorChainBuilder  withResourceRetriever( Supplier) Use this factory method to create instances of IResourceRetriever for use in the validation chain.