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 CRLVerifier

Class that allows you to verify a certificate against one or more Certificate Revocation Lists. @deprecated starting from 8.0.5. com.itextpdf.signatures.validation.v1.CRLValidator should be used instead.

Class CertificateUtil, CRL getCRL(X509Certificate)

Gets a CRL from an X509 certificate. @param certificate the X509Certificate to extract the CRL from @return CRL or null if there's no CRL available @throws IOException thrown when the URL couldn't be opened properly. @throws CertificateException thrown if there's no X509 implementation in the provider. @throws CRLException thrown when encountering errors when parsing the CRL. @deprecated use .getCRLs(X509Certificate).
Class CertificateUtil, String getCRLURL(X509Certificate)

Gets the URL of the Certificate Revocation List for a Certificate @param certificate the Certificate @return the String where you can check if the certificate was revoked. @deprecated use .getCRLURLs(X509Certificate).

Class CertificateVerifier

Superclass for a series of certificate verifiers that will typically be used in a chain. It wraps another CertificateVerifier that is the next element in the chain of which the verify() method will be called. @deprecated starting from 8.0.5. com.itextpdf.signatures.validation.v1.CertificateChainValidator should be used instead.

Class IssuingCertificateRetriever, void setTrustedCertificates(Collection)

{@inheritDoc} Sets trusted certificate list to be used as certificates trusted for any possible usage. In case more specific trusted is desired to be configured IssuingCertificateRetriever.getTrustedCertificatesStore() method is expected to be used. @param certificates {@inheritDoc} certificate list to be used as certificates trusted for any possible usage.

Class LtvVerifier

Verifies the signatures in an LTV document. @deprecated starting from 8.0.5. com.itextpdf.signatures.validation.v1.SignatureValidator should be used instead.

Class OCSPVerifier

Class that allows you to verify a certificate against one or more OCSP responses. @deprecated starting from 8.0.5. com.itextpdf.signatures.validation.v1.OCSPValidator should be used instead.

Class OcspClientBouncyCastle, constructor OcspClientBouncyCastle(OCSPVerifier)

Creates {@code OcspClient}. @param verifier will be used for response verification. @ see deprecated OCSPVerifier starting from 8.0.5. OcspClientBouncyCastle.OcspClientBouncyCastle() should be used instead. If required, IBasicOCSPResp can be checked using OCSPValidator class.

Class RootStoreVerifier

Verifies a certificate against a KeyStore containing trusted anchors. @deprecated starting from 8.0.5. com.itextpdf.signatures.validation.v1.CertificateChainValidator should be used instead.

Class VerificationOK

Class that informs you that the verification of a Certificate succeeded using a specific CertificateVerifier and for a specific reason. @deprecated starting from 8.0.5. com.itextpdf.signatures.validation.v1.report.ReportItem should be used instead.