Confidentiality in the record layer is achieved by using symmetric
block encryption algorithms like 3DES, AES1, or stream algorithms like
ARCFOUR_1282. Ciphers are encryption algorithms that use a single, secret,
key to encrypt and decrypt data. Block algorithms in TLS also provide
protection against statistical analysis of the data. Thus, if you're
using the TLS protocol, a random number of blocks will be
appended to data, to prevent eavesdroppers from guessing the actual
data size.
Supported cipher algorithms:
3DES_CBC3DES_CBC is the DES block cipher algorithm used with triple
encryption (EDE). Has 64 bits block size and is used in CBC mode.
ARCFOUR_128ARCFOUR_40AES_CBCSupported MAC algorithms:
MAC_MD5MAC_SHA