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
IOException
public void startUnixSocketListener(String location) throws IOException
IOException
public void close() throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 2024. All rights reserved.