Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
JavaKeyStoreSecureStoreConfig |
JavaKeyStoreSecureStoreConfig.setCurrentKeyAlias(String currentKeyAlias)
Sets the alias for the current encryption key entry.
|
JavaKeyStoreSecureStoreConfig |
JavaKeyStoreSecureStoreConfig.setPassword(String password)
Sets the Java KeyStore password.
|
JavaKeyStoreSecureStoreConfig |
JavaKeyStoreSecureStoreConfig.setPath(File path)
Sets the Java KeyStore file path.
|
JavaKeyStoreSecureStoreConfig |
JavaKeyStoreSecureStoreConfig.setPollingInterval(int pollingInterval)
Sets the polling interval (in seconds) for checking for changes in the KeyStore.
|
JavaKeyStoreSecureStoreConfig |
JavaKeyStoreSecureStoreConfig.setType(String type)
Sets the Java KeyStore type (PKCS12, JCEKS etc.)
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.