public class OcspValidatorImpl extends Object implements OcspValidator
| Constructor and Description |
|---|
OcspValidatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
OperationStatus |
verifyOCSP(X509Certificate nextCert,
X509Certificate nextIssuer,
Date date) |
static Date |
xtractNextUpdate(org.bouncycastle.cert.ocsp.OCSPResp ocspResponse) |
public OperationStatus verifyOCSP(X509Certificate nextCert, X509Certificate nextIssuer, Date date) throws IOException, CertificateException, CRLException, UndefStateException, RevokedException, org.bouncycastle.operator.OperatorCreationException
verifyOCSP in interface OcspValidatorIOExceptionCertificateExceptionCRLExceptionUndefStateExceptionRevokedExceptionorg.bouncycastle.operator.OperatorCreationExceptionpublic static Date xtractNextUpdate(org.bouncycastle.cert.ocsp.OCSPResp ocspResponse) throws OCSPQueryException
OCSPQueryExceptionCopyright © 2020. All rights reserved.