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