public static class CertificateValidator.BouncyCastleOCSPChecker extends CertificateValidator.OCSPChecker
| Modifier and Type | Method and Description |
|---|---|
OCSPUtils.OCSPRevocationStatus |
check(X509Certificate cert,
X509Certificate issuerCertificate)
Requests certificate revocation status using OCSP.
|
public OCSPUtils.OCSPRevocationStatus check(X509Certificate cert, X509Certificate issuerCertificate) throws CertPathValidatorException
CertificateValidator.OCSPCheckercheck in class CertificateValidator.OCSPCheckercert - the certificate to be checkedissuerCertificate - The issuer certificateCertPathValidatorExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.