|
||||||||||
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.DEROctetString
org.apache.directory.shared.asn1.der.BERConstructedOctetString
public class BERConstructedOctetString
Field Summary |
---|
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
---|
tag, value |
Constructor Summary | |
---|---|
BERConstructedOctetString(byte[] string)
|
|
BERConstructedOctetString(java.util.Vector<DEREncodable> octets)
|
Method Summary | |
---|---|
void |
encode(ASN1OutputStream out)
|
java.util.Enumeration<DEREncodable> |
getObjects()
|
Methods inherited from class org.apache.directory.shared.asn1.der.DEROctetString |
---|
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 BERConstructedOctetString(byte[] string)
string
- the octets making up the octet string.public BERConstructedOctetString(java.util.Vector<DEREncodable> octets)
Method Detail |
---|
public java.util.Enumeration<DEREncodable> getObjects()
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 |