Uses of Class
org.apache.activemq.artemis.core.remoting.impl.ssl.SSLSupport
-
Packages that use SSLSupport Package Description org.apache.activemq.artemis.core.remoting.impl.ssl -
-
Uses of SSLSupport in org.apache.activemq.artemis.core.remoting.impl.ssl
Methods in org.apache.activemq.artemis.core.remoting.impl.ssl that return SSLSupport Modifier and Type Method Description SSLSupportSSLSupport. setCrlPath(String crlPath)SSLSupportSSLSupport. setKeystorePassword(String keystorePassword)SSLSupportSSLSupport. setKeystorePath(String keystorePath)SSLSupportSSLSupport. setKeystoreProvider(String keystoreProvider)SSLSupportSSLSupport. setKeystoreType(String keystoreType)SSLSupportSSLSupport. setSslProvider(String sslProvider)SSLSupportSSLSupport. setTrustAll(boolean trustAll)SSLSupportSSLSupport. setTrustManagerFactoryPlugin(String trustManagerFactoryPlugin)SSLSupportSSLSupport. setTruststorePassword(String truststorePassword)SSLSupportSSLSupport. setTruststorePath(String truststorePath)SSLSupportSSLSupport. setTruststoreProvider(String truststoreProvider)SSLSupportSSLSupport. setTruststoreType(String truststoreType)
-