org.bouncycastle.asn1
public class BERTaggedObject extends DERTaggedObject
Constructor Summary | |
---|---|
BERTaggedObject(int tagNo, DEREncodable obj) | |
BERTaggedObject(boolean explicit, int tagNo, DEREncodable obj) | |
BERTaggedObject(int tagNo)
create an implicitly tagged object that contains a zero
length sequence. |
Parameters: tagNo the tag number for this object. obj the tagged object.
Parameters: explicit true if an explicitly tagged object. tagNo the tag number for this object. obj the tagged object.