Packs a bertlv list of 3-tuples (tag, length, newvalue) into a string
Unpacks a bertlv coded string into a list of 3-tuples (tag, length, newvalue).
Unpacks a simpletlv coded string into a list of 3-tuples (tag, length, newvalue).
Find (and return) all instances of tag in the given tlv structure (as returned by unpack). If num_results is specified then at most that many results will be returned.
Find (and return) all instances of tags in the given tlv structure (as returned by unpack). If num_results is specified then at most that many results will be returned.