Generated by
JDiff

com.itextpdf.signatures.validation Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.signatures.validation as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class ValidatorChainBuilder, SignatureValidator buildSignatureValidator(PdfDocument)

Create a new SignatureValidator instance with the current configuration. This method can be used to create multiple validators. @param document PdfDocument instance which will be validated validated @return a new instance of a signature validator.
Class ValidatorChainBuilder, ValidatorChainBuilder withAdESReportAggregator(AdESReportAggregator)

Use this AdES report aggregator to enable AdES compliant report generation.

Generated PadesValidationReport report could be provided to com.itextpdf.signatures.validation.report.xml.XmlReportGenerator.generate(PadesValidationReport, Writer). @param adESReportAggregator the report aggregator to use use @return the current ValidatorChainBuilder

Class ValidatorChainBuilder, ValidatorChainBuilder withCRLValidatorFactory(Supplier)

Use this factory method to create instances of CRLValidator for use in the validation chain. @param crlValidatorFactory the CRLValidatorFactory method to use use @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withCertificateChainValidatorFactory(Supplier)

Use this factory method to create instances of CertificateChainValidator for use in the validation chain. @param certificateChainValidatorFactory the CertificateChainValidator factory method to use use @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withCrlClient(Supplier)

Use this factory to create instances of ICrlClient for use in the validation chain. @param crlClientFactory the ICrlClient factory method to use use @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withDocumentRevisionsValidatorFactory(Supplier)

Use this factory method to create instances of DocumentRevisionsValidator for use in the validation chain. @param documentRevisionsValidatorFactory the document revisions validator factory method to use use @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withIssuingCertificateRetrieverFactory(Supplier)

Use this factory method to create instances of IssuingCertificateRetriever for use in the validation chain. @param certificateRetrieverFactory the IssuingCertificateRetriever factory method to use use @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withKnownCertificates(Collection)

Adds known certificates to the IssuingCertificateRetriever. @param knownCertificates the list of known certificates to add add @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withOCSPValidatorFactory(Supplier)

Use this factory method to create instances of OCSPValidator for use in the validation chain. @param ocspValidatorFactory the OCSPValidatorFactory method to use use @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withOcspClient(Supplier)

Use this factory to create instances of IOcspClientBouncyCastle for use in the validation chain. @param ocspClientFactory the IOcspClient factory method to use use @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withResourceRetriever(Supplier)

Use this factory method to create instances of IResourceRetriever for use in the validation chain. @param resourceRetrieverFactory the ResourceRetrieverFactory method to use. @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withRevocationDataValidatorFactory(Supplier)

Use this factory method to create instances of RevocationDataValidator for use in the validation chain. @param revocationDataValidatorFactory the RevocationDataValidator factory method to use use @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withSignatureValidationProperties(SignatureValidationProperties)

Use this instance of a SignatureValidationProperties in the validation chain. @param properties the SignatureValidationProperties instance to use use @return the current ValidatorChainBuilder.
Class ValidatorChainBuilder, ValidatorChainBuilder withTrustedCertificates(Collection)

Sets the trusted certificates to the IssuingCertificateRetriever. @param trustedCertificates the list of trusted certificates to set set @return the current ValidatorChainBuilder.