public class TextObfuscator extends Object implements TextMangler
Constructor and Description |
---|
TextObfuscator(int mask) |
Modifier and Type | Method and Description |
---|---|
CharSequence |
mangle(CharSequence input)
Convert a character string into another string without losing information
|
CharSequence |
unmangle(CharSequence input)
Convert a character string into another string without losing information,
reversing the conversion performed by the mangle() method
|
public CharSequence mangle(CharSequence input)
mangle
in interface TextMangler
input
- the character string to be convertedpublic CharSequence unmangle(CharSequence input)
unmangle
in interface TextMangler
input
- a character string produced by calling mangle()Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.