Uses of Interface
net.ssh.jsch.UserInfo

Packages that use UserInfo
net.scp   
net.ssh.jsch   
 

Uses of UserInfo in net.scp
 

Classes in net.scp that implement UserInfo
 class SimpleUserInfo
          Copyright DocJava, inc.
 

Uses of UserInfo in net.ssh.jsch
 

Methods in net.ssh.jsch with parameters of type UserInfo
 void Session.setUserInfo(UserInfo userinfo)