Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

W

withDefaultObfuscator(Obfuscator) - Method in class com.github.robtimus.obfuscation.MapObfuscator.Builder
Sets the default obfuscator to use, for entries that have no specific obfuscator defined.
withDefaultObfuscator(Obfuscator) - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
Sets the default obfuscator to use, for entries that have no specific obfuscator defined.
withDefaultObfuscator(Obfuscator) - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
Sets the default obfuscator to use, for properties that have no specific obfuscator defined.
withDefaults() - Method in class com.github.robtimus.obfuscation.Obfuscator.PortionBuilder
Specifies that the default settings should be restored.
withEntry(String, V) - Method in class com.github.robtimus.obfuscation.support.MapBuilder
Adds an entry.
withEntry(String, V, CaseSensitivity) - Method in class com.github.robtimus.obfuscation.support.MapBuilder
Adds an entry.
withFixedLength(int) - Method in class com.github.robtimus.obfuscation.Obfuscator.PortionBuilder
Deprecated.
The total length of obfuscated contents can vary when using this setting, making it possible in certain cases to find the original value that was obfuscated. Use Obfuscator.PortionBuilder.withFixedTotalLength(int) instead.
withFixedTotalLength(int) - Method in class com.github.robtimus.obfuscation.Obfuscator.PortionBuilder
Sets or removes the fixed total length to use for obfuscated contents.
withKey(K, Obfuscator) - Method in class com.github.robtimus.obfuscation.MapObfuscator.Builder
Adds a key to obfuscate the value for.
withKey(String, Obfuscator) - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
Adds a key to obfuscate the value for.
withKey(String, Obfuscator, CaseSensitivity) - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
Adds a key to obfuscate the value for.
withMaskChar(char) - Method in class com.github.robtimus.obfuscation.Obfuscator.PortionBuilder
Sets the char that created obfuscators use for obfuscating.
withProperty(String, Obfuscator) - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
Adds a property to obfuscate.
withProperty(String, Obfuscator, CaseSensitivity) - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
Adds a property to obfuscate.
wrapArray(char[]) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
Creates a CharSequence that wraps a character array.
write(int) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
 
write(char[]) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
 
write(char[], int, int) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
 
write(String) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
 
write(String, int, int) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
 
writer(Appendable) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
Returns an Appendable as a Writer.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2020–2023. All rights reserved.