public class PasswordKeyCallback extends PasswordCallback
PasswordCallback
used to represent the key used to encrypt a password value.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Constructor and Description |
|---|
PasswordKeyCallback(String prompt,
boolean echoOn)
Construct a PasswordCallback with a prompt and a boolean specifying whether
the password should be displayed as it is being typed.
|
clearPassword, getPassword, getPrompt, isEchoOn, setPasswordpublic PasswordKeyCallback(String prompt, boolean echoOn)
prompt - The prompt used to request the password.echoOn - true if the password should be displayed as it
is being typedPasswordCallback