DerTaggedObject public class DerTaggedObject : Asn1TaggedObject Documentation Code public DerTaggedObject(int tagNo, Asn1Encodable obj) public DerTaggedObject(int tagClass, int tagNo, Asn1Encodable obj) public DerTaggedObject(bool isExplicit, int tagNo, Asn1Encodable obj) public DerTaggedObject(bool isExplicit, int tagClass, int tagNo, Asn1Encodable obj)