Package com.hazelcast.config
Class SecureStoreConfig
java.lang.Object
com.hazelcast.config.SecureStoreConfig
- Direct Known Subclasses:
- JavaKeyStoreSecureStoreConfig,- VaultSecureStoreConfig
Abstract Secure Store configuration class.
 
 A Secure Store represents an abstraction for interacting
 with systems that manage symmetric encryption keys. Different
 types of Secure Stores are configured by means of corresponding
 SecureStoreConfig sub-classes.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SecureStoreConfigpublic SecureStoreConfig()
 
-