Lines Matching full:console
38 import java.io.Console;170 * Reads the password from console and returns it as a string.175 Console console;177 if((console = System.console()) != null &&178 (pwd = console.readPassword("[%s]", "Enter password for " + keyFile)) != null){