Uses of Class
org.elasticsearch.common.settings.KeyStoreWrapper
-
Packages that use KeyStoreWrapper Package Description org.elasticsearch.common.settings -
-
Uses of KeyStoreWrapper in org.elasticsearch.common.settings
Methods in org.elasticsearch.common.settings that return KeyStoreWrapper Modifier and Type Method Description static KeyStoreWrapperKeyStoreWrapper. create()Constructs a new keystore with the given password.static KeyStoreWrapperKeyStoreWrapper. load(Path configDir)Loads information about the Elasticsearch keystore from the provided config directory.Methods in org.elasticsearch.common.settings with parameters of type KeyStoreWrapper Modifier and Type Method Description static voidKeyStoreWrapper. addBootstrapSeed(KeyStoreWrapper wrapper)Add the bootstrap seed setting, which may be used as a unique, secure, random value by the nodestatic voidKeyStoreWrapper. upgrade(KeyStoreWrapper wrapper, Path configDir, char[] password)Upgrades the format of the keystore, if necessary.
-