Home
last modified time | relevance | path

Searched refs:AuthenticationManager (Results 1 – 2 of 2) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DConnection.java17 import ch.ethz.ssh2.auth.AuthenticationManager;
88 private AuthenticationManager am;
184 am = new AuthenticationManager(tm); in authenticateWithDSA()
265 am = new AuthenticationManager(tm); in authenticateWithKeyboardInteractive()
311 am = new AuthenticationManager(tm); in authenticateWithPassword()
362 am = new AuthenticationManager(tm); in authenticateWithNone()
430 am = new AuthenticationManager(tm); in authenticateWithPublicKey()
963 am = new AuthenticationManager(tm); in getRemainingAuthMethods()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/
DAuthenticationManager.java41 public class AuthenticationManager implements MessageHandler class
56 public AuthenticationManager(TransportManager tm) in AuthenticationManager() method in AuthenticationManager