Uses of Class
org.apache.logging.log4j.core.net.ssl.KeyStoreConfigurationException
-
Packages that use KeyStoreConfigurationException Package Description org.apache.logging.log4j.core.net.ssl Log4j 2 SSL support -
-
Uses of KeyStoreConfigurationException in org.apache.logging.log4j.core.net.ssl
Methods in org.apache.logging.log4j.core.net.ssl that throw KeyStoreConfigurationException Modifier and Type Method Description private javax.net.ssl.SSLContext
SslConfiguration. createSslContext(boolean loadDefaultKeyManagerFactory, boolean loadDefaultTrustManagerFactory)
private javax.net.ssl.SSLContext
SslConfiguration. createSslContextBasedOnConfiguration()
private javax.net.ssl.SSLContext
SslConfiguration. createSslContextWithDefaultTrustManagerFactory()
private javax.net.ssl.KeyManagerFactory
SslConfiguration. loadKeyManagerFactory()
-