| Modifier and Type | Method and Description |
|---|---|
SSLConfig |
SslConfiguration.getClientSSLConfig() |
SSLConfig |
SslConfiguration.getListenerSSLConfig() |
| Modifier and Type | Method and Description |
|---|---|
static SSLEngine |
Util.configureHttpPipelineForSSL(io.netty.channel.socket.SocketChannel socketChannel,
String host,
int port,
SSLConfig sslConfig)
Configure outbound HTTP pipeline for SSL configuration.
|
static void |
Util.setSslHandshakeTimeOut(SSLConfig sslConfig,
io.netty.handler.ssl.SslHandler sslHandler) |
| Modifier and Type | Method and Description |
|---|---|
SSLConfig |
SSLConfig.setCertPass(String certPass) |
SSLConfig |
SSLConfig.setTrustStore(File trustStore) |
SSLConfig |
SSLConfig.setTrustStorePass(String trustStorePass) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.ssl.SslContext |
SSLHandlerFactory.createHttp2TLSContextForServer(SSLConfig sslConfig)
This method will provide netty ssl context which supports HTTP2 over TLS using
Application Layer Protocol Negotiation (ALPN)
|
| Constructor and Description |
|---|
SSLHandlerFactory(SSLConfig sslConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnectorBootstrap.addSecurity(SSLConfig sslConfig) |
static List<X509Certificate> |
OCSPResponseBuilder.getCertInfo(SSLConfig sslConfig) |
| Modifier and Type | Method and Description |
|---|---|
SSLConfig |
HttpClientChannelInitializer.getSslConfig() |
Copyright © 2022 WSO2. All rights reserved.