public class EzySslContextInitializer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EzySslContextInitializer.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
homeFolderPath |
protected EzySslConfigSetting |
sslConfig |
| Modifier | Constructor and Description |
|---|---|
protected |
EzySslContextInitializer(EzySslContextInitializer.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static EzySslContextInitializer.Builder |
builder() |
protected String |
getPath(String first,
String... more) |
protected String |
getSslConfigFile() |
SSLContext |
init() |
protected EzySslConfig |
loadSslConfig() |
protected EzySslConfigLoader |
newSslConfigLoader() |
protected SSLContext |
newSslContext() |
protected EzySslContextFactoryBuilder |
newSslContextFactoryBuilder() |
protected String homeFolderPath
protected EzySslConfigSetting sslConfig
protected EzySslContextInitializer(EzySslContextInitializer.Builder builder)
public SSLContext init()
protected SSLContext newSslContext()
protected EzySslConfig loadSslConfig()
protected EzySslContextFactoryBuilder newSslContextFactoryBuilder()
protected EzySslConfigLoader newSslConfigLoader()
protected String getSslConfigFile()
public static EzySslContextInitializer.Builder builder()
Copyright © 2021 Young Monkeys. All rights reserved.