public final class VertxHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
setupSSLOptions(org.apache.camel.CamelContext camelContext,
org.apache.camel.support.jsse.SSLContextParameters sslContextParameters,
io.vertx.core.net.TCPSSLOptions tcpsslOptions)
Configures key store and trust store options for the given TCPSSLOptions from the configuration specified on
SSLContextParameters
|
public static void setupSSLOptions(org.apache.camel.CamelContext camelContext,
org.apache.camel.support.jsse.SSLContextParameters sslContextParameters,
io.vertx.core.net.TCPSSLOptions tcpsslOptions)
throws Exception
camelContext - the CamelContextsslContextParameters - the SSL configuration to use for the KeyManagerFactory & TrustManagerFactorytcpsslOptions - the TCPSSLOptions instance to configureExceptionApache Camel