public class StandardScrambler extends java.lang.Object implements Scrambler
Modifier and Type | Field and Description |
---|---|
static StandardScrambler |
instance
The single instance of this class (Singleton design pattern)
|
Modifier and Type | Method and Description |
---|---|
static Scrambler |
getInstance()
Get an instance of the standard scrambler
|
java.lang.String |
scramble(java.lang.String text)
Scramble text, turning it into a String of scrambled data
|
public static StandardScrambler instance
public static Scrambler getInstance()
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.