org.apache.directory.shared.asn1.der
Class DERBitString

java.lang.Object
  extended byorg.apache.directory.shared.asn1.der.DERObject
      extended byorg.apache.directory.shared.asn1.der.DERBitString
All Implemented Interfaces:
DEREncodable

public class DERBitString
extends DERObject

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

DERBitString

public DERBitString(byte[] value)
Basic DERObject constructor.

Method Detail

getOctets

public byte[] getOctets()

encode

public void encode(ASN1OutputStream out)
            throws java.io.IOException
Specified by:
encode in interface DEREncodable
Overrides:
encode in class DERObject
Throws:
java.io.IOException


Copyright © 2004-2008 null. All Rights Reserved.