Uses of Class
com.hazelcast.config.EncryptionAtRestConfig
-
Uses of EncryptionAtRestConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionHotRestartPersistenceConfig.getEncryptionAtRestConfig()
Deprecated.Returns the Hot Restart Encryption at Rest configuration.PersistenceConfig.getEncryptionAtRestConfig()
Returns the Persistence Encryption at Rest configuration.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.setSecureStoreConfig
(SecureStoreConfig secureStoreConfig) Sets the Secure Store configuration.Modifier and TypeMethodDescriptionHotRestartPersistenceConfig.setEncryptionAtRestConfig
(EncryptionAtRestConfig encryptionAtRestConfig) Deprecated.Sets the Hot Restart Encryption at Rest configuration.PersistenceConfig.setEncryptionAtRestConfig
(EncryptionAtRestConfig encryptionAtRestConfig) Sets the Persistence Encryption at Rest configuration.