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