| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.remoting.impl.ssl | |
| org.apache.activemq.artemis.spi.core.remoting.ssl |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
CachingSSLContextFactory.getCacheKey(SSLContextConfig config,
Map<String,Object> additionalOpts)
Obtains/calculates a cache key for the corresponding
SslContext. |
io.netty.handler.ssl.SslContext |
CachingOpenSSLContextFactory.getClientSslContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
io.netty.handler.ssl.SslContext |
DefaultOpenSSLContextFactory.getClientSslContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
io.netty.handler.ssl.SslContext |
CachingOpenSSLContextFactory.getServerSslContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
io.netty.handler.ssl.SslContext |
DefaultOpenSSLContextFactory.getServerSslContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
SSLContext |
CachingSSLContextFactory.getSSLContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
SSLContext |
DefaultSSLContextFactory.getSSLContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
| Constructor and Description |
|---|
SSLSupport(SSLContextConfig config) |
| Modifier and Type | Method and Description |
|---|---|
SSLContextConfig |
SSLContextConfig.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
SSLContextConfig.Builder |
SSLContextConfig.Builder.from(SSLContextConfig config) |
io.netty.handler.ssl.SslContext |
OpenSSLContextFactory.getClientSslContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
io.netty.handler.ssl.SslContext |
OpenSSLContextFactory.getServerSslContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
default SSLContext |
SSLContextFactory.getSSLContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.