public class Morph extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENCRYPT_KEY |
static String |
testMorphKey
if testing, and not relying on morph key being there, use this
|
Modifier and Type | Method and Description |
---|---|
static String |
readFileIntoStringUtf8(File file) |
static String |
readFromFileIfFileUtf8(String in,
boolean disableExternalFileLookup) |
static String |
stripPrefix(String string,
String prefix)
strip the prefix off
|
public static final String ENCRYPT_KEY
public static String testMorphKey
public static String stripPrefix(String string, String prefix)
string
- prefix
- public static String readFileIntoStringUtf8(File file)
file
- is the file to read into a stringCopyright © 2016 Internet2. All rights reserved.