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(java.security.cert.X509Certificate[] certChainArray,
RevocationVerifier verifier) |
PathChecker(java.security.cert.X509Certificate[] certChainArray,
RevocationVerifier verifier) |
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.