Package | Description |
---|---|
com.sshtools.agent.openssh | |
com.sshtools.agent.rfc | |
com.sshtools.agent.server |
Modifier and Type | Class and Description |
---|---|
class |
OpenSSHAgentConnection
Represents a single connection on the agent server.
|
Modifier and Type | Method and Description |
---|---|
SshAgentConnection |
OpenSSHConnectionFactory.createConnection(KeyStore keystore,
java.io.InputStream in,
java.io.OutputStream out,
java.io.Closeable closeable) |
Modifier and Type | Class and Description |
---|---|
class |
RFCAgentConnection
Represents a single connection on the agent server.
|
Modifier and Type | Method and Description |
---|---|
SshAgentConnection |
RFCConnectionFactory.createConnection(KeyStore keystore,
java.io.InputStream in,
java.io.OutputStream out,
java.io.Closeable closeable) |
Modifier and Type | Method and Description |
---|---|
SshAgentConnection |
SshAgentConnectionFactory.createConnection(KeyStore keystore,
java.io.InputStream in,
java.io.OutputStream out,
java.io.Closeable closeable) |
Copyright © 2023. All rights reserved.