public class ClassList
extends com.objsys.asn1j.runtime.Asn1BitString
Modifier and Type | Field and Description |
---|---|
static int |
confidential |
static int |
restricted |
static int |
secret |
static int |
topSecret |
static int |
unclassified |
static int |
unmarked |
ASN1VALUE, BITS, HEX, HEXBIN, mStringFormat, numbits, TAG, trimZeroBits, value
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
Constructor and Description |
---|
ClassList()
This constructor creates an empty bit string that can be used in
a decode method call to receive a bit string value.
|
ClassList(java.util.BitSet bitSet)
This constructor initializes the bit string value from the given
BitSet object.
|
ClassList(boolean[] bitValues)
This constructor initializes the bit string value from the given
boolean array.
|
ClassList(byte[] data)
This constructor initializes the bit string value with the
given bytes, using all 8 bits of every byte.
|
ClassList(int numbits_,
byte[] data)
This constructor initializes the bit string value with the
given number of bits and data.
|
ClassList(java.lang.String value_)
This constructor parses the given ASN.1 value text (either a
binary or hex data string) and assigns the values to the internal
bit string.
|
clear, decode, decode, decode, decode, decode, decode, decode, decode, decodeXER, decodeXML, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, equals, equals, getLength, hashCode, isNamedBitStr, isSet, set, set, toBoolArray, toHexString, toInputStream, toString
public static final int unmarked
public static final int unclassified
public static final int restricted
public static final int confidential
public static final int secret
public static final int topSecret
public ClassList()
public ClassList(byte[] data)
data
- Binary bit string contentspublic ClassList(int numbits_, byte[] data)
numbits_
- Number of bitsdata
- Binary bit string contentspublic ClassList(boolean[] bitValues)
bitValues
- The boolean arraypublic ClassList(java.lang.String value_) throws com.objsys.asn1j.runtime.Asn1ValueParseException
com.objsys.asn1j.runtime.Asn1ValueParseException
public ClassList(java.util.BitSet bitSet)
bitSet
- Java BitSet objectCopyright © 2025. All rights reserved.