AsnString

    class AsnString(AsnBasicNode)
       This class stores the semantic content of an ASN.1 String.
       Members:
           _name : the name of the type (or var)
           _isOptional : if True, node is optional
           _range : a tuple containing the allowed string size or []