Package org.elasticsearch.common.ssl
-
Interface Summary Interface Description SslKeyConfig An interface for building a key manager at runtime.SslTrustConfig An interface for building a trust manager at runtime. -
Class Summary Class Description PemKeyConfig ASslKeyConfigthat reads from PEM formatted paths.PemTrustConfig ASslTrustConfigthat reads a list of PEM encoded trusted certificates (CAs) from the file system.SslConfiguration A object encapsulating all necessary configuration for an SSL context (client or server).SslConfigurationKeys Utility class for handling the standard setting keys for use in SSL configuration.SslConfigurationLoader LoadsSslConfigurationfrom settings.StoreKeyConfig ASslKeyConfigthat builds a Key Manager from a keystore file. -
Enum Summary Enum Description SslClientAuthenticationMode The client authentication mode that is used for SSL servers.SslVerificationMode Represents the verification mode to be used for SSL connections. -
Exception Summary Exception Description SslConfigException A base exception for problems that occur while trying to configure SSL.