Home
last modified time | relevance | path

Searched refs:readPassword (Results 1 – 2 of 2) sorted by relevance

/build/tools/signtos/
DSignTos.java76 private static String readPassword(File keyFile) { in readPassword() method in SignTos
107 char[] password = readPassword(keyFile).toCharArray(); in decryptPrivateKey()
/build/tools/signapk/
DSignApk.java174 private static String readPassword(File keyFile) { in readPassword() method in SignApk
178 (pwd = console.readPassword("[%s]", "Enter password for " + keyFile)) != null){ in readPassword()
204 char[] password = readPassword(keyFile).toCharArray(); in decryptPrivateKey()