Home | History | Annotate | Download | only in signapk

Lines Matching refs:stdin

169      * Reads the password from stdin and returns it as a string.
177 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));
179 return stdin.readLine();