SSL encryption type (SSLEncryptionType)
This optional property applies to TCP/IP connections only, and specifies the SSL encryption type. The SSLEnabled property must be set to true.
Valid encryption types are STRONG, WEAK and ENULL. STRONG and WEAK reflect the strength of the ciphers, which is related to the key length. All ciphers that can be used for export are in the weak category and the others are in the strong category.
By default, the encryption type is set to WEAK. When ENULL is specified, the IMS™ TM resource adapter uses a cipher specification whose name contains the string "NULL." Null encryption enables authentication during the SSL handshaking process. After the handshaking process for a socket completes, which includes the required authentication, all messages flows over that socket.
The SSLEncryptionType property is case-insensitive.