Searched refs:readPassword (Results 1 – 5 of 5) sorted by relevance
76 private static String readPassword(File keyFile) { in readPassword() method in SignTos107 char[] password = readPassword(keyFile).toCharArray(); in decryptPrivateKey()
202 private static String readPassword(File keyFile) { in readPassword() method in SignApk215 if ((pwd = console.readPassword("[%s]", "Enter password for " + keyFile)) != null) { in readPassword()242 char[] password = readPassword(keyFile).toCharArray(); in decryptPrivateKey()
148 char[] password = System.console().readPassword("Password for the private key file: "); in decryptPrivateKey()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
39773 method public char[] readPassword();39774 method public char[] readPassword(java.lang.String, java.lang.Object...);