| Modifier and Type | Class and Description |
|---|---|
class |
CRLVerifier
This is used to verify a certificate is revoked or not by using the Certificate Revocation
List published by the CA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OCSPVerifier
Used to check if a Certificate is revoked or not by its CA using Online Certificate
Status Protocol (OCSP).
|
| Constructor and Description |
|---|
CertificatePathValidator(X509Certificate[] certChainArray,
RevocationVerifier verifier) |
PathChecker(X509Certificate[] certChainArray,
RevocationVerifier verifier) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.