| Package | Description |
|---|---|
| org.xipki.qa.ocsp |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
OcspQa.checkOcsp(org.bouncycastle.cert.ocsp.OCSPResp response,
org.xipki.security.IssuerHash issuerHash,
BigInteger serialNumber,
byte[] encodedCert,
OcspCertStatus expectedOcspStatus,
OcspResponseOption responseOption,
Date exptectedRevTime,
boolean noSigVerify) |
ValidationResult |
OcspQa.checkOcsp(org.bouncycastle.cert.ocsp.OCSPResp response,
org.xipki.security.IssuerHash issuerHash,
List<BigInteger> serialNumbers,
Map<BigInteger,byte[]> encodedCerts,
Map<BigInteger,OcspCertStatus> expectedOcspStatuses,
Map<BigInteger,Date> expectedRevTimes,
OcspResponseOption responseOption,
boolean noSigVerify) |
Copyright © 2020. All rights reserved.