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