public class VerificationOK
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.security.cert.X509Certificate |
certificate
The certificate that was verified successfully.
|
protected java.lang.String |
message
The reason why the certificate verified successfully.
|
protected java.lang.Class<? extends CertificateVerifier> |
verifierClass
The CertificateVerifier that was used for verifying.
|
Constructor and Description |
---|
VerificationOK(java.security.cert.X509Certificate certificate,
java.lang.Class<? extends CertificateVerifier> verifierClass,
java.lang.String message)
Creates a VerificationOK object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
A single String explaining which certificate was verified, how and why.
|
protected java.security.cert.X509Certificate certificate
protected java.lang.Class<? extends CertificateVerifier> verifierClass
protected java.lang.String message
public VerificationOK(java.security.cert.X509Certificate certificate, java.lang.Class<? extends CertificateVerifier> verifierClass, java.lang.String message)
certificate
- the certificate that was successfully verifiedverifierClass
- the class that was used for verificationmessage
- the reason why the certificate could be verifiedCopyright © 2013. All Rights Reserved.