Package org.apache.logging.log4j.core.net.ssl
Log4j 2 SSL support
-
Interface Summary Interface Description PasswordProvider PasswordProvider implementations are able to produce a password from somewhere. -
Class Summary Class Description AbstractKeyStoreConfiguration Configuration of the KeyStoreEnvironmentPasswordProvider PasswordProvider implementation that obtains the password value from a system environment variable.FilePasswordProvider PasswordProvider that reads password from a file.KeyStoreConfiguration Configuration of the KeyStoreLaxHostnameVerifier An HostnameVerifier which accepts everything.MemoryPasswordProvider Simple PasswordProvider implementation that keeps the password char[] array in memory.SslConfiguration SSL ConfigurationSslConfigurationDefaults SslConfigurationFactory Creates an SSL configuration from Log4j properties.StoreConfiguration<T> TrustStoreConfiguration Configuration of the TrustStore -
Exception Summary Exception Description KeyStoreConfigurationException SslConfigurationException StoreConfigurationException TrustStoreConfigurationException