|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.der.DERObject
org.apache.directory.shared.asn1.der.DERBitString
public class DERBitString
DER Bit String object.
Field Summary |
---|
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
---|
tag, value |
Constructor Summary | |
---|---|
DERBitString(byte[] value)
Basic DERObject constructor. |
Method Summary | |
---|---|
void |
encode(ASN1OutputStream out)
|
byte[] |
getOctets()
|
Methods inherited from class org.apache.directory.shared.asn1.der.DERObject |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DERBitString(byte[] value)
Method Detail |
---|
public byte[] getOctets()
public void encode(ASN1OutputStream out) throws java.io.IOException
encode
in interface DEREncodable
encode
in class DERObject
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |