iText 8.0.5 API
iText.Signatures.VerificationOK Class Reference

Class that informs you that the verification of a Certificate succeeded using a specific CertificateVerifier and for a specific reason. More...

Public Member Functions

  VerificationOK (IX509Certificate certificate, Type verifierClass, String message)
  Creates a VerificationOK object More...
 
override String  ToString ()
  Return a single String explaining which certificate was verified, how and why. More...
 

Package Attributes

IX509Certificate  certificate
  The certificate that was verified successfully. More...
 
Type  verifierClass
  The CertificateVerifier that was used for verifying. More...
 
String  message
  The reason why the certificate verified successfully. More...
 

Detailed Description

Class that informs you that the verification of a Certificate succeeded using a specific CertificateVerifier and for a specific reason.

Constructor & Destructor Documentation

◆ VerificationOK()

iText.Signatures.VerificationOK.VerificationOK ( IX509Certificate  certificate,
Type  verifierClass,
String  message 
)
inline

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

Member Function Documentation

◆ ToString()

override String iText.Signatures.VerificationOK.ToString ( )
inline

Return a single String explaining which certificate was verified, how and why.

See also
System.Object.ToString()

Member Data Documentation

◆ certificate

IX509Certificate iText.Signatures.VerificationOK.certificate
package

The certificate that was verified successfully.

◆ message

String iText.Signatures.VerificationOK.message
package

The reason why the certificate verified successfully.

◆ verifierClass

Type iText.Signatures.VerificationOK.verifierClass
package

The CertificateVerifier that was used for verifying.