public class ServerSslConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
CertificateConfig |
certificate
The server certificate configuration.
|
Optional<List<String>> |
cipherSuites
The cipher suites to use.
|
io.vertx.core.http.ClientAuth |
clientAuth
Configures the engine to require/request client authentication.
|
List<String> |
protocols
The list of protocols to explicitly enable.
|
| Constructor and Description |
|---|
ServerSslConfig() |
public CertificateConfig certificate
@ConfigItem public Optional<List<String>> cipherSuites
@DefaultConverter @ConfigItem(defaultValue="TLSv1.3,TLSv1.2") public List<String> protocols
@ConfigItem(defaultValue="NONE") public io.vertx.core.http.ClientAuth clientAuth
Copyright © 2020 JBoss by Red Hat. All rights reserved.