Class X509KeyPairSettings

java.lang.Object
org.elasticsearch.xpack.core.ssl.X509KeyPairSettings

public class X509KeyPairSettings extends Object
An encapsulation of the configuration options for X.509 Key Pair support in X-Pack security. The most common use is as the private key and associated certificate for SSL/TLS support, but it can also be used for providing signing or encryption keys (if they are X.509 based). This class supports using a KeyStore (with configurable type) or PEM based files.