public class ObfuscatorExtensions extends Object
ObfuscatorExtensions provides algorithms for obfuscate strings.| Constructor and Description |
|---|
ObfuscatorExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
obfuscateWith(com.google.common.collect.BiMap<Character,de.alpharogroup.crypto.obfuscation.rule.ObfuscationOperationRule<Character,Character>> rules,
String toObfuscate)
Obfuscate with the given
BiMap |
public static String obfuscateWith(com.google.common.collect.BiMap<Character,de.alpharogroup.crypto.obfuscation.rule.ObfuscationOperationRule<Character,Character>> rules, String toObfuscate)
BiMaprules - the rulestoObfuscate - the String object to obfuscateCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.