com.mentata.i4c
Class Password

java.lang.Object
  extended bycom.mentata.i4c.Password

public class Password
extends Object

A utility for accepting a command line password.

Author:
Jon Roberts

Constructor Summary
Password()
           
 
Method Summary
static byte[] accept()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Password

public Password()
Method Detail

accept

public static final byte[] accept()
                           throws IOException
Returns:
The password as entered by the user.
Throws:
IOException