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

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Connection.java 201 * A wrapper that calls {@link #authenticateWithKeyboardInteractive(String, String[], InteractiveCallback)
212 public synchronized boolean authenticateWithKeyboardInteractive(String user, InteractiveCallback cb)
215 return authenticateWithKeyboardInteractive(user, null, cb);
252 public synchronized boolean authenticateWithKeyboardInteractive(String user, String[] submethods,
    [all...]
  /external/ganymed-ssh2/examples/
SwingShell.java 607 boolean res = conn.authenticateWithKeyboardInteractive(username, il);

Completed in 34 milliseconds