- obfuscateCollection(Collection<E>) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a collection.
- obfuscateCollection(Collection<E>, Function<? super E, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a collection.
- Obfuscated<T> - Class in com.github.robtimus.obfuscation
-
An object that provides obfuscation for another value.
- obfuscateList(List<E>) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a list.
- obfuscateList(List<E>, Function<? super E, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a list.
- obfuscateMap(Map<K, V>) - Method in class com.github.robtimus.obfuscation.MapObfuscator
-
Obfuscates a map.
- obfuscateMap(Map<K, V>, Function<? super V, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.MapObfuscator
-
Obfuscates a map.
- obfuscateMap(Map<K, V>) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a map.
- obfuscateMap(Map<K, V>, Function<? super V, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a map.
- obfuscateObject(T) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a value.
- obfuscateObject(T, Supplier<? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a value.
- obfuscateProperties(Properties) - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator
-
- obfuscateSet(Set<E>) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a set.
- obfuscateSet(Set<E>, Function<? super E, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates a set.
- obfuscateText(CharSequence) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates the contents of a CharSequence
.
- obfuscateText(CharSequence, int, int) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates parts of the contents of a CharSequence
.
- obfuscateText(CharSequence, StringBuilder) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates the contents of a CharSequence
.
- obfuscateText(CharSequence, int, int, StringBuilder) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates parts of the contents of a CharSequence
.
- obfuscateText(CharSequence, StringBuffer) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates the contents of a CharSequence
.
- obfuscateText(CharSequence, int, int, StringBuffer) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates parts of the contents of a CharSequence
.
- obfuscateText(CharSequence, Appendable) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates the contents of a CharSequence
.
- obfuscateText(CharSequence, int, int, Appendable) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates parts of the contents of a CharSequence
.
- obfuscateText(Reader) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates the contents of a Reader
.
- obfuscateText(Reader, Appendable) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Obfuscates the contents of a Reader
.
- obfuscateText(CharSequence, int, int) - Method in interface com.github.robtimus.obfuscation.Obfuscator.ObfuscatorFunction
-
Obfuscates parts of the contents of a CharSequence
.
- ObfuscatingWriter - Class in com.github.robtimus.obfuscation.support
-
Abstract class for writing obfuscated text to character streams.
- ObfuscatingWriter() - Constructor for class com.github.robtimus.obfuscation.support.ObfuscatingWriter
-
- Obfuscator - Class in com.github.robtimus.obfuscation
-
- Obfuscator() - Constructor for class com.github.robtimus.obfuscation.Obfuscator
-
- Obfuscator.ObfuscatorFunction - Interface in com.github.robtimus.obfuscation
-
- Obfuscator.PortionBuilder - Class in com.github.robtimus.obfuscation
-
A builder for obfuscators that obfuscate a specific portion of their input.
- Obfuscator.Prefix - Class in com.github.robtimus.obfuscation
-
A prefix of a specific length that uses a specific obfuscator.
- Obfuscator.SplitPoint - Class in com.github.robtimus.obfuscation
-
- ObfuscatorUtils - Class in com.github.robtimus.obfuscation.support
-
Utility methods that can be used for implementing
Obfuscators
.
- onClose() - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
-
Obfuscates the cached contents.
- onClose() - Method in class com.github.robtimus.obfuscation.support.ObfuscatingWriter
-
Closes the stream, cleaning up any resources.