Class VerificationOK
java.lang.Object
com.itextpdf.signatures.VerificationOK
Deprecated.
Class that informs you that the verification of a Certificate
succeeded using a specific CertificateVerifier and for a specific
reason.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected X509CertificateDeprecated.The certificate that was verified successfully.protected StringDeprecated.The reason why the certificate verified successfully.protected Class<? extends CertificateVerifier> Deprecated.The CertificateVerifier that was used for verifying. -
Constructor Summary
ConstructorsConstructorDescriptionVerificationOK(X509Certificate certificate, Class<? extends CertificateVerifier> verifierClass, String message) Deprecated.Creates a VerificationOK object -
Method Summary
-
Field Details
-
certificate
-
verifierClass
Deprecated.The CertificateVerifier that was used for verifying. -
message
-
-
Constructor Details
-
VerificationOK
public VerificationOK(X509Certificate certificate, Class<? extends CertificateVerifier> verifierClass, String message) Deprecated.Creates a VerificationOK object- Parameters:
certificate- the certificate that was successfully verifiedverifierClass- the class that was used for verificationmessage- the reason why the certificate could be verified
-
-
Method Details
-
toString
-
ReportItemshould be used instead.