Enumeration

CamelNetworkSecurityMethod

since: 3.2

Declaration

enum Camel.NetworkSecurityMethod

Description [src]

Methods for establishing an encrypted (or unencrypted) network connection.

Available since: 3.2

Members

Name Description
CAMEL_NETWORK_SECURITY_METHOD_NONE

Use an unencrypted network connection.

CAMEL_NETWORK_SECURITY_METHOD_SSL_ON_ALTERNATE_PORT

Use SSL by connecting to an alternate port number.

CAMEL_NETWORK_SECURITY_METHOD_STARTTLS_ON_STANDARD_PORT

Use SSL or TLS by connecting to the standard port and invoking STARTTLS before authenticating. This is the recommended method.