Class VertxHelper
java.lang.Object
org.apache.camel.component.vertx.common.VertxHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetupSSLOptions(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
-
Method Details
-
setupSSLOptions
public static void setupSSLOptions(org.apache.camel.CamelContext camelContext, org.apache.camel.support.jsse.SSLContextParameters sslContextParameters, io.vertx.core.net.TCPSSLOptions tcpsslOptions) throws Exception Configures key store and trust store options for the given TCPSSLOptions from the configuration specified on SSLContextParameters- Parameters:
camelContext- the CamelContextsslContextParameters- the SSL configuration to use for the KeyManagerFactory invalid input: '&' TrustManagerFactorytcpsslOptions- the TCPSSLOptions instance to configure- Throws:
Exception
-