Uses of Class
com.itextpdf.signatures.VerificationOK
Packages that use VerificationOK
-
Uses of VerificationOK in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return types with arguments of type VerificationOKModifier and TypeMethodDescriptionCertificateVerifier.verify
(X509Certificate signCert, X509Certificate issuerCert, Date signDate) Deprecated.Checks the validity of the certificate, and calls the next verifier in the chain, if any.CRLVerifier.verify
(X509Certificate signCert, X509Certificate issuerCert, Date signDate) Deprecated.Verifies whether a valid CRL is found for the certificate.LtvVerifier.verify
(X509Certificate signCert, X509Certificate issuerCert, Date signDate) Deprecated.Verifies certificates against a list of CRLs and OCSP responses.LtvVerifier.verify
(List<VerificationOK> result) Deprecated.Verifies all the document-level timestamps and all the signatures in the document.OCSPVerifier.verify
(X509Certificate signCert, X509Certificate issuerCert, Date signDate) Deprecated.Verifies if a valid OCSP response is found for the certificate.RootStoreVerifier.verify
(X509Certificate signCert, X509Certificate issuerCert, Date signDate) Deprecated.Verifies a single certificate against a key store (if present).LtvVerifier.verifySignature()
Deprecated.Verifies a document level timestamp.Method parameters in com.itextpdf.signatures with type arguments of type VerificationOKModifier and TypeMethodDescriptionLtvVerifier.verify
(List<VerificationOK> result) Deprecated.Verifies all the document-level timestamps and all the signatures in the document.