Package com.openstego.desktop.util.cmd
Class PasswordInput
- java.lang.Object
-
- com.openstego.desktop.util.cmd.PasswordInput
-
public class PasswordInput extends java.lang.Object
Utility class to handle console based password input
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
readPassword(java.lang.String prompt)
Method to read password from the console
-
-
-
Method Detail
-
readPassword
public static java.lang.String readPassword(java.lang.String prompt) throws OpenStegoException
Method to read password from the console- Parameters:
prompt
- Prompt for the password input- Returns:
- The password as entered by the user
- Throws:
OpenStegoException
-
-