Package | Description |
---|---|
com.github.robtimus.obfuscation |
Contains classes and interfaces for obfuscating text.
|
com.github.robtimus.obfuscation.support |
Contains classes that can help with creating obfuscators.
|
Class and Description |
---|
MapObfuscator
An immutable object that can obfuscate maps so that some or all of their values are obfuscated when their
toString()
method is called. |
MapObfuscator.Builder
A builder for
MapObfuscators . |
MapObfuscator.StringKeyedBuilder
A builder for
MapObfuscators that use String keys. |
Obfuscated
An object that provides obfuscation for another value.
|
Obfuscator
An object that will obfuscate
CharSequences or the contents of Readers . |
Obfuscator.ObfuscatorFunction
A function that can parts of
CharSequence s. |
Obfuscator.PortionBuilder
A builder for obfuscators that obfuscate a specific portion of their input.
|
Obfuscator.Prefix
A prefix of a specific length that uses a specific obfuscator.
|
Obfuscator.SplitPoint
A point in a
CharSequence or Reader to split obfuscation. |
PropertiesObfuscator
An immutable object that can obfuscate
Properties objects so that some or all of their values are obfuscated when their
toString() , list(PrintStream) or
list(PrintWriter) method is called. |
PropertiesObfuscator.Builder
A builder for
PropertiesObfuscators . |
Class and Description |
---|
Obfuscator
An object that will obfuscate
CharSequences or the contents of Readers . |
Copyright © 2020–2023. All rights reserved.