public class StandardScrambler extends 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
|
String |
scramble(String text)
Scramble text, turning it into a String of scrambled data
|
public static StandardScrambler instance
Copyright © 2016. All rights reserved.