public class SshAgentServer extends Object
| Constructor and Description |
|---|
SshAgentServer(SshAgentConnectionFactory connectionFactory) |
SshAgentServer(SshAgentConnectionFactory connectionFactory,
KeyStore keystore) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(String[] args) |
void |
startListener(SshAgentAcceptor acceptor) |
void |
startUnixSocketListener(String location) |
public SshAgentServer(SshAgentConnectionFactory connectionFactory)
public SshAgentServer(SshAgentConnectionFactory connectionFactory, KeyStore keystore)
public void startListener(SshAgentAcceptor acceptor) throws IOException
IOExceptionpublic void startUnixSocketListener(String location) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2025. All rights reserved.