Generated by
JDiff

com.itextpdf.signatures Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.signatures 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 OcspClientBouncyCastle, IBasicOCSPResp getBasicOCSPResp(X509Certificate, X509Certificate, String)

Gets OCSP response. If required, IBasicOCSPResp can be checked using OCSPValidator class. {@ param checkCert the certificate to check @param rootCert parent certificate @param url to get the verification @return IBasicOCSPResp an OCSP response wrapper inheritDoc}

Class PdfSigner, void signDeferred(PdfDocument, String, OutputStream, IExternalSignatureContainer)

Signs a PDF where space was already reserved. @param document the original PDF @param fieldName the field to sign. It must be the last field @param outs the output PDF @param externalSignatureContainer the signature container doing the actual signing. Only the method ExternalSignatureContainer.sign is used @throws IOException if some I/O problem occurs @throws GeneralSecurityException if some problem during apply security algorithms occurs occurs @deprecated PdfSigner.signDeferred(PdfReader, String, OutputStream, IExternalSignatureContainer) should be used instead.

Class PdfTwoPhaseSigner, void addSignatureToPreparedDocument(PdfDocument, String, OutputStream, CMSContainer)

Adds an existing signature to a PDF where space was already reserved. @param document the original PDF @param fieldName the field to sign. It must be the last field @param outs the output PDF @param cmsContainer the finalized CMS container @throws IOException if some I/O problem occurs. @throws GeneralSecurityException if some problem during apply security algorithms occurs. @deprecated PdfTwoPhaseSigner.addSignatureToPreparedDocument(PdfReader, String, OutputStream, CMSContainer) should be used instead.