Class DERTaggedObject

    • Constructor Detail

      • DERTaggedObject

        public DERTaggedObject​(boolean explicit,
                               int tagNo,
                               ASN1Encodable obj)
        Parameters:
        explicit - true if an explicitly tagged object.
        tagNo - the tag number for this object.
        obj - the tagged object.
      • DERTaggedObject

        public DERTaggedObject​(int tagNo,
                               ASN1Encodable encodable)