org.bouncycastle.asn1.ocsp
public class OCSPResponseStatus extends DEREnumerated
| Field Summary | |
|---|---|
| static int | INTERNAL_ERROR |
| static int | MALFORMED_REQUEST |
| static int | SIG_REQUIRED |
| static int | SUCCESSFUL |
| static int | TRY_LATER |
| static int | UNAUTHORIZED |
| Constructor Summary | |
|---|---|
| OCSPResponseStatus(int value)
The OCSPResponseStatus enumeration.
| |
| OCSPResponseStatus(DEREnumerated value) | |
OCSPResponseStatus ::= ENUMERATED {
successful (0), --Response has valid confirmations
malformedRequest (1), --Illegal confirmation request
internalError (2), --Internal error in issuer
tryLater (3), --Try again later
--(4) is not used
sigRequired (5), --Must sign the request
unauthorized (6) --Request unauthorized
}