org.apache.directory.shared.asn1.der
Class BERTaggedObject
java.lang.Object
org.apache.directory.shared.asn1.der.DERTaggedObject
org.apache.directory.shared.asn1.der.BERTaggedObject
- All Implemented Interfaces:
- DEREncodable
public class BERTaggedObject
- extends DERTaggedObject
BER TaggedObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BERTaggedObject
public BERTaggedObject(int tag,
DEREncodable obj)
- Parameters:
tag
- the tag number for this object.obj
- the tagged object.
BERTaggedObject
public BERTaggedObject(boolean explicit,
int tag,
DEREncodable obj)
- Parameters:
true
- if an explicitly tagged object.tag
- the tag number for this object.obj
- the tagged object.
encode
public void encode(ASN1OutputStream out)
throws IOException
- Specified by:
encode
in interface DEREncodable
- Overrides:
encode
in class DERTaggedObject
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.