Home | History | Annotate | Download | only in signapk

Lines Matching defs:readPassword

196     private static String readPassword(File keyFile) {
209 if ((pwd = console.readPassword("[%s]", "Enter password for " + keyFile)) != null) {
236 char[] password = readPassword(keyFile).toCharArray();