Bouncy Castle Cryptography Library 1.47

org.bouncycastle.ocsp
Class OCSPRespGenerator

java.lang.Object
  extended by org.bouncycastle.ocsp.OCSPRespGenerator

Deprecated. use classes in org.bouncycastle.cert.ocsp.

public class OCSPRespGenerator
extends java.lang.Object

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

SUCCESSFUL

public static final int SUCCESSFUL
Deprecated. 
See Also:
Constant Field Values

MALFORMED_REQUEST

public static final int MALFORMED_REQUEST
Deprecated. 
See Also:
Constant Field Values

INTERNAL_ERROR

public static final int INTERNAL_ERROR
Deprecated. 
See Also:
Constant Field Values

TRY_LATER

public static final int TRY_LATER
Deprecated. 
See Also:
Constant Field Values

SIG_REQUIRED

public static final int SIG_REQUIRED
Deprecated. 
See Also:
Constant Field Values

UNAUTHORIZED

public static final int UNAUTHORIZED
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

OCSPRespGenerator

public OCSPRespGenerator()
Deprecated. 
Method Detail

generate

public OCSPResp generate(int status,
                         java.lang.Object response)
                  throws OCSPException
Deprecated. 
Throws:
OCSPException

Bouncy Castle Cryptography Library 1.47