Class VerificationOK

java.lang.Object
com.itextpdf.signatures.VerificationOK

@Deprecated public class VerificationOK extends Object
Deprecated.
starting from 8.0.5. ReportItem should be used instead.
Class that informs you that the verification of a Certificate succeeded using a specific CertificateVerifier and for a specific reason.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected X509Certificate
    Deprecated.
    The certificate that was verified successfully.
    protected String
    Deprecated.
    The reason why the certificate verified successfully.
    protected ClassCertificateVerifier>
    Deprecated.
    The CertificateVerifier that was used for verifying.
  • Constructor Summary

    Constructors
    Constructor
    Description
    VerificationOK(X509Certificate certificate, ClassCertificateVerifier> verifierClass, String message)
    Deprecated.
    Creates a VerificationOK object
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Return a single String explaining which certificate was verified, how and why.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • certificate

      protected X509Certificate certificate
      Deprecated.
      The certificate that was verified successfully.
    • verifierClass

      protected ClassCertificateVerifier> verifierClass
      Deprecated.
      The CertificateVerifier that was used for verifying.
    • message

      protected String message
      Deprecated.
      The reason why the certificate verified successfully.
  • Constructor Details

    • VerificationOK

      public VerificationOK (X509Certificate certificate, ClassCertificateVerifier> verifierClass, String message)
      Deprecated.
      Creates a VerificationOK object
      Parameters:
      certificate - the certificate that was successfully verified
      verifierClass - the class that was used for verification
      message - the reason why the certificate could be verified
  • Method Details

    • toString

      public String toString()
      Deprecated.
      Return a single String explaining which certificate was verified, how and why.
      Overrides:
      toString in class Object
      See Also: