Class DERTaggedObject

    • Constructor Detail

      • DERTaggedObject

        public DERTaggedObject​(int tagNo,
                               DEREncodable obj)
        Parameters:
        tagNo - the tag number for this object.
        obj - the tagged object.
      • DERTaggedObject

        public DERTaggedObject​(boolean explicit,
                               int tagNo,
                               DEREncodable 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)
        create an implicitly tagged object that contains a zero length sequence.