|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.security.VerificationOK
public class VerificationOK
Class that informs you that the verification of a Certificate succeeded using a specific CertificateVerifier and for a specific reason.
| Field Summary | |
|---|---|
protected X509Certificate |
certificate
The certificate that was verified successfully. |
protected String |
message
The reason why the certificate verified successfully. |
protected Class<? extends CertificateVerifier> |
verifierClass
The CertificateVerifier that was used for verifying. |
| Constructor Summary | |
|---|---|
VerificationOK(X509Certificate certificate,
Class<? extends CertificateVerifier> verifierClass,
String message)
Creates a VerificationOK object |
|
| Method Summary | |
|---|---|
String |
toString()
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 Detail |
|---|
protected X509Certificate certificate
protected Class<? extends CertificateVerifier> verifierClass
protected String message
| Constructor Detail |
|---|
public VerificationOK(X509Certificate certificate,
Class<? extends CertificateVerifier> verifierClass,
String message)
certificate - the certificate that was successfully verifiedverifierClass - the class that was used for verificationmessage - the reason why the certificate could be verified| Method Detail |
|---|
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||