public interface StatusValidator
| Modifier and Type | Method and Description |
|---|---|
void |
setUseOcsp(boolean useOcsp) |
OperationStatus |
verifyStatus(Collection<X509Certificate> certsOnPath,
Date date) |
OperationStatus |
verifyStatusEE(Collection<X509Certificate> certsOnPath,
Date date,
List<String> crlDist) |
void setUseOcsp(boolean useOcsp)
OperationStatus verifyStatus(Collection<X509Certificate> certsOnPath, Date date) throws IOException, CertificateException, CRLException, UndefStateException, RevokedException, org.bouncycastle.operator.OperatorCreationException
IOExceptionCertificateExceptionCRLExceptionUndefStateExceptionRevokedExceptionorg.bouncycastle.operator.OperatorCreationExceptionOperationStatus verifyStatusEE(Collection<X509Certificate> certsOnPath, Date date, List<String> crlDist) throws IOException, CertificateException, CRLException, UndefStateException, RevokedException
Copyright © 2020. All rights reserved.