public class BERTaggedObject extends ASN1TaggedObject
| Constructor and Description |
|---|
BERTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj) |
BERTaggedObject(boolean explicit,
int tagClass,
int tagNo,
ASN1Encodable obj) |
BERTaggedObject(int tagNo,
ASN1Encodable obj) |
BERTaggedObject(int tagClass,
int tagNo,
ASN1Encodable obj) |
getBaseObject, getBaseUniversal, getExplicitBaseObject, getExplicitBaseTagged, getImplicitBaseTagged, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getLoadedObject, getOptional, getOptional, getOptional, getTagClass, getTagNo, hasContextTag, hasContextTag, hashCode, hasTag, hasTagClass, isExplicit, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTagged, toStringencodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValueclone, finalize, getClass, notify, notifyAll, wait, wait, waittoASN1Primitivepublic BERTaggedObject(int tagNo,
ASN1Encodable obj)
tagNo - the tag number for this object.obj - the tagged object.public BERTaggedObject(int tagClass,
int tagNo,
ASN1Encodable obj)
public BERTaggedObject(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 BERTaggedObject(boolean explicit,
int tagClass,
int tagNo,
ASN1Encodable obj)