gnu.crypto.auth.callback
public class ConsoleCallbackHandler extends AbstractCallbackHandler
System.in and System.out.
| Constructor Summary | |
|---|---|
| ConsoleCallbackHandler() | |
| ConsoleCallbackHandler(PrintStream out) | |
| Method Summary | |
|---|---|
| protected void | handleChoice(ChoiceCallback c) |
| protected void | handleConfirmation(ConfirmationCallback c) |
| protected void | handleLanguage(LanguageCallback c) |
| protected void | handleName(NameCallback c) |
| protected void | handlePassword(PasswordCallback c) |
| protected void | handleTextInput(TextInputCallback c) |
| protected void | handleTextOutput(TextOutputCallback c) |