cipherList

Type: String

The cipherList property of the JadeSSLContext class contains a colon-separated list of ciphers that can be used for the connection object. Separate each cipher with a colon character (:).

As the default value is null (""), you must specify this property before establishing a connection if you want to use a list. When SSL detects a null value, it finds the strongest matching cipher. The connection fails if both ends (that is, the server and client nodes) do not have at least one cipher in common.

SSL selects the strongest common cipher available to both ends of the connection. For details, see "Secure Sockets Layer (SSL) Security", in Chapter 2 of the JADE Object Manager Guide.