public class CRLResponseStatus
extends com.objsys.asn1j.runtime.Asn1Enumerated
Modifier and Type | Class and Description |
---|---|
static class |
CRLResponseStatus.Decoder |
Modifier and Type | Field and Description |
---|---|
protected static CRLResponseStatus |
_internalError |
static int |
_INTERNALERROR |
protected static CRLResponseStatus |
_malformedRequest |
static int |
_MALFORMEDREQUEST |
protected static CRLResponseStatus |
_noResult |
static int |
_NORESULT |
protected static CRLResponseStatus |
_successful |
static int |
_SUCCESSFUL |
static CRLResponseStatus.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 |
CRLResponseStatus(int value_)
Enumerated constructor: this object must be initialized with one
of the following values:
0
1
2
3
|
Modifier and Type | Method and Description |
---|---|
int |
encode(com.objsys.asn1j.runtime.Asn1BerEncodeBuffer buffer,
boolean explicit) |
int |
getValue() |
static CRLResponseStatus |
internalError()
Singleton accessor method for internalError.
|
static CRLResponseStatus |
malformedRequest()
Singleton accessor method for malformedRequest.
|
static CRLResponseStatus |
noResult()
Singleton accessor method for noResult.
|
void |
print(java.io.PrintStream _out,
java.lang.String _varName,
int _level) |
static CRLResponseStatus |
successful()
Singleton accessor method for successful.
|
java.lang.String |
toString() |
static CRLResponseStatus |
valueOf(int _value)
Returns the instance associated with the value passed.
|
encode, encode, encode, encode, encode, encode, encode, encode, equals, equals, hashCode, parseValue
public static final int _SUCCESSFUL
public static final int _NORESULT
public static final int _MALFORMEDREQUEST
public static final int _INTERNALERROR
protected static final CRLResponseStatus _successful
protected static final CRLResponseStatus _noResult
protected static final CRLResponseStatus _malformedRequest
protected static final CRLResponseStatus _internalError
public static final CRLResponseStatus.Decoder DECODER
protected CRLResponseStatus(int value_)
public static CRLResponseStatus successful()
public static CRLResponseStatus noResult()
public static CRLResponseStatus malformedRequest()
public static CRLResponseStatus internalError()
public static CRLResponseStatus valueOf(int _value) throws com.objsys.asn1j.runtime.Asn1InvalidEnumException
com.objsys.asn1j.runtime.Asn1InvalidEnumException
public int encode(com.objsys.asn1j.runtime.Asn1BerEncodeBuffer buffer, boolean explicit) throws com.objsys.asn1j.runtime.Asn1Exception
encode
in interface com.objsys.asn1j.runtime.Asn1TypeIF
encode
in class com.objsys.asn1j.runtime.Asn1Enumerated
com.objsys.asn1j.runtime.Asn1Exception
public int getValue()
getValue
in class com.objsys.asn1j.runtime.Asn1Enumerated
public java.lang.String toString()
toString
in class java.lang.Object
public void print(java.io.PrintStream _out, java.lang.String _varName, int _level)
print
in interface com.objsys.asn1j.runtime.Asn1TypeIF
print
in class com.objsys.asn1j.runtime.Asn1Type
Copyright © 2025. All rights reserved.