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 RevocationDataValidator.CrlValidationInfo, constructor RevocationDataValidator.CrlValidationInfo(X509CRL, Date, TimeBasedContext)

Creates validation related information about CRL response. @param crl X509CRL CRL to be validated @param trustedGenerationDate Date trusted date at which response was generated @param timeBasedContext TimeBasedContext time based context which corresponds to generation date date @deprecated use a constructor with RevocationDataOrigin parameter instead

Class RevocationDataValidator.OcspResponseValidationInfo, constructor RevocationDataValidator.OcspResponseValidationInfo(ISingleResp, IBasicOCSPResp, Date, TimeBasedContext)

Creates validation related information about single OCSP response. @param singleResp ISingleResp single response to be validated @param basicOCSPResp IBasicOCSPResp basic OCSP response which contains this single response @param trustedGenerationDate Date trusted date at which response was generated @param timeBasedContext TimeBasedContext time based context which corresponds to generation date date @deprecated use a constructor with RevocationDataOrigin parameter instead

Class ValidationCrlClient, void addCrl(X509CRL, Date, TimeBasedContext)

Add CRL response which is linked with generation date. @param response X509CRL response to be added @param date Date to be linked with the response @param context TimeBasedContext time based context which corresponds to generation date date @deprecated use .addCrl(X509CRL, Date, TimeBasedContext, RevocationDataOrigin) instead

Class ValidationOcspClient, void addResponse(IBasicOCSPResp, Date, TimeBasedContext)

Add OCSP response which is linked with generation date. @param response IBasicOCSPResp response to be added @param date Date to be linked with the response @param context TimeBasedContext time based context which corresponds to generation date date @deprecated use .addResponse(IBasicOCSPResp, Date, TimeBasedContext, RevocationDataOrigin) instead

Class ValidatorChainBuilder, AdESReportAggregator getAdESReportAggregator()

Retrieves the explicitly added or automatically created AdESReportAggregator instance. Default is the NullAdESReportAggregator. @return the explicitly added or automatically created AdESReportAggregator instance. @deprecated The AdESReportAggregator system is replaced by the XmlReportAggregator system.
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 @return the current ValidatorChainBuilder ValidatorChainBuilder @deprecated This method will be removed in a later version, use .withAdESLevelReportGenerator instead.