Package com.hazelcast.config
Class SecureStoreConfig
- java.lang.Object
-
- com.hazelcast.config.SecureStoreConfig
-
- Direct Known Subclasses:
JavaKeyStoreSecureStoreConfig
,VaultSecureStoreConfig
public abstract class SecureStoreConfig extends java.lang.Object
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 Summary
Constructors Constructor Description SecureStoreConfig()
-