encryptionAlgorithm
The algorithm that is used to encrypt the file.
Note the following:
Do not use the
DES_EDE3_CBC
algorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm.You can only specify
NONE
if the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.