Bouncy Castle Cryptography 1.22

org.bouncycastle.ocsp
Interface OCSPRespStatus


public interface OCSPRespStatus


Field Summary
static int INTERNAL_ERROR
           
static int MALFORMED_REQUEST
           
static int SIGREQUIRED
           
static int SUCCESSFUL
          note 4 is not used.
static int TRY_LATER
           
static int UNAUTHORIZED
           
 

Field Detail

SUCCESSFUL

public static final int SUCCESSFUL
note 4 is not used.

MALFORMED_REQUEST

public static final int MALFORMED_REQUEST

INTERNAL_ERROR

public static final int INTERNAL_ERROR

TRY_LATER

public static final int TRY_LATER

SIGREQUIRED

public static final int SIGREQUIRED

UNAUTHORIZED

public static final int UNAUTHORIZED

Bouncy Castle Cryptography 1.22