Uses of Interface
net.schmizz.sshj.userauth.password.PasswordFinder

Packages that use PasswordFinder
net.schmizz.sshj   
net.schmizz.sshj.userauth.keyprovider   
net.schmizz.sshj.userauth.method   
net.schmizz.sshj.userauth.password   
 

Uses of PasswordFinder in net.schmizz.sshj
 

Methods in net.schmizz.sshj with parameters of type PasswordFinder
 void SSHClient.authPassword(String username, PasswordFinder pfinder)
          Authenticate username using the "password" authentication method and as a fallback basic challenge-response authentication.
 KeyProvider SSHClient.loadKeys(String location, PasswordFinder passwordFinder)
          Creates a KeyProvider instance from given location on the file system.
 KeyProvider SSHClient.loadKeys(String privateKey, String publicKey, PasswordFinder passwordFinder)
          Creates a KeyProvider instance from passed strings.
 

Uses of PasswordFinder in net.schmizz.sshj.userauth.keyprovider
 

Fields in net.schmizz.sshj.userauth.keyprovider declared as PasswordFinder
protected  PasswordFinder PKCS8KeyFile.pwdf
           
 

Methods in net.schmizz.sshj.userauth.keyprovider with parameters of type PasswordFinder
 void PKCS8KeyFile.init(File location, PasswordFinder pwdf)
           
 void FileKeyProvider.init(File location, PasswordFinder pwdf)
           
 void PKCS8KeyFile.init(String privateKey, String publicKey, PasswordFinder pwdf)
           
 void FileKeyProvider.init(String privateKey, String publicKey, PasswordFinder pwdf)
           
 

Uses of PasswordFinder in net.schmizz.sshj.userauth.method
 

Constructors in net.schmizz.sshj.userauth.method with parameters of type PasswordFinder
AuthPassword(PasswordFinder pwdf)
           
PasswordResponseProvider(PasswordFinder pwdf)
           
PasswordResponseProvider(PasswordFinder pwdf, Collection<String> acceptablePrompts)
           
 

Uses of PasswordFinder in net.schmizz.sshj.userauth.password
 

Methods in net.schmizz.sshj.userauth.password that return PasswordFinder
static PasswordFinder PasswordUtils.createOneOff(char[] password)
           
 



Copyright © 2009-2012. All Rights Reserved.