|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.der.DERTaggedObject
org.apache.directory.shared.asn1.der.BERTaggedObject
BER TaggedObject
Field Summary |
Fields inherited from class org.apache.directory.shared.asn1.der.DERTaggedObject |
empty, explicit, obj, tag |
Constructor Summary | |
BERTaggedObject(boolean explicit,
int tag,
DEREncodable obj)
|
|
BERTaggedObject(int tag,
DEREncodable obj)
|
Method Summary | |
void |
encode(ASN1OutputStream out)
|
Methods inherited from class org.apache.directory.shared.asn1.der.DERTaggedObject |
getObject, getOctets, getTagNo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BERTaggedObject(int tag, DEREncodable obj)
tag
- the tag number for this object.obj
- the tagged object.public BERTaggedObject(boolean explicit, int tag, DEREncodable obj)
tag
- the tag number for this object.obj
- the tagged object.Method Detail |
public void encode(ASN1OutputStream out) throws java.io.IOException
encode
in interface DEREncodable
encode
in class DERTaggedObject
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |