public class CertInfoReq
extends com.objsys.asn1j.runtime.Asn1Enumerated
Modifier and Type | Class and Description |
---|---|
static class |
CertInfoReq.Decoder |
Modifier and Type | Field and Description |
---|---|
protected static CertInfoReq |
_fullPath |
static int |
_FULLPATH |
protected static CertInfoReq |
_none |
static int |
_NONE |
protected static CertInfoReq |
_signerOnly |
static int |
_SIGNERONLY |
static CertInfoReq.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 |
CertInfoReq(int value_)
Enumerated constructor: this object must be initialized with one
of the following values:
0
1
2
|
Modifier and Type | Method and Description |
---|---|
int |
encode(com.objsys.asn1j.runtime.Asn1BerEncodeBuffer buffer,
boolean explicit) |
static CertInfoReq |
fullPath()
Singleton accessor method for fullPath.
|
static CertInfoReq |
none()
Singleton accessor method for none.
|
void |
print(java.io.PrintStream _out,
java.lang.String _varName,
int _level) |
static CertInfoReq |
signerOnly()
Singleton accessor method for signerOnly.
|
java.lang.String |
toString() |
static CertInfoReq |
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 _NONE
public static final int _SIGNERONLY
public static final int _FULLPATH
protected static final CertInfoReq _none
protected static final CertInfoReq _signerOnly
protected static final CertInfoReq _fullPath
public static final CertInfoReq.Decoder DECODER
protected CertInfoReq(int value_)
public static CertInfoReq none()
public static CertInfoReq signerOnly()
public static CertInfoReq fullPath()
public static CertInfoReq 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.