Package | Description |
---|---|
org.apache.logging.log4j.core.net.ssl |
Log4j 2 SSL support
|
Modifier and Type | Method | Description |
---|---|---|
static TrustStoreConfiguration |
TrustStoreConfiguration.createKeyStoreConfiguration(String location,
char[] password,
String keyStoreType,
String trustManagerFactoryAlgorithm) |
|
static TrustStoreConfiguration |
TrustStoreConfiguration.createKeyStoreConfiguration(String location,
char[] password,
String passwordEnvironmentVariable,
String passwordFile,
String keyStoreType,
String trustManagerFactoryAlgorithm) |
Creates a KeyStoreConfiguration.
|
static TrustStoreConfiguration |
TrustStoreConfiguration.createKeyStoreConfiguration(String location,
String password,
String keyStoreType,
String trustManagerFactoryAlgorithm) |
Deprecated.
Use createKeyStoreConfiguration(String, char[], String, String)
|
TrustStoreConfiguration |
SslConfiguration.getTrustStoreConfig() |
Modifier and Type | Method | Description |
---|---|---|
static SslConfiguration |
SslConfiguration.createSSLConfiguration(String protocol,
KeyStoreConfiguration keyStoreConfig,
TrustStoreConfiguration trustStoreConfig) |
Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.
|
Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.