HomeSort by relevance Sort by last modified time
    Searched defs:hostnames (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.cpp 59 HashSet<String> hostnames; local
61 WebCore::getHostnamesWithCookies(hostnames);
64 copyToVector(hostnames, hostnameList);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 93 * @param hostnames a list of hostname patterns - at least one most be specified. Check out the
99 public void addHostkey(String hostnames[], String serverHostKeyAlgorithm, byte[] serverHostKey) throws IOException
101 if (hostnames == null)
103 throw new IllegalArgumentException("hostnames may not be null");
112 publicKeys.add(new KnownHostsEntry(hostnames, rpk));
121 publicKeys.add(new KnownHostsEntry(hostnames, dpk));
154 * with hashed hostnames to a known_hosts file. (see -H option of OpenSSH key-gen).
442 String[] hostnames = arr[0].split(","); local
448 addHostkey(hostnames, arr[1], msg);
741 * @param hostnames a list of hostname patterns - at least one most be specified. Check out th
    [all...]

Completed in 52 milliseconds