Package | Description |
---|---|
org.apache.logging.log4j.core.net.ssl |
Log4j 2 SSL support
|
Modifier and Type | Method and 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)
|
KeyStoreConfiguration |
SslConfiguration.getKeyStoreConfig() |
Modifier and Type | Method and Description |
---|---|
static SslConfiguration |
SslConfiguration.createSSLConfiguration(String protocol,
KeyStoreConfiguration keyStoreConfig,
TrustStoreConfiguration trustStoreConfig)
Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.
|
static SslConfiguration |
SslConfiguration.createSSLConfiguration(String protocol,
KeyStoreConfiguration keyStoreConfig,
TrustStoreConfiguration trustStoreConfig,
boolean verifyHostName)
Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.
|
Copyright © 1999-2021 The Apache Software Foundation. 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.