L_ENCRYPTION_METHOD

Summary

Specifies the encryption mode or algorithm.

Syntax

enum _L_ENCRYPTION_METHOD 
{ 
   L_CRYPT_NONE     = 0x00, 
   L_CRYPT_DES      = 0x01, 
   L_CRYPT_3DES     = 0x02, 
   L_CRYPT_RC4      = 0x03, 
   L_CRYPT_RC2      = 0x04, 
   L_CRYPT_IDEA     = 0x05, 
   L_CRYPT_FORTEZZA = 0x06, 
   L_CRYPT_AES      = 0x07, 
}; 

Members

L_CRYPT_NONE

No encryption. Returned if no secure connection is established.

L_CRYPT_DES

DES encryption.

L_CRYPT_3DES

3DES encryption.

L_CRYPT_RC4

RC4 encryption.

L_CRYPT_RC2

RC2 encryption.

L_CRYPT_IDEA

International Data Encryption Algorithm.

L_CRYPT_FORTEZZA

Fortezza encryption.

L_CRYPT_AES

AES (Advanced encryption standard).

Usage

LDicomNet::GetEncryptionAlgorithmTLS

Help Version 23.0.2024.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.