public class EnuRevReq
extends com.objsys.asn1j.runtime.Asn1Enumerated
Modifier and Type | Class and Description |
---|---|
static class |
EnuRevReq.Decoder |
Modifier and Type | Field and Description |
---|---|
protected static EnuRevReq |
_bothCheck |
static int |
_BOTHCHECK |
protected static EnuRevReq |
_clrCheck |
static int |
_CLRCHECK |
protected static EnuRevReq |
_eitherCheck |
static int |
_EITHERCHECK |
protected static EnuRevReq |
_noCheck |
static int |
_NOCHECK |
protected static EnuRevReq |
_ocspCheck |
static int |
_OCSPCHECK |
protected static EnuRevReq |
_other |
static int |
_OTHER |
static EnuRevReq.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 |
EnuRevReq(int value_)
Enumerated constructor: this object must be initialized with one
of the following values:
0
1
2
3
4
5
|
Modifier and Type | Method and Description |
---|---|
static EnuRevReq |
bothCheck()
Singleton accessor method for bothCheck.
|
static EnuRevReq |
clrCheck()
Singleton accessor method for clrCheck.
|
static EnuRevReq |
eitherCheck()
Singleton accessor method for eitherCheck.
|
int |
encode(com.objsys.asn1j.runtime.Asn1BerEncodeBuffer buffer,
boolean explicit) |
static EnuRevReq |
noCheck()
Singleton accessor method for noCheck.
|
static EnuRevReq |
ocspCheck()
Singleton accessor method for ocspCheck.
|
static EnuRevReq |
other()
Singleton accessor method for other.
|
void |
print(java.io.PrintStream _out,
java.lang.String _varName,
int _level) |
java.lang.String |
toString() |
static EnuRevReq |
valueOf(int _value)
Returns the instance associated with the value passed.
|
encode, encode, encode, encode, encode, encode, encode, encode, equals, equals, getValue, hashCode, parseValue
public static final int _CLRCHECK
public static final int _OCSPCHECK
public static final int _BOTHCHECK
public static final int _EITHERCHECK
public static final int _NOCHECK
public static final int _OTHER
protected static final EnuRevReq _clrCheck
protected static final EnuRevReq _ocspCheck
protected static final EnuRevReq _bothCheck
protected static final EnuRevReq _eitherCheck
protected static final EnuRevReq _noCheck
protected static final EnuRevReq _other
public static final EnuRevReq.Decoder DECODER
protected EnuRevReq(int value_)
public static EnuRevReq clrCheck()
public static EnuRevReq ocspCheck()
public static EnuRevReq bothCheck()
public static EnuRevReq eitherCheck()
public static EnuRevReq noCheck()
public static EnuRevReq other()
public static EnuRevReq 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 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.