fun obfuscate(: List<String>, : Map<Int, List<IntRange>> = emptyMap()): List<String> (source)
Obfuscates list of texts.
texts - the text list to obfuscate
obfuscatedRanges - a map (texts list indexed) of forced obfuscated ranges
fun obfuscate(: String?, : List<IntRange> = emptyList()): String? (source)
Obfuscates text.
obfuscatedRanges - the forced obfuscation ranges
fun obfuscate(: Map<String, String>): Map<String, String> (source)
Obfuscates a map - usually key-based.
Map
the map to be obfuscated