com.mindbright.asn1
public class ASN1BitString extends ASN1String
value
isSet, tag
Constructor and Description |
---|
ASN1BitString() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBitArray() |
int |
getBitCount() |
boolean[] |
getBooleanArray() |
void |
setBitArray(byte[] bitArray,
int off,
int bitCount) |
void |
setBooleanArray(boolean[] bits) |
java.lang.String |
toPrintableString() |
decodeValue, encodeValue, getRaw, setRaw
decodeValue, getTag, getType, isSet, setValue, toString
public int getBitCount()
public byte[] getBitArray()
public void setBitArray(byte[] bitArray, int off, int bitCount)
public boolean[] getBooleanArray()
public void setBooleanArray(boolean[] bits)
public java.lang.String toPrintableString()