| Package | Description | 
|---|---|
| io.vertx.core.net | |
| io.vertx.core.spi.tls | 
| Modifier and Type | Method and Description | 
|---|---|
SslContextFactory | 
JdkSSLEngineOptions.sslContextFactory()  | 
abstract SslContextFactory | 
SSLEngineOptions.sslContextFactory()  | 
SslContextFactory | 
OpenSSLEngineOptions.sslContextFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultSslContextFactory
The default implementation of  
SslContextFactory that creates and configures a Netty SslContext using a
 SslContextBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
default SslContextFactory | 
SslContextFactory.applicationProtocols(List<String> applicationProtocols)
Set the application protocols to use when using ALPN. 
 | 
SslContextFactory | 
DefaultSslContextFactory.applicationProtocols(List<String> applicationProtocols)  | 
default SslContextFactory | 
SslContextFactory.clientAuth(ClientAuth clientAuth)
Configures the client auth 
 | 
SslContextFactory | 
DefaultSslContextFactory.clientAuth(ClientAuth clientAuth)  | 
default SslContextFactory | 
SslContextFactory.enabledCipherSuites(Set<String> enabledCipherSuites)
Set the enabled cipher suites. 
 | 
SslContextFactory | 
DefaultSslContextFactory.enabledCipherSuites(Set<String> enabledCipherSuites)  | 
default SslContextFactory | 
SslContextFactory.forClient(boolean forClient)
Set whether to build a context for clients or for servers 
 | 
SslContextFactory | 
DefaultSslContextFactory.forClient(boolean forClient)  | 
default SslContextFactory | 
SslContextFactory.keyMananagerFactory(KeyManagerFactory kmf)
Set the key manager factory to use. 
 | 
SslContextFactory | 
DefaultSslContextFactory.keyMananagerFactory(KeyManagerFactory kmf)  | 
default SslContextFactory | 
SslContextFactory.serverName(String serverName)
Set the SNI server name. 
 | 
default SslContextFactory | 
SslContextFactory.trustManagerFactory(TrustManagerFactory tmf)
Set the trust manager factory to use. 
 | 
SslContextFactory | 
DefaultSslContextFactory.trustManagerFactory(TrustManagerFactory tmf)  | 
default SslContextFactory | 
SslContextFactory.useAlpn(boolean useAlpn)
Set whether to use ALPN. 
 | 
SslContextFactory | 
DefaultSslContextFactory.useAlpn(boolean useAlpn)  | 
Copyright © 2024 Eclipse. All rights reserved.