Package | Description |
---|---|
org.apache.logging.log4j.core.net.ssl |
Log4j 2 SSL support
|
Modifier and Type | Class | Description |
---|---|---|
class |
KeyStoreConfigurationException |
|
class |
TrustStoreConfigurationException |
Modifier and Type | Method | Description |
---|---|---|
static KeyStoreConfiguration |
KeyStoreConfiguration.createKeyStoreConfiguration(String location,
char[] password,
String keyStoreType,
String keyManagerFactoryAlgorithm) |
|
static KeyStoreConfiguration |
KeyStoreConfiguration.createKeyStoreConfiguration(String location,
char[] password,
String passwordEnvironmentVariable,
String passwordFile,
String keyStoreType,
String keyManagerFactoryAlgorithm) |
Creates a KeyStoreConfiguration.
|
static KeyStoreConfiguration |
KeyStoreConfiguration.createKeyStoreConfiguration(String location,
String password,
String keyStoreType,
String keyManagerFactoryAlgorithm) |
Deprecated.
Use createKeyStoreConfiguration(String, char[], String, String)
|
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)
|
protected KeyStore |
AbstractKeyStoreConfiguration.load() |
|
protected T |
StoreConfiguration.load() |
Constructor | Description |
---|---|
AbstractKeyStoreConfiguration(String location,
char[] password,
String keyStoreType) |
Deprecated.
|
AbstractKeyStoreConfiguration(String location,
String password,
String keyStoreType) |
Deprecated.
|
AbstractKeyStoreConfiguration(String location,
PasswordProvider passwordProvider,
String keyStoreType) |
|
KeyStoreConfiguration(String location,
char[] password,
String keyStoreType,
String keyManagerFactoryAlgorithm) |
Deprecated.
|
KeyStoreConfiguration(String location,
String password,
String keyStoreType,
String keyManagerFactoryAlgorithm) |
Deprecated.
|
KeyStoreConfiguration(String location,
PasswordProvider passwordProvider,
String keyStoreType,
String keyManagerFactoryAlgorithm) |
|
TrustStoreConfiguration(String location,
char[] password,
String keyStoreType,
String trustManagerFactoryAlgorithm) |
Deprecated.
|
TrustStoreConfiguration(String location,
String password,
String keyStoreType,
String trustManagerFactoryAlgorithm) |
Deprecated.
|
TrustStoreConfiguration(String location,
PasswordProvider passwordProvider,
String keyStoreType,
String trustManagerFactoryAlgorithm) |
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.