|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.washington.cs.rfid.security.PasswordField
public class PasswordField
Implements a secure, masked password field.
Constructor Summary | |
---|---|
PasswordField()
|
Method Summary | |
---|---|
static char[] |
getPassword(java.io.InputStream in,
java.lang.String prompt)
Creates a new PasswordField with the specified parameters. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PasswordField()
Method Detail |
---|
public static final char[] getPassword(java.io.InputStream in, java.lang.String prompt) throws java.io.IOException
PasswordField
with the specified parameters.
input
- stream to be used (e.g. System.in)prompt
- The prompt to display to the user.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |