Uses of Class
org.xipki.qa.ocsp.OcspCertStatus
-
Packages that use OcspCertStatus Package Description org.xipki.qa.ocsp -
-
Uses of OcspCertStatus in org.xipki.qa.ocsp
Methods in org.xipki.qa.ocsp that return OcspCertStatus Modifier and Type Method Description static OcspCertStatusOcspCertStatus. forName(String name)static OcspCertStatusOcspCertStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OcspCertStatus[]OcspCertStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.qa.ocsp with parameters of type OcspCertStatus 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)
-