Package org.bouncycastle.cert.ocsp
Class OCSPRespBuilder
java.lang.Object
org.bouncycastle.cert.ocsp.OCSPRespBuilder
base generator for an OCSP response - at the moment this only supports the
generation of responses containing BasicOCSP responses.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
SUCCESSFUL
public static final int SUCCESSFUL- See Also:
-
MALFORMED_REQUEST
public static final int MALFORMED_REQUEST- See Also:
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR- See Also:
-
TRY_LATER
public static final int TRY_LATER- See Also:
-
SIG_REQUIRED
public static final int SIG_REQUIRED- See Also:
-
UNAUTHORIZED
public static final int UNAUTHORIZED- See Also:
-
-
Constructor Details
-
OCSPRespBuilder
public OCSPRespBuilder()
-
-
Method Details
-
build
- Throws:
OCSPException
-