java.lang.Object
org.elasticsearch.xpack.core.ssl.X509KeyPairSettings
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.-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Setting.AffixSetting<?>> Collection<Setting<?>> Collection<Setting<?>> static X509KeyPairSettingswithPrefix(String prefix, boolean acceptNonSecurePasswords)
-
Method Details
-
withPrefix
-
affix
public static Collection<Setting.AffixSetting<?>> affix(String prefix, String suffixPart, boolean acceptNonSecurePasswords) -
getEnabledSettings
-
getDisabledSettings
-