HomeSort by relevance Sort by last modified time
    Searched refs:HOSTKEY_IS_NEW (Results 1 - 3 of 3) sorted by null

  /external/ganymed-ssh2/examples/
SimpleVerifier.java 35 case KnownHosts.HOSTKEY_IS_NEW:
SwingShell.java 392 case KnownHosts.HOSTKEY_IS_NEW:
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 52 public static final int HOSTKEY_IS_NEW = 1;
247 int result = HOSTKEY_IS_NEW;
677 * <li><code>HOSTKEY_IS_NEW</code>: no entries found for this hostname and this type of hostkey</li>

Completed in 157 milliseconds