L_CIPHERSUITE

enum _L_CIPHERSUITE
{
   TLS_DHE_RSA_WITH_DES_CBC_SHA = 0x12,
   TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = 0x13,  // mandatory standard
};

The L_CIPHERSUITE data type is used by the L_DicomXXXTLS functions to specify the type of ciphersuite used in the TLS Security. Currently, these are the only ciphersuites supported by LEADTOOLS.