Home
last modified time | relevance | path

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

/build/make/tools/signtos/
DSignTos.java76 private static String readPassword(File keyFile) { in readPassword() method in SignTos
107 char[] password = readPassword(keyFile).toCharArray(); in decryptPrivateKey()
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java200 private static String readPassword(File keyFile) { in readPassword() method in SignApk
213 if ((pwd = console.readPassword("[%s]", "Enter password for " + keyFile)) != null) { in readPassword()
240 char[] password = readPassword(keyFile).toCharArray(); in decryptPrivateKey()