public class HowCertAttribute
extends com.objsys.asn1j.runtime.Asn1Enumerated
Modifier and Type | Class and Description |
---|---|
static class |
HowCertAttribute.Decoder |
Modifier and Type | Field and Description |
---|---|
protected static HowCertAttribute |
_certifiedAttribtes |
static int |
_CERTIFIEDATTRIBTES |
protected static HowCertAttribute |
_claimedAttribute |
static int |
_CLAIMEDATTRIBUTE |
protected static HowCertAttribute |
_either |
static int |
_EITHER |
static HowCertAttribute.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 |
HowCertAttribute(int value_)
Enumerated constructor: this object must be initialized with one
of the following values:
0
1
2
|
Modifier and Type | Method and Description |
---|---|
static HowCertAttribute |
certifiedAttribtes()
Singleton accessor method for certifiedAttribtes.
|
static HowCertAttribute |
claimedAttribute()
Singleton accessor method for claimedAttribute.
|
static HowCertAttribute |
either()
Singleton accessor method for either.
|
int |
encode(com.objsys.asn1j.runtime.Asn1BerEncodeBuffer buffer,
boolean explicit) |
void |
print(java.io.PrintStream _out,
java.lang.String _varName,
int _level) |
java.lang.String |
toString() |
static HowCertAttribute |
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 _CLAIMEDATTRIBUTE
public static final int _CERTIFIEDATTRIBTES
public static final int _EITHER
protected static final HowCertAttribute _claimedAttribute
protected static final HowCertAttribute _certifiedAttribtes
protected static final HowCertAttribute _either
public static final HowCertAttribute.Decoder DECODER
protected HowCertAttribute(int value_)
public static HowCertAttribute claimedAttribute()
public static HowCertAttribute certifiedAttribtes()
public static HowCertAttribute either()
public static HowCertAttribute 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.