public class VerificationOK extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
VerificationOK(X509Certificate certificate,
Class<? extends CertificateVerifier> verifierClass,
String message)
Creates a VerificationOK object
|
protected X509Certificate certificate
protected Class<? extends CertificateVerifier> verifierClass
protected String message
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 verifiedpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2013. All rights reserved.