Uses of Class
org.xipki.ocsp.server.OcspResponseStatus
-
Packages that use OcspResponseStatus Package Description org.xipki.ocsp.server -
-
Uses of OcspResponseStatus in org.xipki.ocsp.server
Methods in org.xipki.ocsp.server that return OcspResponseStatus Modifier and Type Method Description static OcspResponseStatusOcspResponseStatus. forValue(int status)static OcspResponseStatusOcspResponseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OcspResponseStatus[]OcspResponseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-