Uses of Class
com.sshtools.j2ssh.agent.SshAgentClient
-
Packages that use SshAgentClient Package Description com.sshtools.j2ssh.agent -
-
Uses of SshAgentClient in com.sshtools.j2ssh.agent
Fields in com.sshtools.j2ssh.agent declared as SshAgentClient Modifier and Type Field Description protected SshAgentClient
AgentAuthenticationClient. agent
Methods in com.sshtools.j2ssh.agent that return SshAgentClient Modifier and Type Method Description static SshAgentClient
SshAgentClient. connectLocalAgent(java.lang.String application, java.lang.String location)
Connect to the local agent.Methods in com.sshtools.j2ssh.agent with parameters of type SshAgentClient Modifier and Type Method Description void
AgentAuthenticationClient. setAgent(SshAgentClient agent)
-