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