public class DLTaggedObject extends ASN1TaggedObject
Constructor and Description |
---|
DLTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj) |
getInstance, getInstance, getLoadedObject, getObject, getObjectParser, getTagNo, hashCode, isEmpty, isExplicit, toString
equals, fromByteArray, toASN1Primitive
getEncoded, getEncoded, hasEncodedTagValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toASN1Primitive
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.