public class DLTaggedObject extends ASN1TaggedObject
Constructor and Description |
---|
DLTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj) |
DLTaggedObject(boolean explicit,
int tagClass,
int tagNo,
ASN1Encodable obj) |
DLTaggedObject(int tagNo,
ASN1Encodable encodable) |
DLTaggedObject(int tagClass,
int tagNo,
ASN1Encodable encodable) |
getBaseObject, getBaseUniversal, getExplicitBaseObject, getExplicitBaseTagged, getImplicitBaseTagged, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getLoadedObject, getTagClass, getTagNo, hasContextTag, hasContextTag, hashCode, hasTag, hasTagClass, isExplicit, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTagged, toString
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
getEncoded, getEncoded, hasEncodedTagValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toASN1Primitive
public DLTaggedObject(int tagNo, ASN1Encodable encodable)
public DLTaggedObject(int tagClass, int tagNo, ASN1Encodable encodable)
public DLTaggedObject(boolean explicit, int tagNo, ASN1Encodable obj)
explicit
- true if an explicitly tagged object.tagNo
- the tag number for this object.obj
- the tagged object.public DLTaggedObject(boolean explicit, int tagClass, int tagNo, ASN1Encodable obj)