-
Classes Class Description com.itextpdf.signatures.CertificateVerification starting from 9.0.0.CertificateChainValidator
should be used instead.com.itextpdf.signatures.CertificateVerifier starting from 8.0.5.CertificateChainValidator
should be used instead.com.itextpdf.signatures.CRLVerifier starting from 8.0.5.CRLValidator
should be used instead.com.itextpdf.signatures.LtvVerifier starting from 8.0.5.SignatureValidator
should be used instead.com.itextpdf.signatures.OCSPVerifier starting from 8.0.5.OCSPValidator
should be used instead.com.itextpdf.signatures.RootStoreVerifier starting from 8.0.5.CertificateChainValidator
should be used instead.com.itextpdf.signatures.VerificationOK starting from 8.0.5.ReportItem
should be used instead.com.itextpdf.styledxmlparser.jsoup.safety.Whitelist As of releasev1.14.1
, this class is deprecated in favour ofSafelist
. The name has been changed with the intent of promoting more inclusive language.Safelist
is a drop-in replacement, and no further changes other than updating the name in your code are required to cleanly migrate. This class will be removed inv1.15.1
. Until that release, this class acts as a shim to maintain code compatibility (source and binary).For a clear rationale of the removal of this change, please see Terminology, Power, and Inclusive Language in Internet-Drafts and RFCs
-
Exceptions Exceptions Description com.itextpdf.signatures.VerificationException starting from 9.0.0 since all the classes that use this one are also deprecated in favour of new signature validation logic in thecom.itextpdf.signatures.validation
package.
-
Methods Method Description com.itextpdf.styledxmlparser.jsoup.Jsoup.clean(String, String, Whitelist) as of 1.14.1.com.itextpdf.styledxmlparser.jsoup.Jsoup.isValid(String, Whitelist) as of 1.14.1.com.itextpdf.styledxmlparser.jsoup.nodes.DataNode.createFromEncoded(String, String) Unused, and will be removed in 1.15.1.
-
Constructors Constructor Description com.itextpdf.styledxmlparser.jsoup.safety.Cleaner(Whitelist) as of 1.14.1.