Package com.sshtools.agent.server
Interface SshAgentConnectionFactory
- All Known Implementing Classes:
OpenSSHConnectionFactory
,RFCConnectionFactory
public interface SshAgentConnectionFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable)
-
Method Details
-
createConnection
SshAgentConnection createConnection(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable) throws IOException - Throws:
IOException
-