Uses of Class
org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration
Packages that use KeyStoreConfiguration
-
Uses of KeyStoreConfiguration in org.apache.logging.log4j.core.net.ssl
Methods in org.apache.logging.log4j.core.net.ssl that return KeyStoreConfigurationModifier and TypeMethodDescriptionstatic KeyStoreConfigurationKeyStoreConfiguration.createKeyStoreConfiguration(@PluginAttribute String location, @org.apache.logging.log4j.plugins.PluginAttribute(sensitive=true) char[] password, @PluginAttribute String passwordEnvironmentVariable, @PluginAttribute Path passwordFile, @PluginAttribute("type") String keyStoreType, @PluginAttribute String keyManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.SslConfiguration.getKeyStoreConfig()Methods in org.apache.logging.log4j.core.net.ssl with parameters of type KeyStoreConfigurationModifier and TypeMethodDescriptionstatic SslConfigurationSslConfiguration.createSSLConfiguration(@PluginAttribute String protocol, @PluginElement KeyStoreConfiguration keyStoreConfig, @PluginElement TrustStoreConfiguration trustStoreConfig) Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.static SslConfigurationSslConfiguration.createSSLConfiguration(@PluginAttribute String protocol, @PluginElement KeyStoreConfiguration keyStoreConfig, @PluginElement TrustStoreConfiguration trustStoreConfig, @org.apache.logging.log4j.plugins.PluginAttribute boolean verifyHostName) Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.