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