L_CIPHERSUITE

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

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

Member Description
TLS_DHE_RSA_WITH_DES_CBC_SHA [0x12] Type 2.
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA [0x13] Type 1.
TLS_DHE_RSA_AES256_SHA [0x14] Type 3.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C++ Class Library Help