ASN1Encodable, ASN1TaggedObjectParser, InMemoryRepresentable, Encodablepublic class BERTaggedObject extends ASN1TaggedObject
| Constructor | Description |
|---|---|
BERTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj) |
|
BERTaggedObject(int tagNo) |
create an implicitly tagged object that contains a zero
length sequence.
|
BERTaggedObject(int tagNo,
ASN1Encodable obj) |
toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectequals, fromByteArray, toASN1PrimitivegetInstance, getInstance, getLoadedObject, getObject, getObjectParser, getTagNo, hashCode, isEmpty, isExplicit, toStringpublic BERTaggedObject(int tagNo,
ASN1Encodable obj)
tagNo - the tag number for this object.obj - the tagged object.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(int tagNo)