Class ASN1TaggedObject

    • Constructor Detail

      • ASN1TaggedObject

        protected ASN1TaggedObject​(boolean explicit,
                                   int tagNo,
                                   ASN1Encodable obj)
        Create a tagged object with the style given by the value of explicit.

        If the object implements ASN1Choice the tag style will always be changed to explicit in accordance with the ASN.1 encoding rules.

        Parameters:
        explicit - true if the object is explicitly tagged.
        tagNo - the tag number for this object.
        obj - the tagged object.
      • ASN1TaggedObject

        protected ASN1TaggedObject​(boolean explicit,
                                   int tagClass,
                                   int tagNo,
                                   ASN1Encodable obj)