Uses of Class
org.apache.camel.main.SSLConfigurationProperties
-
Uses of SSLConfigurationProperties in org.apache.camel.main
Methods in org.apache.camel.main that return SSLConfigurationPropertiesModifier and TypeMethodDescriptionMainConfigurationProperties.sslConfig()To configure SSL.SSLConfigurationProperties.withCertAlias(String certAlias) An optional certificate alias to use.SSLConfigurationProperties.withCipherSuites(String cipherSuites) List of TLS/SSL cipher suite algorithm names.SSLConfigurationProperties.withCipherSuitesExclude(String cipherSuitesExclude) Filters TLS/SSL cipher suites algorithms names.SSLConfigurationProperties.withCipherSuitesInclude(String cipherSuitesInclude) Filters TLS/SSL cipher suites algorithms names.SSLConfigurationProperties.withClientAuthentication(String clientAuthentication) Sets the configuration for server-side client-authentication requirementsSSLConfigurationProperties.withEnabled(boolean enabled) Enables SSL in your Camel application.SSLConfigurationProperties.withKeyManagerAlgorithm(String keyManagerAlgorithm) Algorithm name used for creating the KeyManagerFactory.SSLConfigurationProperties.withKeyManagerProvider(String keyManagerProvider) To use a specific provider for creating KeyManagerFactory.SSLConfigurationProperties.withKeyStore(String keyStore) The keystore to load.SSLConfigurationProperties.withKeystorePassword(String keystorePassword) Sets the SSL Keystore password.SSLConfigurationProperties.withKeyStoreProvider(String keyStoreProvider) To use a specific provider for creating KeyStore.SSLConfigurationProperties.withKeyStoreType(String keyStoreType) The type of the key store to load.SSLConfigurationProperties.withProvider(String provider) To use a specific provider for creating SSLContext.SSLConfigurationProperties.withSecureRandomAlgorithm(String secureRandomAlgorithm) Algorithm name used for creating the SecureRandom.SSLConfigurationProperties.withSecureRandomProvider(String secureRandomProvider) To use a specific provider for creating SecureRandom.SSLConfigurationProperties.withSecureSocketProtocol(String secureSocketProtocol) The optional protocol for the secure sockets created by the SSLContext.SSLConfigurationProperties.withSessionTimeoutCertAlias(int sessionTimeout) Timeout in seconds to use for SSLContext.SSLConfigurationProperties.withTrustStore(String trustStore) The trust store to load.SSLConfigurationProperties.withTrustStorePassword(String trustStorePassword) Sets the SSL Truststore password.