Class Morph
java.lang.Object
edu.internet2.middleware.morphString.Morph
-
Field Summary
-
Method Summary
-
Field Details
-
ENCRYPT_KEY
- See Also:
-
testMorphKey
if testing, and not relying on morph key being there, use this
-
-
Method Details
-
main
-
encrypt
- Parameters:
in
- $objectType$- Returns:
- String
-
decrypt
This will decrypt a string from an external file if a slash is there. Otherwise it will just return the input since it is just what is being looked for- Parameters:
in
- $objectType$- Returns:
- String
-
decryptIfFile
This will decrypt a string from an external file if a slash is there. Otherwise it will just return the input since it is just what is being looked for- Parameters:
in
- $objectType$- Returns:
- String
-
key
- Returns:
- the key to encrypt/decrypt
-