Class Sequence

    • Constructor Detail

      • Sequence

        public Sequence()
        Create constructed TLV with Tag set to ASN.1 SEQUENCE
      • Sequence

        public Sequence​(TLV tlv)
                 throws TLVEncodingException
        Copy constructor Initialize with existing ConstructedTLV object. Does not perform a deep copy. The tag and list of contained objects is reassigned. Caution: If applied to a TLV object embedded in a complex structure remember to update the reference to this object in the parent node.
        Parameters:
        tlv - ConstructedTLV
        Throws:
        TLVEncodingException