| cipherNamesThe allowed ciphers, in order of preference. The allowed values in this list are 'aes256', 'aes128', '3des', and 
'rc4'. If these settings are used with a client handshake, they determine 
the order of the ciphersuites offered in the ClientHello message. If these settings are used with a server handshake, the server will 
choose whichever ciphersuite matches the earliest entry in this list. NOTE: If '3des' is used in this list, but TLS Lite can't find an 
add-on library that supports 3DES, then '3des' will be silently 
removed.The default value is ['aes256', 'aes128', '3des', 'rc4']. 
  
  
    
      Type:
          list
       |