| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EncryptionAtRestConfig | 
HotRestartPersistenceConfig.getEncryptionAtRestConfig()
Deprecated.  
Returns the Hot Restart Encryption at Rest configuration. 
 | 
EncryptionAtRestConfig | 
PersistenceConfig.getEncryptionAtRestConfig()
Returns the Persistence Encryption at Rest configuration. 
 | 
EncryptionAtRestConfig | 
EncryptionAtRestConfig.setKeySize(int keySize)
Sets the size (in bits) of the Hot Restart Store-level encryption key
 (non-positive value implies falling back to the cipher-specific default
 key length). 
 | 
EncryptionAtRestConfig | 
EncryptionAtRestConfig.setSecureStoreConfig(SecureStoreConfig secureStoreConfig)
Sets the Secure Store configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HotRestartPersistenceConfig | 
HotRestartPersistenceConfig.setEncryptionAtRestConfig(EncryptionAtRestConfig encryptionAtRestConfig)
Deprecated.  
Sets the Hot Restart Encryption at Rest configuration. 
 | 
PersistenceConfig | 
PersistenceConfig.setEncryptionAtRestConfig(EncryptionAtRestConfig encryptionAtRestConfig)
Sets the Persistence Encryption at Rest configuration. 
 | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.