java.lang.Object
edu.internet2.middleware.grouperClientExt.edu.internet2.middleware.morphString.Morph

@Deprecated public class Morph extends Object
Deprecated.
use edu.internet2.middleware.morphString.Morph instead!
  • Field Details

  • Method Details

    • encrypt

      public static String encrypt(String in)
      Deprecated.
      Parameters:
      in - $objectType$
      Returns:
      String
    • decrypt

      public static String decrypt(String in)
      Deprecated.
      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

      public static String decryptIfFile(String in)
      Deprecated.
      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

      public static String key()
      Deprecated.
      Returns:
      the key to encrypt/decrypt