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.
|
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
Copyright © 2021 JBoss by Red Hat. All rights reserved.