public class OCSPRespBuilder
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
INTERNAL_ERROR |
|
static int |
MALFORMED_REQUEST |
|
static int |
SIG_REQUIRED |
|
static int |
SUCCESSFUL |
|
static int |
TRY_LATER |
|
static int |
UNAUTHORIZED |
Constructor | Description |
---|---|
OCSPRespBuilder() |
Modifier and Type | Method | Description |
---|---|---|
OCSPResp |
build(int status,
java.lang.Object response) |
public static final int SUCCESSFUL
public static final int MALFORMED_REQUEST
public static final int INTERNAL_ERROR
public static final int TRY_LATER
public static final int SIG_REQUIRED
public static final int UNAUTHORIZED
public OCSPResp build(int status, java.lang.Object response) throws OCSPException
OCSPException