Class SslConfiguration

java.lang.Object
org.elasticsearch.common.ssl.SslConfiguration

public class SslConfiguration
extends java.lang.Object
A object encapsulating all necessary configuration for an SSL context (client or server). The configuration itself is immutable, but the key config and trust config may depend on reading key and certificate material from files (see getDependentFiles(), and the content of those files may change.