|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.signatures.validationas colored differences. Deletions are shownlike 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.
Create a new SignatureValidator instance with the current configuration. This method can be used to create multiple validators. @param document PdfDocument instance which will beClass ValidatorChainBuilder, ValidatorChainBuilder withAdESReportAggregator(AdESReportAggregator)validatedvalidated @return a new instance of a signature validator.
Use this AdES report aggregator to enable AdES compliant report generation.Class ValidatorChainBuilder, ValidatorChainBuilder withCRLValidatorFactory(SupplierGenerated PadesValidationReport report could be provided to com.itextpdf.signatures.validation.report.xml.XmlReportGenerator.generate(PadesValidationReport, Writer). @param adESReportAggregator the report aggregator to
useuse @return the current ValidatorChainBuilder
Use this factory method to create instances of CRLValidator for use in the validation chain. @param crlValidatorFactory the CRLValidatorFactory method toClass ValidatorChainBuilder, ValidatorChainBuilder withCertificateChainValidatorFactory(Supplieruseuse @return the current ValidatorChainBuilder.
Use this factory method to create instances of CertificateChainValidator for use in the validation chain. @param certificateChainValidatorFactory the CertificateChainValidator factory method toClass ValidatorChainBuilder, ValidatorChainBuilder withCrlClient(Supplieruseuse @return the current ValidatorChainBuilder.
Use this factory to create instances of ICrlClient for use in the validation chain. @param crlClientFactory the ICrlClient factory method toClass ValidatorChainBuilder, ValidatorChainBuilder withDocumentRevisionsValidatorFactory(Supplieruseuse @return the current ValidatorChainBuilder.
Use this factory method to create instances of DocumentRevisionsValidator for use in the validation chain. @param documentRevisionsValidatorFactory the document revisions validator factory method toClass ValidatorChainBuilder, ValidatorChainBuilder withIssuingCertificateRetrieverFactory(Supplieruseuse @return the current ValidatorChainBuilder.
Use this factory method to create instances of IssuingCertificateRetriever for use in the validation chain. @param certificateRetrieverFactory the IssuingCertificateRetriever factory method toClass ValidatorChainBuilder, ValidatorChainBuilder withKnownCertificates(Collectionuseuse @return the current ValidatorChainBuilder.
Adds known certificates to the IssuingCertificateRetriever. @param knownCertificates the list of known certificates toClass ValidatorChainBuilder, ValidatorChainBuilder withOCSPValidatorFactory(Supplieraddadd @return the current ValidatorChainBuilder.
Use this factory method to create instances of OCSPValidator for use in the validation chain. @param ocspValidatorFactory the OCSPValidatorFactory method toClass ValidatorChainBuilder, ValidatorChainBuilder withOcspClient(Supplieruseuse @return the current ValidatorChainBuilder.
Use this factory to create instances of IOcspClientBouncyCastle for use in the validation chain. @param ocspClientFactory the IOcspClient factory method toClass ValidatorChainBuilder, ValidatorChainBuilder withResourceRetriever(Supplieruseuse @return the current ValidatorChainBuilder.
Use this factory method to create instances of IResourceRetriever for use in the validation chain. @param resourceRetrieverFactory the ResourceRetrieverFactory method to use.Class ValidatorChainBuilder, ValidatorChainBuilder withRevocationDataValidatorFactory(Supplier@return the current ValidatorChainBuilder.
Use this factory method to create instances of RevocationDataValidator for use in the validation chain. @param revocationDataValidatorFactory the RevocationDataValidator factory method toClass ValidatorChainBuilder, ValidatorChainBuilder withSignatureValidationProperties(SignatureValidationProperties)useuse @return the current ValidatorChainBuilder.
Use this instance of a SignatureValidationProperties in the validation chain. @param properties the SignatureValidationProperties instance toClass ValidatorChainBuilder, ValidatorChainBuilder withTrustedCertificates(Collectionuseuse @return the current ValidatorChainBuilder.
Sets the trusted certificates to the IssuingCertificateRetriever. @param trustedCertificates the list of trusted certificates tosetset @return the current ValidatorChainBuilder.