public interface TlsSettingsMixin
TlsSettings.| Modifier and Type | Interface and Description |
|---|---|
static interface |
TlsSettingsMixin.Builder
The builder for SSL settings.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Certificate> |
additionalCerts() |
boolean |
authenticate() |
List<String> |
cipherSuites() |
String |
getSniHost() |
List<String> |
protocols() |
boolean |
sendSni() |
String |
sslProvider() |
boolean |
trustAllCerts() |
char[] |
trustStorePassword() |
String |
trustStorePath() |
boolean trustAllCerts()
boolean authenticate()
String sslProvider()
Set<Certificate> additionalCerts()
String trustStorePath()
char[] trustStorePassword()
boolean sendSni()
String getSniHost()
Copyright © 2013–2020 Hotels.com. All rights reserved.