com.mindbright.asn1
public class ASN1BitString extends ASN1String
valueisSet, 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, setRawdecodeValue, getTag, getType, isSet, setValue, toStringpublic 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()