Generated by
JDiff

Class com.itextpdf.signatures.validation.ValidatorChainBuilder

Added Methods
LotlService  getLotlService() Retrieves explicitly added or automatically created LotlService instance.
LotlTrustedStore  getLotlTrustedStore() Retrieves explicitly added or automatically created LotlTrustedStore instance.
boolean  isEuropeanLotlTrusted() Checks if European Union List of Trusted Lists is supposed to be trusted.
ValidatorChainBuilder  trustEuropeanLotl( boolean) Establishes trust in European Union List of Trusted Lists.
ValidatorChainBuilder  withLotlService( Supplier) Sets up factory which is responsible for LotlService creation.
ValidatorChainBuilder  withLotlTrustedStoreFactory( Supplier) Sets up factory which is responsible for LotlTrustedStore creation.
 

Changed Methods
SignatureValidator  buildSignatureValidator( PdfDocument) Documentation changed from old to new.
Create a new SignatureValidator instance with the current configuration.
ValidatorChainBuilder  withAdESReportAggregator( AdESReportAggregator) Documentation changed from old to new.
Use this AdES report aggregator to enable AdES compliant report generation.
ValidatorChainBuilder  withCRLValidatorFactory( Supplier) Documentation changed from old to new.
Use this factory method to create instances of CRLValidator for use in the validation chain.
ValidatorChainBuilder  withCertificateChainValidatorFactory( Supplier) Documentation changed from old to new.
Use this factory method to create instances of CertificateChainValidator for use in the validation chain.
ValidatorChainBuilder  withCrlClient( Supplier) Documentation changed from old to new.
Use this factory to create instances of ICrlClient for use in the validation chain.
ValidatorChainBuilder  withDocumentRevisionsValidatorFactory( Supplier) Documentation changed from old to new.
Use this factory method to create instances of DocumentRevisionsValidator for use in the validation chain.
ValidatorChainBuilder  withIssuingCertificateRetrieverFactory( Supplier) Documentation changed from old to new.
Use this factory method to create instances of IssuingCertificateRetriever for use in the validation chain.
ValidatorChainBuilder  withKnownCertificates( Collection) Documentation changed from old to new.
Adds known certificates to the IssuingCertificateRetriever.
ValidatorChainBuilder  withOCSPValidatorFactory( Supplier) Documentation changed from old to new.
Use this factory method to create instances of OCSPValidator for use in the validation chain.
ValidatorChainBuilder  withOcspClient( Supplier) Documentation changed from old to new.
Use this factory to create instances of IOcspClientBouncyCastle for use in the validation chain.
ValidatorChainBuilder  withResourceRetriever( Supplier) Documentation changed from old to new.
Use this factory method to create instances of IResourceRetriever for use in the validation chain.
ValidatorChainBuilder  withRevocationDataValidatorFactory( Supplier) Documentation changed from old to new.
Use this factory method to create instances of RevocationDataValidator for use in the validation chain.
ValidatorChainBuilder  withSignatureValidationProperties( SignatureValidationProperties) Documentation changed from old to new.
Use this instance of a SignatureValidationProperties in the validation chain.
ValidatorChainBuilder  withTrustedCertificates( Collection) Documentation changed from old to new.
Sets the trusted certificates to the IssuingCertificateRetriever.