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) |
ValidationResult |
OcspQa.checkOcsp(org.bouncycastle.cert.ocsp.OCSPResp response,
OcspError expectedOcspError) |