Uses of Class
org.xipki.qa.ocsp.OcspResponseOption
-
Packages that use OcspResponseOption Package Description org.xipki.qa.ocsp -
-
Uses of OcspResponseOption in org.xipki.qa.ocsp
Methods in org.xipki.qa.ocsp with parameters of type OcspResponseOption Modifier and Type Method Description ValidationResultOcspQa. checkOcsp(org.bouncycastle.cert.ocsp.OCSPResp response, org.xipki.security.IssuerHash issuerHash, BigInteger serialNumber, byte[] encodedCert, OcspCertStatus expectedOcspStatus, OcspResponseOption responseOption, Instant exptectedRevTime, boolean noSigVerify)ValidationResultOcspQa. 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,Instant> expectedRevTimes, OcspResponseOption responseOption, boolean noSigVerify)
-