|
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.
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 generationdatedate @deprecated use a constructor with RevocationDataOrigin parameter instead
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 generationdatedate @deprecated use a constructor with RevocationDataOrigin parameter instead
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 generationdatedate @deprecated use .addCrl(X509CRL, Date, TimeBasedContext, RevocationDataOrigin) instead
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 generationdatedate @deprecated use .addResponse(IBasicOCSPResp, Date, TimeBasedContext, RevocationDataOrigin) instead
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
ValidatorChainBuilderValidatorChainBuilder @deprecated This method will be removed in a later version, use .withAdESLevelReportGenerator instead.