- fixedLength(int) - Static method in class com.github.robtimus.obfuscation.Obfuscator
-
Returns an immutable obfuscator that replaces all characters with a fixed number of *
.
- fixedLength(int, char) - Static method in class com.github.robtimus.obfuscation.Obfuscator
-
Returns an immutable obfuscator that replaces all characters with a fixed number of a specific character.
- fixedValue(String) - Static method in class com.github.robtimus.obfuscation.Obfuscator
-
Returns an immutable obfuscator that replaces all characters with a fixed value.
- flush() - Method in class com.github.robtimus.obfuscation.support.ObfuscatingWriter
-
Flushes the stream.
- fromFunction(Function<? super CharSequence, ? extends CharSequence>) - Static method in class com.github.robtimus.obfuscation.Obfuscator
-
Returns an obfuscator that uses a function to obfuscate text.
- fromFunction(Obfuscator.ObfuscatorFunction) - Static method in class com.github.robtimus.obfuscation.Obfuscator
-
Returns an obfuscator that uses a function to obfuscate text.