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.OCSPChecker
check
in class CertificateValidator.OCSPChecker
cert
- the certificate to be checkedissuerCertificate
- The issuer certificateCertPathValidatorException
Copyright © 2021 JBoss by Red Hat. All rights reserved.