|
Bouncy Castle Cryptography Library 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.ocsp.OCSPRespGenerator
public class OCSPRespGenerator
base generator for an OCSP response - at the moment this only supports the generation of responses containing BasicOCSP responses.
Field Summary | |
---|---|
static int |
INTERNAL_ERROR
Deprecated. |
static int |
MALFORMED_REQUEST
Deprecated. |
static int |
SIG_REQUIRED
Deprecated. |
static int |
SUCCESSFUL
Deprecated. |
static int |
TRY_LATER
Deprecated. |
static int |
UNAUTHORIZED
Deprecated. |
Constructor Summary | |
---|---|
OCSPRespGenerator()
Deprecated. |
Method Summary | |
---|---|
OCSPResp |
generate(int status,
java.lang.Object response)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public OCSPRespGenerator()
Method Detail |
---|
public OCSPResp generate(int status, java.lang.Object response) throws OCSPException
OCSPException
|
Bouncy Castle Cryptography Library 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |