Class SSLContextConfig.Builder
java.lang.Object
org.apache.activemq.artemis.spi.core.remoting.ssl.SSLContextConfig.Builder
- Enclosing class:
- SSLContextConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
from
(SSLContextConfig config) keystoreAlias
(String keystoreAlias) keystorePassword
(String keystorePassword) keystorePath
(String keystorePath) keystoreProvider
(String keystoreProvider) keystoreType
(String keystoreType) trustAll
(boolean trustAll) trustManagerFactoryPlugin
(String trustManagerFactoryPlugin) truststorePassword
(String truststorePassword) truststorePath
(String truststorePath) truststoreProvider
(String truststoreProvider) truststoreType
(String truststoreType)
-
Method Details
-
from
-
build
-
keystorePath
-
keystoreType
-
keystorePassword
-
keystoreProvider
-
truststorePath
-
truststoreType
-
truststorePassword
-
truststoreProvider
-
crlPath
-
trustAll
-
keystoreAlias
-
trustManagerFactoryPlugin
-