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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
INSTANCEReusable XOR-ConfigEncoder instance.
 
- 
- 
Constructor Details- 
XorEncodeModpublic XorEncodeMod()Constructor.
 
- 
- 
Method Details- 
applyDescription copied from class:ModApplies this modification to the specified entry value.Will only be called if Mod.isApplied(String)returnsfalse .
- 
removeDescription copied from class:ModRemoves this modification to the specified entry value.Will only be called if Mod.isApplied(String)returnstrue .
- 
isAppliedDescription copied from class:ModDetects whether this modification has been applied.
 
-