net.sourceforge.openstego.util
Class PasswordInput

java.lang.Object
  extended bynet.sourceforge.openstego.util.PasswordInput

public class PasswordInput
extends java.lang.Object

Utility class to handle console based password input


Constructor Summary
PasswordInput()
           
 
Method Summary
static java.lang.String readPassword(java.lang.String prompt)
          Method to read password from the console
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordInput

public PasswordInput()
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