public class OCSPResponseStatus
extends com.objsys.asn1j.runtime.Asn1Enumerated
| Modifier and Type | Class and Description |
|---|---|
static class |
OCSPResponseStatus.Decoder |
| Modifier and Type | Field and Description |
|---|---|
protected static OCSPResponseStatus |
_internalError |
static int |
_INTERNALERROR |
protected static OCSPResponseStatus |
_malformedRequest |
static int |
_MALFORMEDREQUEST |
protected static OCSPResponseStatus |
_sigRequired |
static int |
_SIGREQUIRED |
protected static OCSPResponseStatus |
_successful |
static int |
_SUCCESSFUL |
protected static OCSPResponseStatus |
_tryLater |
static int |
_TRYLATER |
protected static OCSPResponseStatus |
_unauthorized |
static int |
_UNAUTHORIZED |
static OCSPResponseStatus.Decoder |
DECODER |
BIT_STRING, BMPString, BOOLEAN, DATE, DATE_TIME, DURATION, ENUMERATED, EOC, EXTERNAL, GeneralString, GeneralTime, GraphicString, IA5String, INTEGER, NULL, NumericString, OBJECT_IDENTIFIER, ObjectDescriptor, OCTET_STRING, OID_IRI, OpenType, PrintableString, REAL, RELATIVE_OID_IRI, RelativeOID, SEQUENCE, SET, T61String, TeletexString, TIME, TIME_OF_DAY, UniversalString, UTCTime, UTF8String, VideotexString, VisibleString, z| Modifier | Constructor and Description |
|---|---|
protected |
OCSPResponseStatus(int value_)
Enumerated constructor: this object must be initialized with one
of the following values:
0
1
2
3
5
6
|
| Modifier and Type | Method and Description |
|---|---|
int |
encode(com.objsys.asn1j.runtime.Asn1BerEncodeBuffer buffer,
boolean explicit) |
int |
getValue() |
static OCSPResponseStatus |
internalError()
Singleton accessor method for internalError.
|
static OCSPResponseStatus |
malformedRequest()
Singleton accessor method for malformedRequest.
|
void |
print(java.io.PrintStream _out,
java.lang.String _varName,
int _level) |
static OCSPResponseStatus |
sigRequired()
Singleton accessor method for sigRequired.
|
static OCSPResponseStatus |
successful()
Singleton accessor method for successful.
|
java.lang.String |
toString() |
static OCSPResponseStatus |
tryLater()
Singleton accessor method for tryLater.
|
static OCSPResponseStatus |
unauthorized()
Singleton accessor method for unauthorized.
|
static OCSPResponseStatus |
valueOf(int _value)
Returns the instance associated with the value passed.
|
encode, encode, encode, encode, encode, encode, encode, encode, equals, equals, hashCode, parseValuepublic static final int _SUCCESSFUL
public static final int _MALFORMEDREQUEST
public static final int _INTERNALERROR
public static final int _TRYLATER
public static final int _SIGREQUIRED
public static final int _UNAUTHORIZED
protected static final OCSPResponseStatus _successful
protected static final OCSPResponseStatus _malformedRequest
protected static final OCSPResponseStatus _internalError
protected static final OCSPResponseStatus _tryLater
protected static final OCSPResponseStatus _sigRequired
protected static final OCSPResponseStatus _unauthorized
public static final OCSPResponseStatus.Decoder DECODER
protected OCSPResponseStatus(int value_)
public static OCSPResponseStatus successful()
public static OCSPResponseStatus malformedRequest()
public static OCSPResponseStatus internalError()
public static OCSPResponseStatus tryLater()
public static OCSPResponseStatus sigRequired()
public static OCSPResponseStatus unauthorized()
public static OCSPResponseStatus valueOf(int _value) throws com.objsys.asn1j.runtime.Asn1InvalidEnumException
com.objsys.asn1j.runtime.Asn1InvalidEnumExceptionpublic int encode(com.objsys.asn1j.runtime.Asn1BerEncodeBuffer buffer,
boolean explicit)
throws com.objsys.asn1j.runtime.Asn1Exception
encode in interface com.objsys.asn1j.runtime.Asn1TypeIFencode in class com.objsys.asn1j.runtime.Asn1Enumeratedcom.objsys.asn1j.runtime.Asn1Exceptionpublic int getValue()
getValue in class com.objsys.asn1j.runtime.Asn1Enumeratedpublic java.lang.String toString()
toString in class java.lang.Objectpublic void print(java.io.PrintStream _out,
java.lang.String _varName,
int _level)
print in interface com.objsys.asn1j.runtime.Asn1TypeIFprint in class com.objsys.asn1j.runtime.Asn1TypeCopyright © 2025. All rights reserved.