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 |
decrypt(String in)
This will decrypt a string from an external file if a slash is there.
|
static String |
decryptIfFile(String in)
This will decrypt a string from an external file if a slash is there.
|
static String |
encrypt(String in) |
static String |
key() |
static void |
main(String[] args) |
public static final String ENCRYPT_KEY
public static String testMorphKey
public static void main(String[] args)
public static String decrypt(String in)
in
- $objectType$public static String decryptIfFile(String in)
in
- $objectType$public static String key()
Copyright © 2016 Internet2. All rights reserved.