|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1String
com.mindbright.asn1.ASN1BitString
Field Summary |
Fields inherited from class com.mindbright.asn1.ASN1String |
value |
Fields inherited from class com.mindbright.asn1.ASN1Object |
isSet, tag |
Constructor Summary | |
ASN1BitString()
|
Method Summary | |
byte[] |
getBitArray()
|
int |
getBitCount()
|
boolean[] |
getBooleanArray()
|
void |
setBitArray(byte[] bitArray,
int off,
int bitCount)
|
void |
setBooleanArray(boolean[] bits)
|
java.lang.String |
toPrintableString()
|
Methods inherited from class com.mindbright.asn1.ASN1String |
decodeValue, encodeValue, getRaw, setRaw |
Methods inherited from class com.mindbright.asn1.ASN1Object |
decodeValue, getTag, getType, isSet, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ASN1BitString()
Method Detail |
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |