java.lang.Object
edu.internet2.middleware.grouperInstaller.morphString.Encrypt

public class Encrypt extends Object
from sh or bat file to encrypt a string
  • Constructor Details

    • Encrypt

      public Encrypt()
  • Method Details

    • password

      public static final char[] password(InputStream in, String prompt) throws IOException
      Parameters:
      in - stream to be used (e.g. System.in)
      prompt - The prompt to display to the user.
      Returns:
      The password as entered by the user.
      Throws:
      IOException