Package org.apache.juneau.config.mod
Class XorEncodeMod
java.lang.Object
org.apache.juneau.config.mod.Mod
org.apache.juneau.config.mod.XorEncodeMod
Simply XOR+Base64 encoder for obscuring passwords and other sensitive data in INI config files.
This is not intended to be used as strong encryption.
See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
INSTANCE
Reusable XOR-ConfigEncoder instance.
-
-
Constructor Details
-
XorEncodeMod
public XorEncodeMod()Constructor.
-
-
Method Details
-
apply
Description copied from class:Mod
Applies this modification to the specified entry value.Will only be called if
Mod.isApplied(String)
returnsfalse . -
remove
Description copied from class:Mod
Removes this modification to the specified entry value.Will only be called if
Mod.isApplied(String)
returnstrue . -
isApplied
Description copied from class:Mod
Detects whether this modification has been applied.
-