Uses of Class
org.xipki.qa.ocsp.OcspError
-
Packages that use OcspError Package Description org.xipki.qa.ocsp -
-
Uses of OcspError in org.xipki.qa.ocsp
Methods in org.xipki.qa.ocsp that return OcspError Modifier and Type Method Description static OcspErrorOcspError. forCode(int status)static OcspErrorOcspError. forName(String name)static OcspErrorOcspError. valueOf(String name)Returns the enum constant of this type with the specified name.static OcspError[]OcspError. 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 OcspError Modifier and Type Method Description ValidationResultOcspQa. checkOcsp(org.bouncycastle.cert.ocsp.OCSPResp response, OcspError expectedOcspError)
-