org.apache.directory.shared.asn1.der
Class DERBitString
java.lang.Object
org.apache.directory.shared.asn1.der.DERObject
org.apache.directory.shared.asn1.der.DERBitString
- All Implemented Interfaces:
- DEREncodable
public class DERBitString
- extends DERObject
DER Bit String object.
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
tag, value |
Constructor Summary |
DERBitString(byte[] value)
Basic DERObject constructor. |
DERBitString
public DERBitString(byte[] value)
- Basic DERObject constructor.
getOctets
public byte[] getOctets()
encode
public void encode(ASN1OutputStream out)
throws IOException
- Specified by:
encode
in interface DEREncodable
- Overrides:
encode
in class DERObject
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.