Class AbstractPbeReplacer

java.lang.Object
com.hazelcast.config.replacer.AbstractPbeReplacer
All Implemented Interfaces:
ConfigReplacer
Direct Known Subclasses:
EncryptionReplacer

public abstract class AbstractPbeReplacer
extends Object
implements ConfigReplacer
The common parent for ConfigReplacer implementations which allow to mask values by encrypting the value. This parent class contains shared methods responsible for encryption/decryption. The implementing classes have to provide getPassword() implementation - the password will be used to generate a secret key.