Package com.sshtools.agent.openssh
Class OpenSSHConnectionFactory
java.lang.Object
com.sshtools.agent.openssh.OpenSSHConnectionFactory
- All Implemented Interfaces:
SshAgentConnectionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable)
-
Constructor Details
-
OpenSSHConnectionFactory
public OpenSSHConnectionFactory()
-
-
Method Details
-
createConnection
public SshAgentConnection createConnection(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable) throws IOException - Specified by:
createConnection
in interfaceSshAgentConnectionFactory
- Throws:
IOException
-