public class DERTaggedObject extends ASN1TaggedObject
| Constructor and Description |
|---|
DERTaggedObject(boolean explicit,
int tagNo,
ASN1Encodable obj) |
DERTaggedObject(int tagNo,
ASN1Encodable encodable) |
getInstance, getInstance, getLoadedObject, getObject, getObjectParser, getTagNo, hashCode, isEmpty, isExplicit, toStringequals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waittoASN1Primitivepublic DERTaggedObject(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 DERTaggedObject(int tagNo,
ASN1Encodable encodable)