Searched refs:readEncodedPassword (Results 1 – 1 of 1) sorted by relevance
156 byte[] encodedPwd = readEncodedPassword(System.in); in getPasswords()173 byte[] encodedPwd = readEncodedPassword(in); in getPasswords()368 private static byte[] readEncodedPassword(InputStream in) throws IOException { in readEncodedPassword() method in PasswordRetriever