Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractClient - Class in net.sf.sshapi
Abstract implementation of a SshClient.
AbstractClient(SshConfiguration) - Constructor for class net.sf.sshapi.AbstractClient
Constructor.
AbstractDataProducingComponent - Class in net.sf.sshapi
Abstract implementation of SshDataProducingComponent that provides some default common methods.
AbstractDataProducingComponent() - Constructor for class net.sf.sshapi.AbstractDataProducingComponent
 
AbstractFileTransferClient - Class in net.sf.sshapi
Abstract implementation of a file transfer client, providing some useful default methods (currently transfer events).
AbstractFileTransferClient() - Constructor for class net.sf.sshapi.AbstractFileTransferClient
 
AbstractHostKey - Class in net.sf.sshapi.hostkeys
Abstract implementation of an SshHostKey.
AbstractHostKey() - Constructor for class net.sf.sshapi.hostkeys.AbstractHostKey
 
AbstractHostKeyManager - Class in net.sf.sshapi.hostkeys
Abstract implementation of an SshHostKeyManager that provides some default common methods.
AbstractHostKeyManager(SshConfiguration) - Constructor for class net.sf.sshapi.hostkeys.AbstractHostKeyManager
Constructor.
AbstractLifecycleComponent - Class in net.sf.sshapi
Abstract implementation of an SshLifecycleComponent, providing some command methods.
AbstractLifecycleComponent() - Constructor for class net.sf.sshapi.AbstractLifecycleComponent
 
AbstractLifecycleComponentWithEvents - Class in net.sf.sshapi
Abstract implementation of an AbstractLifecycleComponent that fires events when the lifecycle methods are called.
AbstractLifecycleComponentWithEvents() - Constructor for class net.sf.sshapi.AbstractLifecycleComponentWithEvents
 
AbstractPortForward - Class in net.sf.sshapi.forwarding
Abstract implementation of SshPortForward that maintains the AbstractPortForward.isOpen() state for any sub-classes.
AbstractPortForward() - Constructor for class net.sf.sshapi.forwarding.AbstractPortForward
 
AbstractProvider - Class in net.sf.sshapi
Abstract implementation of an SshProvider, providing some common methods.
AbstractProvider(String) - Constructor for class net.sf.sshapi.AbstractProvider
 
AbstractSCPClient - Class in net.sf.sshapi
Abstract implementation of an SCP client.
AbstractSCPClient() - Constructor for class net.sf.sshapi.AbstractSCPClient
 
AbstractSftpClient - Class in net.sf.sshapi.sftp
Abstract implementation of an SftpClient, providing some common methods.
AbstractSftpClient() - Constructor for class net.sf.sshapi.sftp.AbstractSftpClient
 
AbstractSocket - Class in net.sf.sshapi
Abstract implementation of a Socket, used by the Tunneled Sockets feature of SSHAPI and it's providers.
AbstractSocket() - Constructor for class net.sf.sshapi.AbstractSocket
Constructor
AbstractSocket(String, int) - Constructor for class net.sf.sshapi.AbstractSocket
Constructor.
AbstractSocket(InetAddress, int) - Constructor for class net.sf.sshapi.AbstractSocket
Constructor.
AbstractSSHAPIWagon - Class in org.apache.maven.wagon.providers.ssh.sshapi
AbstractJschWagon
AbstractSSHAPIWagon() - Constructor for class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
acl - Variable in class ssh.sftp_attributes_struct
 
add(SshHostKey, boolean) - Method in interface net.sf.sshapi.hostkeys.SshHostKeyManager
Add a key, optionally persisting it to some kind of backing store.
add(SshPublicKey, String) - Method in interface net.sf.sshapi.identity.SshPublicKeySubsystem
Add a new authorized key.
add(SshHostKey, boolean) - Method in class net.sf.sshapi.impl.maverick.MaverickHostKeyManager
 
add(SshHostKey, boolean) - Method in class net.sf.sshapi.impl.maverick16.MaverickHostKeyManager
 
addCapabilities(Collection) - Method in class net.sf.sshapi.vfs.SftpFileSystem
 
addChannelHandler(SshChannelHandler) - Method in class net.sf.sshapi.AbstractClient
 
addChannelHandler(SshChannelHandler) - Method in interface net.sf.sshapi.SshClient
Adds a channel handler to those invoked when custom channel creation requests are received.
addDataListener(SshDataListener) - Method in class net.sf.sshapi.AbstractDataProducingComponent
 
addDataListener(SshDataListener) - Method in class net.sf.sshapi.impl.libssh.LibsshShell
 
addDataListener(SshDataListener) - Method in interface net.sf.sshapi.SshDataProducingComponent
Add a listener to those informed when a component produces data.
addFileTransferListener(SshFileTransferListener) - Method in class net.sf.sshapi.AbstractFileTransferClient
Add a new listener to be informed when file transfers start, progress or stop.
addFileTransferListener(SshFileTransferListener) - Method in interface net.sf.sshapi.SshFileTransferClient
Add a listener to those informed when file transfer events occur.
addKey(SshKeyPair, String) - Method in interface net.sf.sshapi.agent.SshAgent
Add a key to the agent.
addKey(SshKeyPair, String) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
addListener(SshLifecycleListener) - Method in class net.sf.sshapi.AbstractLifecycleComponent
 
addListener(SshLifecycleListener) - Method in interface net.sf.sshapi.SshLifecycleComponent
Add a listener to those informed when the current phase in this components lifecycle changes.
addPortForwardListener(SshPortForwardListener) - Method in class net.sf.sshapi.AbstractClient
 
addPortForwardListener(SshPortForwardListener) - Method in interface net.sf.sshapi.SshClient
Add a listener that is notified when channels are opened on this port forward.
addRequiredCapability(Capability) - Method in class net.sf.sshapi.SshConfiguration
Add a capability we REQUIRE for this configuration
AGENT - Static variable in class net.sf.sshapi.Capability
The provider supports a agent for key authentication.
ALREADY_OPEN - Static variable in exception net.sf.sshapi.SshException
An attempt was made to 'open' a resource, an SshPortForward for example, but the resource was already open.
apply(Pointer, float) - Method in interface ssh.ssh_callbacks_struct.connect_status_function_callback
 
apply(Pointer, Pointer, NativeSize, int, int, Pointer) - Method in interface ssh.SshLibrary.ssh_auth_callback
 
apply(SshLibrary.ssh_bind, Pointer) - Method in interface ssh.SshLibrary.ssh_bind_incoming_connection_callback
 
apply(Pointer, NativeSize, Pointer) - Method in interface ssh.SshLibrary.ssh_callback_data
 
apply(int, Pointer) - Method in interface ssh.SshLibrary.ssh_callback_int
 
apply(int, int, Pointer) - Method in interface ssh.SshLibrary.ssh_callback_int_int
 
apply(SshLibrary.ssh_channel, int, Pointer, NativeSize, Pointer) - Method in interface ssh.SshLibrary.ssh_channel_callback_data
 
apply(SshLibrary.ssh_channel, int, Pointer) - Method in interface ssh.SshLibrary.ssh_channel_callback_int
 
apply(SshLibrary.ssh_session, SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary.ssh_channel_close_callback
 
apply(SshLibrary.ssh_session, SshLibrary.ssh_channel, Pointer, int, int, Pointer) - Method in interface ssh.SshLibrary.ssh_channel_data_callback
 
apply(SshLibrary.ssh_session, SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary.ssh_channel_eof_callback
 
apply(SshLibrary.ssh_session, SshLibrary.ssh_channel, Pointer, int, Pointer, Pointer, Pointer) - Method in interface ssh.SshLibrary.ssh_channel_exit_signal_callback
 
apply(SshLibrary.ssh_session, SshLibrary.ssh_channel, int, Pointer) - Method in interface ssh.SshLibrary.ssh_channel_exit_status_callback
 
apply(SshLibrary.ssh_session, SshLibrary.ssh_channel, Pointer, Pointer) - Method in interface ssh.SshLibrary.ssh_channel_signal_callback
 
apply(SshLibrary.ssh_session, SshLibrary.ssh_message, Pointer) - Method in interface ssh.SshLibrary.ssh_global_request_callback
 
apply(SshLibrary.ssh_session, int, Pointer, Pointer) - Method in interface ssh.SshLibrary.ssh_log_callback
 
apply(SshLibrary.ssh_message, Pointer) - Method in interface ssh.SshLibrary.ssh_message_callback
 
apply(SshLibrary.ssh_session, byte, SshLibrary.ssh_buffer, Pointer) - Method in interface ssh.SshLibrary.ssh_packet_callback
 
apply(SshLibrary.ssh_session, SshLibrary.ssh_message, Pointer) - Method in interface ssh.SshLibrary.ssh_set_message_callback_arg1_ssh_bind_message_callback_callback
 
apply(SshLibrary.ssh_session, float, Pointer) - Method in interface ssh.SshLibrary.ssh_status_callback
 
apply(PointerByReference) - Method in interface ssh.SshLibrary.ssh_thread_callback
 
apply() - Method in interface ssh.SshLibrary.ssh_thread_id_callback
 
atime - Variable in class ssh.sftp_attributes_struct
 
atime64 - Variable in class ssh.sftp_attributes_struct
 
atime_nseconds - Variable in class ssh.sftp_attributes_struct
 
attr - Variable in class ssh.sftp_client_message_struct
 
attr_num - Variable in class ssh.sftp_client_message_struct
 
attrbuf - Variable in class ssh.sftp_client_message_struct
used by sftp_reply_attrs
C type : ssh_buffer
auth_function - Variable in class ssh.ssh_callbacks_struct
This functions will be called if e.g.
authenticate(SshAuthenticator) - Method in class net.sf.sshapi.AbstractClient
 
authenticate(SshAuthenticator[]) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
authenticate(SshAuthenticator[]) - Method in interface net.sf.sshapi.SshClient
Authenticate.
authenticate(SshAuthenticator) - Method in interface net.sf.sshapi.SshClient
Authenticate using a single authenticator.
AUTHENTICATION_ATTEMPTS_EXCEEDED - Static variable in exception net.sf.sshapi.SshException
Too many authentication attempts
AUTHENTICATION_CANCELLED - Static variable in exception net.sf.sshapi.SshException
Authentication was cancelled by user when being prompted for something (password, passphrase etc)
AUTHENTICATION_FAILED - Static variable in exception net.sf.sshapi.SshException
Authentication failed.
AUTO_AGENT_SOCKET_TYPE - Static variable in interface net.sf.sshapi.agent.SshAgent
Try to automatically determine the socket type.
AUTO_PROTOCOL - Static variable in interface net.sf.sshapi.agent.SshAgent
Attempt to determine protocol automatically, falling back to SshAgent.OPENSSH_PROTOCOL if not possible.

B

banner(String) - Method in interface net.sf.sshapi.SshBannerHandler
Display the message as a banner.
banner(String) - Method in class net.sf.sshapi.util.ConsoleBannerHandler
 
basename(String) - Static method in class net.sf.sshapi.util.Util
Get the file portion of a path, i.e the part after the last /.
BatchHostKeyValidator - Class in net.sf.sshapi.util
A simple host key validator that will only allow if a key is already in the provided host key manager.
BatchHostKeyValidator(SshHostKeyManager) - Constructor for class net.sf.sshapi.util.BatchHostKeyValidator
Constructor.
bind(SocketAddress) - Method in class net.sf.sshapi.AbstractSocket
 
buffer - Variable in class ssh.sftp_dir_struct
contains raw attributes from server which haven't been parsed
C type : ssh_buffer
buffer_add_attributes(SshLibrary.ssh_buffer, sftp_attributes_struct) - Method in interface ssh.SshLibrary
Original signature : int buffer_add_attributes(ssh_buffer, sftp_attributes)
native declaration : /usr/include/libssh/sftp.h:771
buffer_free(SshLibrary.ssh_buffer) - Method in interface ssh.SshLibrary
Original signature : void buffer_free(ssh_buffer)
native declaration : /usr/include/libssh/legacy.h:34
buffer_get(SshLibrary.ssh_buffer) - Method in interface ssh.SshLibrary
Original signature : void* buffer_get(ssh_buffer)
native declaration : /usr/include/libssh/legacy.h:35
buffer_get_len(SshLibrary.ssh_buffer) - Method in interface ssh.SshLibrary
Original signature : uint32_t buffer_get_len(ssh_buffer)
native declaration : /usr/include/libssh/legacy.h:36
buffer_new() - Method in interface ssh.SshLibrary
Original signature : ssh_buffer buffer_new()
native declaration : /usr/include/libssh/legacy.h:37
ByReference() - Constructor for class ssh.sftp_attributes_struct.ByReference
 
ByReference() - Constructor for class ssh.sftp_client_message_struct.ByReference
 
ByReference() - Constructor for class ssh.sftp_dir_struct.ByReference
 
ByReference() - Constructor for class ssh.sftp_file_struct.ByReference
 
ByReference() - Constructor for class ssh.sftp_message_struct.ByReference
 
ByReference() - Constructor for class ssh.sftp_packet_struct.ByReference
 
ByReference() - Constructor for class ssh.sftp_request_queue_struct.ByReference
 
ByReference() - Constructor for class ssh.sftp_session_struct.ByReference
 
ByReference() - Constructor for class ssh.sftp_status_message_struct.ByReference
 
ByReference() - Constructor for class ssh.sftp_statvfs_struct.ByReference
 
ByReference() - Constructor for class ssh.ssh_bind_callbacks_struct.ByReference
 
ByReference() - Constructor for class ssh.ssh_callbacks_struct.ByReference
 
ByReference() - Constructor for class ssh.ssh_channel_callbacks_struct.ByReference
 
ByReference() - Constructor for class ssh.ssh_packet_callbacks_struct.ByReference
 
ByReference() - Constructor for class ssh.ssh_socket_callbacks_struct.ByReference
 
ByReference() - Constructor for class ssh.ssh_threads_callbacks_struct.ByReference
 
ByValue() - Constructor for class ssh.sftp_attributes_struct.ByValue
 
ByValue() - Constructor for class ssh.sftp_client_message_struct.ByValue
 
ByValue() - Constructor for class ssh.sftp_dir_struct.ByValue
 
ByValue() - Constructor for class ssh.sftp_file_struct.ByValue
 
ByValue() - Constructor for class ssh.sftp_message_struct.ByValue
 
ByValue() - Constructor for class ssh.sftp_packet_struct.ByValue
 
ByValue() - Constructor for class ssh.sftp_request_queue_struct.ByValue
 
ByValue() - Constructor for class ssh.sftp_session_struct.ByValue
 
ByValue() - Constructor for class ssh.sftp_status_message_struct.ByValue
 
ByValue() - Constructor for class ssh.sftp_statvfs_struct.ByValue
 
ByValue() - Constructor for class ssh.ssh_bind_callbacks_struct.ByValue
 
ByValue() - Constructor for class ssh.ssh_callbacks_struct.ByValue
 
ByValue() - Constructor for class ssh.ssh_channel_callbacks_struct.ByValue
 
ByValue() - Constructor for class ssh.ssh_packet_callbacks_struct.ByValue
 
ByValue() - Constructor for class ssh.ssh_socket_callbacks_struct.ByValue
 
ByValue() - Constructor for class ssh.ssh_threads_callbacks_struct.ByValue
 

C

callbacks - Variable in class ssh.ssh_packet_callbacks_struct
A pointer to n_callbacks packet callbacks
capabilities - Static variable in class net.sf.sshapi.vfs.SftpFileProvider
 
Capability - Class in net.sf.sshapi
Represents a feature that a provider implementation is capable of.
CFG_CHANNEL_CONNECT_TIMEOUT - Static variable in class net.sf.sshapi.impl.jsch.JschSshProvider
Connection timeout for channel
CFG_HTTP_PROXY_USER_AGENT - Static variable in class net.sf.sshapi.impl.maverick.MaverickSshProvider
The User-Agent Maverick identifies itself as when using HTTP proxy connection
CFG_HTTP_PROXY_USER_AGENT - Static variable in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
The User-Agent Maverick identifies itself as when using HTTP proxy connection
CFG_KNOWN_HOSTS_PATH - Static variable in class net.sf.sshapi.SshConfiguration
Location of the known_hosts file.
CFG_KNOWN_HOSTS_REVERSE_DNS - Static variable in class net.sf.sshapi.SshConfiguration
Do reverse DNS lookups for hosts in the known_hosts ( JschHostKeyManager).
CFG_SESSION_CONNECT_TIMEOUT - Static variable in class net.sf.sshapi.impl.jsch.JschSshProvider
Connection timeout for session
CFG_SFTP_MAX_VERSION - Static variable in class net.sf.sshapi.impl.maverick.MaverickSshProvider
SFTP protocol maximum version (defaults to the highest supported by Maverick)
CFG_SFTP_MAX_VERSION - Static variable in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
SFTP protocol maximum version (defaults to the highest supported by Maverick)
CFG_SFTP_MODE - Static variable in class net.sf.sshapi.impl.maverick.MaverickSshProvider
SFTP mode, can be one of SFTP_ALL_MODES, SFTP_OVER_SCP or SFTP_SUBSYSTEM
CFG_SFTP_MODE - Static variable in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
SFTP mode, can be one of SFTP_ALL_MODES, SFTP_OVER_SCP or SFTP_SUBSYSTEM
CFG_SINGLE_X11_CONNECTION - Static variable in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
Single X11 connection
CFG_SINGLE_X11_CONNECTION - Static variable in class net.sf.sshapi.impl.trilead.TrileadSshProvider
Single X11 connection
CFG_SOCKS5_PROXY_LOCAL_LOOKUP - Static variable in class net.sf.sshapi.impl.maverick.MaverickSshProvider
Look up proxied hostnames locally
CFG_SOCKS5_PROXY_LOCAL_LOOKUP - Static variable in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
Look up proxied hostnames locally
challenge(String, String, String[], boolean[]) - Method in interface net.sf.sshapi.auth.SshKeyboardInteractiveAuthenticator
Challenge the user with a number of questions.
challenge(String, String, String[], boolean[]) - Method in class net.sf.sshapi.util.ConsoleKeyboardInteractiveAuthenticator
 
challenge(String, String, String[], boolean[]) - Method in class net.sf.sshapi.util.SimpleKeyboardInteractiveAuthenticator
 
changePassphrase(char[]) - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
Change the passphrase of this key.
channel - Variable in class ssh.sftp_session_struct
 
channel_accept_x11(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
Original signature : ssh_channel channel_accept_x11(ssh_channel, int)
native declaration : /usr/include/libssh/legacy.h:39
channel_change_pty_size(SshLibrary.ssh_channel, int, int) - Method in interface ssh.SshLibrary
Original signature : int channel_change_pty_size(ssh_channel, int, int)
native declaration : /usr/include/libssh/legacy.h:40
channel_close(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_close(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:42
channel_close_function - Variable in class ssh.ssh_channel_callbacks_struct
This functions will be called when the channel has been closed by remote
C type : ssh_channel_close_callback
CHANNEL_DATA_EVENTS - Static variable in class net.sf.sshapi.Capability
The provider reports on channel data events.
channel_data_function - Variable in class ssh.ssh_channel_callbacks_struct
This functions will be called when there is data available.
C type : ssh_channel_data_callback
channel_eof_function - Variable in class ssh.ssh_channel_callbacks_struct
This functions will be called when the channel has received an EOF.
C type : ssh_channel_eof_callback
channel_exit_signal_function - Variable in class ssh.ssh_channel_callbacks_struct
This functions will be called when an exit signal has been received
C type : ssh_channel_exit_signal_callback
channel_exit_status_function - Variable in class ssh.ssh_channel_callbacks_struct
This functions will be called when an exit status has been received
C type : ssh_channel_exit_status_callback
channel_forward_accept(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
Original signature : ssh_channel channel_forward_accept(ssh_session, int)
native declaration : /usr/include/libssh/legacy.h:41
channel_forward_cancel(SshLibrary.ssh_session, Pointer, int) - Method in interface ssh.SshLibrary
channel_forward_cancel(SshLibrary.ssh_session, String, int) - Method in interface ssh.SshLibrary
Original signature : int channel_forward_cancel(ssh_session, const char*, int)
native declaration : /usr/include/libssh/legacy.h:43
channel_forward_listen(SshLibrary.ssh_session, Pointer, int, IntByReference) - Method in interface ssh.SshLibrary
channel_forward_listen(SshLibrary.ssh_session, String, int, IntBuffer) - Method in interface ssh.SshLibrary
Original signature : int channel_forward_listen(ssh_session, const char*, int, int*)
native declaration : /usr/include/libssh/legacy.h:44
channel_free(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : void channel_free(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:45
channel_get_exit_status(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_get_exit_status(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:46
channel_get_session(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : ssh_session channel_get_session(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:47
CHANNEL_HANDLERS - Static variable in class net.sf.sshapi.Capability
The provider supports channel handlers.
channel_is_closed(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_is_closed(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:48
channel_is_eof(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_is_eof(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:49
channel_is_open(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_is_open(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:50
channel_new(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : ssh_channel channel_new(ssh_session)
native declaration : /usr/include/libssh/legacy.h:51
channel_open_forward(SshLibrary.ssh_channel, Pointer, int, Pointer, int) - Method in interface ssh.SshLibrary
channel_open_forward(SshLibrary.ssh_channel, String, int, String, int) - Method in interface ssh.SshLibrary
Original signature : int channel_open_forward(ssh_channel, const char*, int, const char*, int)
native declaration : /usr/include/libssh/legacy.h:52
channel_open_session(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_open_session(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:54
channel_poll(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
Original signature : int channel_poll(ssh_channel, int)
native declaration : /usr/include/libssh/legacy.h:55
channel_read(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
Original signature : int channel_read(ssh_channel, void*, uint32_t, int)
native declaration : /usr/include/libssh/legacy.h:56
channel_read_buffer(SshLibrary.ssh_channel, SshLibrary.ssh_buffer, int, int) - Method in interface ssh.SshLibrary
Original signature : int channel_read_buffer(ssh_channel, ssh_buffer, uint32_t, int)
native declaration : /usr/include/libssh/legacy.h:58
channel_read_nonblocking(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
Original signature : int channel_read_nonblocking(ssh_channel, void*, uint32_t, int)
native declaration : /usr/include/libssh/legacy.h:61
channel_request_env(SshLibrary.ssh_channel, Pointer, Pointer) - Method in interface ssh.SshLibrary
channel_request_env(SshLibrary.ssh_channel, String, String) - Method in interface ssh.SshLibrary
Original signature : int channel_request_env(ssh_channel, const char*, const char*)
native declaration : /usr/include/libssh/legacy.h:63
channel_request_exec(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
channel_request_exec(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
Original signature : int channel_request_exec(ssh_channel, const char*)
native declaration : /usr/include/libssh/legacy.h:64
channel_request_pty(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_request_pty(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:65
channel_request_pty_size(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
channel_request_pty_size(SshLibrary.ssh_channel, String, int, int) - Method in interface ssh.SshLibrary
Original signature : int channel_request_pty_size(ssh_channel, const char*, int, int)
native declaration : /usr/include/libssh/legacy.h:66
channel_request_send_signal(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
channel_request_send_signal(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
Original signature : int channel_request_send_signal(ssh_channel, const char*)
native declaration : /usr/include/libssh/legacy.h:69
channel_request_sftp(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_request_sftp(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:70
channel_request_shell(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_request_shell(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:68
channel_request_subsystem(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
channel_request_subsystem(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
Original signature : int channel_request_subsystem(ssh_channel, const char*)
native declaration : /usr/include/libssh/legacy.h:71
channel_request_x11(SshLibrary.ssh_channel, int, Pointer, Pointer, int) - Method in interface ssh.SshLibrary
channel_request_x11(SshLibrary.ssh_channel, int, String, String, int) - Method in interface ssh.SshLibrary
Original signature : int channel_request_x11(ssh_channel, int, const char*, const char*, int)
native declaration : /usr/include/libssh/legacy.h:72
channel_select(PointerByReference, PointerByReference, PointerByReference, Pointer) - Method in interface ssh.SshLibrary
Original signature : int channel_select(ssh_channel*, ssh_channel*, ssh_channel*, timeval*)
native declaration : /usr/include/libssh/legacy.h:75
channel_send_eof(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int channel_send_eof(ssh_channel)
native declaration : /usr/include/libssh/legacy.h:74
channel_set_blocking(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
Original signature : void channel_set_blocking(ssh_channel, int)
native declaration : /usr/include/libssh/legacy.h:77
channel_signal_function - Variable in class ssh.ssh_channel_callbacks_struct
This functions will be called when a signal has been received
C type : ssh_channel_signal_callback
channel_write(SshLibrary.ssh_channel, Pointer, int) - Method in interface ssh.SshLibrary
Original signature : int channel_write(ssh_channel, const void*, uint32_t)
native declaration : /usr/include/libssh/legacy.h:78
channel_write_stderr(SshLibrary.ssh_channel, Pointer, int) - Method in interface ssh.SshLibrary
Original signature : int channel_write_stderr(ssh_channel, const void*, uint32_t)
native declaration : /usr/include/libssh/server.h:305
channelClosed(int, SshPortForwardTunnel) - Method in interface net.sf.sshapi.forwarding.SshPortForwardListener
A port forwarding channel has been closed.
channelCreated(SshChannel) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
channelCreated(SshChannel) - Method in interface net.sf.sshapi.SshChannelHandler
Called when a new channel with a supported name has been created.
ChannelListenerAdapter - Class in net.sf.sshapi.util
ChannelListenerAdapter() - Constructor for class net.sf.sshapi.util.ChannelListenerAdapter
 
channelOpened(int, SshPortForwardTunnel) - Method in interface net.sf.sshapi.forwarding.SshPortForwardListener
A port forwarding channel has been opened.
checkHost(String, String) - Method in class net.sf.sshapi.hostkeys.AbstractHostKeyManager
 
checkHost(String, String) - Method in class net.sf.sshapi.impl.maverick.MaverickHostKeyManager
 
checkHost(String, String) - Method in class net.sf.sshapi.impl.maverick16.MaverickHostKeyManager
 
checkKnownHostsFile(SshConfiguration) - Static method in class net.sf.sshapi.util.Util
Check the Known Hosts File parent directory exists, creating it if it does.
checkOpen() - Method in class net.sf.sshapi.AbstractLifecycleComponentWithEvents
 
chgrp(String, int) - Method in interface net.sf.sshapi.sftp.SftpClient
Change the owning group of a remote file.
chmod(String, int) - Method in interface net.sf.sshapi.sftp.SftpClient
Change the permission of a remove file.
chown(String, int) - Method in interface net.sf.sshapi.sftp.SftpClient
Change the owner of a remote file.
CIPHER_3DES - Static variable in class net.sf.sshapi.SshConfiguration
SSH1 Cipher
CIPHER_AES128_CBC - Static variable in class net.sf.sshapi.SshConfiguration
The AES CBC Cipher
CIPHER_BLOWFISH_CBC - Static variable in class net.sf.sshapi.SshConfiguration
The Blowfish CBC cipher
CIPHER_DES - Static variable in class net.sf.sshapi.SshConfiguration
SSH1 Cipher
CIPHER_TRIPLEDES_CBC - Static variable in class net.sf.sshapi.SshConfiguration
The 3DES CBC cipher
cleanupGetTransfer(Resource) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
cleanupGetTransfer(Resource) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
cleanupPutTransfer(Resource) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
cleanupPutTransfer(Resource) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
client_version - Variable in class ssh.sftp_session_struct
 
close() - Method in class net.sf.sshapi.AbstractLifecycleComponentWithEvents
 
close() - Method in class net.sf.sshapi.AbstractSocket
 
close() - Method in class net.sf.sshapi.forwarding.AbstractPortForward
 
close() - Method in interface net.sf.sshapi.forwarding.SshPortForward
Close the tunnel.
close() - Method in class net.sf.sshapi.impl.libssh.LibsshInputStream
 
close() - Method in class net.sf.sshapi.impl.libssh.LibsshOutputStream
 
close() - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
close() - Method in interface net.sf.sshapi.SshLifecycleComponent
Close this component.
closeConnection() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
closeConnection() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
closed(SshLifecycleComponent) - Method in interface net.sf.sshapi.SshLifecycleListener
A channel is c;osed.
closed(SshLifecycleComponent) - Method in class net.sf.sshapi.util.ChannelListenerAdapter
 
closing(SshLifecycleComponent) - Method in interface net.sf.sshapi.SshLifecycleListener
A channel is closing.
closing(SshLifecycleComponent) - Method in class net.sf.sshapi.util.ChannelListenerAdapter
 
Code(String) - Constructor for class net.sf.sshapi.SshException.Code
Constructor.
compareTo(Object) - Method in class net.sf.sshapi.Logger.Level
 
COMPRESSION_NONE - Static variable in class net.sf.sshapi.SshConfiguration
Compression off
COMPRESSION_ZLIB - Static variable in class net.sf.sshapi.SshConfiguration
Optional zlib compression
concatenatePaths(String, String) - Static method in class net.sf.sshapi.util.Util
Concatenate two paths, removing any additional leading/trailing slashes.
configure(SshConfiguration) - Method in class net.sf.sshapi.util.XDetails
Apply the discovered details to the configuration.
connect(SocketAddress, int) - Method in class net.sf.sshapi.AbstractSocket
 
connect(String, String, int) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
connect(String, String, int) - Method in interface net.sf.sshapi.SshClient
Connect to specified host and port using the provided username.
connect_status_function - Variable in class ssh.ssh_callbacks_struct
This function gets called during connection time to indicate the
percentage of connection steps completed.
C type : connect_status_function_callback
connected - Variable in class ssh.ssh_socket_callbacks_struct
This function is called when the ssh_socket_connect was used on the socket
on nonblocking state, and the connection successed.
C type : ssh_callback_int_int
connectToLocalAgent(String, String, int, int) - Method in class net.sf.sshapi.AbstractProvider
 
connectToLocalAgent(String, int) - Method in class net.sf.sshapi.AbstractProvider
 
connectToLocalAgent(String) - Method in class net.sf.sshapi.AbstractProvider
 
connectToLocalAgent(String, int) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
connectToLocalAgent(String, String, int, int) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
connectToLocalAgent(String) - Method in interface net.sf.sshapi.SshProvider
Create a connection to the local agent using default or auto-detected settings.
connectToLocalAgent(String, int) - Method in interface net.sf.sshapi.SshProvider
Create a connection to the local agent using default or auto-detected settings.
connectToLocalAgent(String, String, int, int) - Method in interface net.sf.sshapi.SshProvider
Create a connection to the local agent.
ConsoleBannerHandler - Class in net.sf.sshapi.util
Simple SshBannerHandler that outputs a message to the console
ConsoleBannerHandler() - Constructor for class net.sf.sshapi.util.ConsoleBannerHandler
 
ConsoleHostKeyValidator - Class in net.sf.sshapi.util
A simple host key validator that prompts to accept or reject on the console.
ConsoleHostKeyValidator() - Constructor for class net.sf.sshapi.util.ConsoleHostKeyValidator
Constructor without host key manager.
ConsoleHostKeyValidator(SshHostKeyManager) - Constructor for class net.sf.sshapi.util.ConsoleHostKeyValidator
Constructor using a host key manager.
ConsoleKeyboardInteractiveAuthenticator - Class in net.sf.sshapi.util
Simple keyboard interactive authenticator that prompts for answers on the console.
ConsoleKeyboardInteractiveAuthenticator() - Constructor for class net.sf.sshapi.util.ConsoleKeyboardInteractiveAuthenticator
 
ConsoleLogger - Class in net.sf.sshapi.util
Simple console logger
ConsoleLogger() - Constructor for class net.sf.sshapi.util.ConsoleLogger
 
ConsolePasswordAuthenticator - Class in net.sf.sshapi.util
A simple authenticator that prompts for passwords and passphrases on the console
ConsolePasswordAuthenticator() - Constructor for class net.sf.sshapi.util.ConsolePasswordAuthenticator
 
controlflow - Variable in class ssh.ssh_socket_callbacks_struct
This function will be called each time a controlflow state changes, i.e.
the socket is available for reading or writing.
C type : ssh_callback_int
count - Variable in class ssh.sftp_dir_struct
 
create() - Method in class net.sf.sshapi.DefaultChannelData
 
create(SshKeyPair, int, char[], String) - Method in interface net.sf.sshapi.identity.SshIdentityManager
Create a SshPrivateKeyFile that will allow you obtain a formatted version of a SshPrivateKey for storage.
create(SshPublicKey, String, String, int) - Method in interface net.sf.sshapi.identity.SshIdentityManager
Create a Public Key File that may be used to write authorized_keys files or other public key storage systems.
create(SshKeyPair, int, char[], String) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
create(SshPublicKey, String, String, int) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
create(SshKeyPair, int, char[], String) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
create(SshPublicKey, String, String, int) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
create() - Method in interface net.sf.sshapi.SshChannel.ChannelData
Called after the channel has been created by the factory.
createAuthenticatorMap(SshAuthenticator[]) - Method in class net.sf.sshapi.AbstractClient
 
createChannel(String, byte[]) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
createChannel(String, byte[]) - Method in interface net.sf.sshapi.SshChannelHandler
Called when a new channel with a supported name has been created.
createClient(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
 
createClient() - Method in class net.sf.sshapi.SshConfiguration
Utility to create a client that may be used with this configuration.
createClient(SshConfiguration) - Method in interface net.sf.sshapi.SshProvider
Create a new client instance with the specified configuration.
createCommand(String) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
createCommand(String) - Method in interface net.sf.sshapi.SshClient
Execute a command on the remote server.
createConnection(String, int, String, String, FileSystemOptions) - Static method in class net.sf.sshapi.vfs.SshClientFactory
Create a new SSH client.
createFile(AbstractFileName) - Method in class net.sf.sshapi.vfs.SftpFileSystem
 
createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
 
createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
createHostKeyManager(SshConfiguration) - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
createHostKeyManager(SshConfiguration) - Method in interface net.sf.sshapi.SshProvider
Create a SshHostKeyManager that may be used to list, add and remove valid host keys.
createIdentityManager(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
 
createIdentityManager(SshConfiguration) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
createIdentityManager(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
createIdentityManager(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
createIdentityManager(SshConfiguration) - Method in interface net.sf.sshapi.SshProvider
Create an @SshIdentityManager (if supported)
createLocalForward(String, int, String, int) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
createLocalForward(String, int, String, int) - Method in interface net.sf.sshapi.SshClient
Create a local forward.
createPrivateKeyFromStream(InputStream) - Method in interface net.sf.sshapi.identity.SshIdentityManager
Parse a stream that provides a private key in some supported format.
createPrivateKeyFromStream(InputStream) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
createPrivateKeyFromStream(InputStream) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
createProviderInstance(String) - Static method in class net.sf.sshapi.DefaultProviderFactory
 
createPublicKeyFromStream(InputStream) - Method in interface net.sf.sshapi.identity.SshIdentityManager
Parse a stream that provides a public key in some supported format.
createPublicKeyFromStream(InputStream) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
createPublicKeyFromStream(InputStream) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
createPublicKeySubsystem() - Method in class net.sf.sshapi.AbstractClient
 
createPublicKeySubsystem() - Method in interface net.sf.sshapi.SshClient
Create an instance of a SshPublicKeySubsystem, if the provider supports it.
createRemoteForward(String, int, String, int) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
createRemoteForward(String, int, String, int) - Method in interface net.sf.sshapi.SshClient
Create a remote forward.
createSCPClient() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
createSCPClient() - Method in interface net.sf.sshapi.SshClient
Create a new SCP client.
createSftpClient() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
createSftpClient() - Method in interface net.sf.sshapi.SshClient
Create a new SFTP client that may be used to perform file operations.
createShell(String, int, int, int, int, byte[]) - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
createShell(String, int, int, int, int, byte[]) - Method in interface net.sf.sshapi.SshClient
Create a new shell.
createtime - Variable in class ssh.sftp_attributes_struct
 
createtime_nseconds - Variable in class ssh.sftp_attributes_struct
 
createTunneledSocketFactory() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
createTunneledSocketFactory() - Method in interface net.sf.sshapi.SshClient
Create a SocketFactory whose connections are actually tunneled over this SSH connection and made from the remote machine.

D

data(SshDataProducingComponent, int, byte[], int, int) - Method in interface net.sf.sshapi.SshDataListener
Data has traveled over this channel.
data - Variable in class ssh.sftp_client_message_struct
can be newpath of rename()
C type : ssh_string
data - Variable in class ssh.ssh_socket_callbacks_struct
This function will be called each time data appears on socket.
DATA_TIMEOUTS - Static variable in class net.sf.sshapi.Capability
Allows setting of timeouts on the connection.
DEBUG - Static variable in class net.sf.sshapi.Logger.Level
Most extreme logging, should only be required to diagnose problems
decrypt(char[]) - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
Decrypt a formatted key.
DefaultAgentAuthenticator - Class in net.sf.sshapi.util
Default implementation of an SshAgentAuthenticator.
DefaultAgentAuthenticator(SshAgent) - Constructor for class net.sf.sshapi.util.DefaultAgentAuthenticator
Constructor.
DefaultChannelData - Class in net.sf.sshapi
 
DefaultChannelData(int, int, long, byte[]) - Constructor for class net.sf.sshapi.DefaultChannelData
 
DefaultChannelData(int, int, long, byte[], byte[]) - Constructor for class net.sf.sshapi.DefaultChannelData
 
DefaultGSSAuthenticator - Class in net.sf.sshapi.util
Default implementation of an SshGSSAPIAuthenticator.
DefaultGSSAuthenticator(String) - Constructor for class net.sf.sshapi.util.DefaultGSSAuthenticator
Constructor.
DefaultProviderFactory - Class in net.sf.sshapi
Default implementation of a SshProviderFactory that by default searches for known implementations on the classpath.
DefaultProviderFactory() - Constructor for class net.sf.sshapi.DefaultProviderFactory
Constructor
deleteAllKeys() - Method in interface net.sf.sshapi.agent.SshAgent
Delete all the keys held by the agent.
deleteAllKeys() - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
deleteKey(SshPublicKey, String) - Method in interface net.sf.sshapi.agent.SshAgent
Delete a key held by the agent
deleteKey(SshPublicKey, String) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
delTree(File) - Static method in class net.sf.sshapi.util.Util
Recursively delete a file and all of it's children.
dirname(String) - Static method in class net.sf.sshapi.util.Util
Get the directory portion of a file path.
disconnect() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
disconnect() - Method in interface net.sf.sshapi.SshClient
Disconnect this client.
doAttach() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doClose() - Method in class net.sf.sshapi.AbstractSocket
 
doCloseCommunicationLink() - Method in class net.sf.sshapi.vfs.SftpFileSystem
 
doCreateClient(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
 
doCreateClient(SshConfiguration) - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
doCreateClient(SshConfiguration) - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
doCreateClient(SshConfiguration) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
doCreateClient(SshConfiguration) - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
doCreateClient(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
doCreateClient(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
doCreateClient(SshConfiguration) - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
doCreateFileSystem(FileName, FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileProvider
 
doCreateFolder() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doDelete() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doDetach() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doGetAttributes() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doGetContentSize() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doGetInputStream() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doGetKeysForHost(String, String) - Method in class net.sf.sshapi.hostkeys.AbstractHostKeyManager
Default simple implementation.
doGetLastModifiedTime() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doGetOutputStream(boolean) - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doGetRandomAccessContent(RandomAccessMode) - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doGetType() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doIsHidden() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doListChildren() - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doPut(String, String, File, boolean) - Method in class net.sf.sshapi.AbstractSCPClient
Sub-classes should implement this to perform the actual upload of the file(s).
doPut(String, String, File, boolean) - Method in class net.sf.sshapi.impl.libssh.LibsshSCPClient
 
doRename(FileObject) - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doSetAttribute(String, Object) - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doSetLastModifiedTime(long) - Method in class net.sf.sshapi.vfs.SftpFileObject
 
doSupportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
 
doSupportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
doSupportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
doSupportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
doSupportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
doSupportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
doSupportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
doSupportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
DumbHostKeyValidator - Class in net.sf.sshapi.util
A SshHostKeyValidator that simply accepts any host key without question or warning.
DumbHostKeyValidator() - Constructor for class net.sf.sshapi.util.DumbHostKeyValidator
 

E

E01Shell - Class in <Unnamed>
This example demonstrates the simplest use of the API, opening up a connection, creating a shell, and joining the channel streams to standard input / output to create a simple remote shell application.
E01Shell() - Constructor for class E01Shell
 
E02ShellWithConsolePrompts - Class in <Unnamed>
Similar to link E01Shell, except the connection details and credentials are not hard coded.
E02ShellWithConsolePrompts() - Constructor for class E02ShellWithConsolePrompts
 
E03ShellWithGUIPrompts - Class in <Unnamed>
This examples extends the E01Shell example, except host user name and password are all prompted for using Swing components.
E03ShellWithGUIPrompts() - Constructor for class E03ShellWithGUIPrompts
 
E04ExecuteCommand - Class in <Unnamed>
This example demonstrates executing a command instead of a shell.
E04ExecuteCommand() - Constructor for class E04ExecuteCommand
 
E05X11Forwarding - Class in <Unnamed>
This example demonstrates X11 forwarding.
E05X11Forwarding() - Constructor for class E05X11Forwarding
 
E06bLocalForwardingAndShell - Class in <Unnamed>
This example demonstrates local port forwarding.
E06bLocalForwardingAndShell() - Constructor for class E06bLocalForwardingAndShell
 
E06LocalForwarding - Class in <Unnamed>
This example demonstrates local port forwarding.
E06LocalForwarding() - Constructor for class E06LocalForwarding
 
E07RemoteForwarding - Class in <Unnamed>
This example demonstrates remote port forwarding.
E07RemoteForwarding() - Constructor for class E07RemoteForwarding
 
E08Sftp - Class in <Unnamed>
A simple Sftp client
E08Sftp() - Constructor for class E08Sftp
 
E09SSH1Only - Class in <Unnamed>
The DefaultProviderFactory will only return a provider that supports SSH version 1 (which in practice is currently only the 'Maverick' implementation)
E09SSH1Only() - Constructor for class E09SSH1Only
 
E10PublicKeyAuthentication - Class in <Unnamed>
Similar to link E01ShellWithConsolePrompts, except public key authentication is used instead of password.
E10PublicKeyAuthentication() - Constructor for class E10PublicKeyAuthentication
 
E11KeyboardInteractiveAuthentication - Class in <Unnamed>
Similar to link E01ShellWithConsolePrompts, except keyboard interactive authentication is used instead of password.
E11KeyboardInteractiveAuthentication() - Constructor for class E11KeyboardInteractiveAuthentication
 
E12ChangeKeyPassphrase - Class in <Unnamed>
This example demonstrates changing the passphrase of a private key using the SshIdentityManager.
E12ChangeKeyPassphrase() - Constructor for class E12ChangeKeyPassphrase
 
E13ExtendedHostKeyValidation - Class in <Unnamed>
This example demonstrates using the SshHostKeyManager to provide more functionality to a SshHostKeyValidator.
E13ExtendedHostKeyValidation() - Constructor for class E13ExtendedHostKeyValidation
 
E14HostKeyManagement - Class in <Unnamed>
This example demonstrates listing and changing known hosts.
E14HostKeyManagement() - Constructor for class E14HostKeyManagement
 
E15SCP - Class in <Unnamed>
Demonstrates use of simple file transfer using SCP
E15SCP() - Constructor for class E15SCP
 
E16PublicKeySubsytem - Class in <Unnamed>
Some servers support remote management of authorized keys.
E16PublicKeySubsytem() - Constructor for class E16PublicKeySubsytem
 
E17TunneledSocketFactory - Class in <Unnamed>
This example demonstrates the use of SshClient.createTunneledSocketFactory() to create a standard Java Socket whose connection is actually made from the remote SSH server.
E17TunneledSocketFactory() - Constructor for class E17TunneledSocketFactory
 
E18IdentityManagement - Class in <Unnamed>
This example demonstrates listing and changing known hosts.
E18IdentityManagement() - Constructor for class E18IdentityManagement
 
E19ShellUsingGSSAPI - Class in <Unnamed>
This example demonstrates using GSSAPI to authenticate without a password.
E19ShellUsingGSSAPI() - Constructor for class E19ShellUsingGSSAPI
 
E20CustomChannel - Class in <Unnamed>
Waits for a custom channel to be opened, sends a reply and closes the connection.
E20CustomChannel() - Constructor for class E20CustomChannel
 
E21AgentAuthentication - Class in <Unnamed>
Authenticates using keys obtained from the local agent.
E21AgentAuthentication() - Constructor for class E21AgentAuthentication
 
E99ChoosingAProvider - Class in <Unnamed>
This example demonstrates how you can bypass the automatic selection of a provider and list and choose the SSH implementation to use.
E99ChoosingAProvider() - Constructor for class E99ChoosingAProvider
 
E99ProviderFeatureMatrix - Class in <Unnamed>
This example queries all of the providers to draw a feature matrix table in the 'APT' format (http://maven.apache.org/doxia/references/apt-format.html).
E99ProviderFeatureMatrix() - Constructor for class E99ProviderFeatureMatrix
 
E99ProviderFeatureMatrixHTML - Class in <Unnamed>
This example queries all of the providers to draw a feature matric table
E99ProviderFeatureMatrixHTML() - Constructor for class E99ProviderFeatureMatrixHTML
 
ENCRYPTED - Static variable in exception net.sf.sshapi.SshException
Attempt to perform an operation that required a decrypted key failed because the key was still encrypted.
eof(SshChannel) - Method in interface net.sf.sshapi.SshChannelListener
A channel has been reached EOF.
eof - Variable in class ssh.sftp_dir_struct
 
eof - Variable in class ssh.sftp_file_struct
 
equals(Object) - Method in class net.sf.sshapi.hostkeys.AbstractHostKey
 
errnum - Variable in class ssh.sftp_session_struct
 
ERROR - Static variable in class net.sf.sshapi.Logger.Level
Only log errors.
error - Variable in class ssh.sftp_status_message_struct
 
errormsg - Variable in class ssh.sftp_status_message_struct
 
escape(String, char, String) - Static method in class net.sf.sshapi.util.Util
Process a string, replacing a specified character with another string.
exception - Variable in class ssh.ssh_socket_callbacks_struct
This function will be called each time an exception appears on socket.
EXEC_CHANNEL - Static variable in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
executeCommand(String, boolean) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
executeCommand(String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
exitCode() - Method in class net.sf.sshapi.impl.libssh.LibsshShell
 
exitCode() - Method in interface net.sf.sshapi.SshExtendedStreamChannel
Get the exit code of this command or shell (when known).
ext - Variable in class ssh.sftp_session_struct
 
EXTENDED - Static variable in interface net.sf.sshapi.SshDataListener
Extended data was received from the server on this channel.
extended_count - Variable in class ssh.sftp_attributes_struct
 
extended_data - Variable in class ssh.sftp_attributes_struct
 
extended_type - Variable in class ssh.sftp_attributes_struct
 

F

f_bavail - Variable in class ssh.sftp_statvfs_struct
 
f_bfree - Variable in class ssh.sftp_statvfs_struct
 
f_blocks - Variable in class ssh.sftp_statvfs_struct
 
f_bsize - Variable in class ssh.sftp_statvfs_struct
 
f_favail - Variable in class ssh.sftp_statvfs_struct
 
f_ffree - Variable in class ssh.sftp_statvfs_struct
 
f_files - Variable in class ssh.sftp_statvfs_struct
 
f_flag - Variable in class ssh.sftp_statvfs_struct
 
f_frsize - Variable in class ssh.sftp_statvfs_struct
 
f_fsid - Variable in class ssh.sftp_statvfs_struct
 
f_namemax - Variable in class ssh.sftp_statvfs_struct
 
FAILED_TO_CONNECT_TO_AGENT - Static variable in exception net.sf.sshapi.SshException
There is an agent, but failed to connect to it.
FAILED_TO_OPEN_SHELL - Static variable in exception net.sf.sshapi.SshException
Failed to open shell.
FILE_TRANSFER_EVENTS - Static variable in class net.sf.sshapi.Capability
The provider will fire events when file transfers start, progress, and finished.
filename - Variable in class ssh.sftp_client_message_struct
can be "path"
C type : char*
fill(byte[], int, int) - Method in class net.sf.sshapi.impl.jsch.JschRandom
 
fillInputData(InputData) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
fillInputData(InputData) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
fillOutputData(OutputData) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
fillOutputData(OutputData) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
finishedTransfer(String, String) - Method in interface net.sf.sshapi.SshFileTransferListener
A file transfer has finished.
finishedTransfer(String, String) - Method in class scp
 
finishGetTransfer(Resource, InputStream, OutputStream) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
finishPutTransfer(Resource, InputStream, OutputStream) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
finishPutTransfer(Resource, InputStream, OutputStream) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
fireClosed() - Method in class net.sf.sshapi.AbstractLifecycleComponent
Inform all listeners the component has closed.
fireClosing() - Method in class net.sf.sshapi.AbstractLifecycleComponent
Inform all listeners the component is closing.
fireData(int, byte[], int, int) - Method in class net.sf.sshapi.AbstractDataProducingComponent
 
fireFileTransferFinished(String, String) - Method in class net.sf.sshapi.AbstractFileTransferClient
Inform all listeners a file transfer has finished.
fireFileTransferProgressed(String, String, long) - Method in class net.sf.sshapi.AbstractFileTransferClient
Inform all listeners a file transfer has progressed.
fireFileTransferStarted(String, String, long) - Method in class net.sf.sshapi.AbstractFileTransferClient
Inform all listeners a file transfer has started
fireOpened() - Method in class net.sf.sshapi.AbstractLifecycleComponent
Inform all listeners the component has opened.
firePortForwardChannelClosed(int, SshPortForwardTunnel) - Method in class net.sf.sshapi.AbstractClient
 
firePortForwardChannelOpened(int, SshPortForwardTunnel) - Method in class net.sf.sshapi.AbstractClient
 
flags - Variable in class ssh.sftp_attributes_struct
 
flags - Variable in class ssh.sftp_client_message_struct
 
formatAsHexString(byte[]) - Static method in class net.sf.sshapi.util.Util
Format a byte array as a hex string.
FORWARDING_BUFFER_SIZE - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 

G

GanymedSshProvider - Class in net.sf.sshapi.impl.ganymed
Provider implementation for Ganymed
GanymedSshProvider() - Constructor for class net.sf.sshapi.impl.ganymed.GanymedSshProvider
Constructor.
GENERAL - Static variable in exception net.sf.sshapi.SshException
General error.
generate(SshIdentityManager, String) - Static method in class E18IdentityManagement
 
generateKeyPair(String, int) - Method in interface net.sf.sshapi.identity.SshIdentityManager
Generate a new key pair.
generateKeyPair(String, int) - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
generateKeyPair(String, int) - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
get(String, File, boolean) - Method in class net.sf.sshapi.impl.libssh.LibsshSCPClient
 
get(String, OutputStream, long) - Method in class net.sf.sshapi.sftp.AbstractSftpClient
 
get(String, long) - Method in class net.sf.sshapi.sftp.AbstractSftpClient
 
get(String) - Method in class net.sf.sshapi.sftp.AbstractSftpClient
 
get(String, OutputStream) - Method in interface net.sf.sshapi.sftp.SftpClient
Retrieve the contents of a remote file, writing it to the provided output stream.
get(String, OutputStream, long) - Method in interface net.sf.sshapi.sftp.SftpClient
Retrieve the contents of a remote file, writing it to the provided output stream.
get(String) - Method in interface net.sf.sshapi.sftp.SftpClient
Retrieve the contents of a remote file, presenting it as an input stream.
get(String, long) - Method in interface net.sf.sshapi.sftp.SftpClient
Retrieve the contents of a remote file, presenting it as an input stream.
get(String, File, boolean) - Method in interface net.sf.sshapi.SshSCPClient
Retrieve file(s) from a remote path, placing it in the destination file (or directory).
getAccessed() - Method in class net.sf.sshapi.sftp.SftpFile
Get the time in milliseconds the file was last accessed.
getAgent() - Method in interface net.sf.sshapi.auth.SshAgentAuthenticator
 
getAgent() - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
getAgent() - Method in class net.sf.sshapi.util.DefaultAgentAuthenticator
 
getAlgorithm() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
 
getAlgorithm() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPrivateKey
 
getAlgorithm() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
 
getAlgorithm() - Method in interface net.sf.sshapi.SshPrivateKey
Get the private key algorithm used.
getAlgorithm() - Method in interface net.sf.sshapi.SshPublicKey
Get the public key algorithm used.
getAllCapabilties() - Static method in class net.sf.sshapi.DefaultProviderFactory
Get all discovered Capability.
getAllCiphers() - Static method in class net.sf.sshapi.DefaultProviderFactory
Get all discovered ciphers.
getAllCompression() - Static method in class net.sf.sshapi.DefaultProviderFactory
Get all discovered compression algorithms.
getAllKEX() - Static method in class net.sf.sshapi.DefaultProviderFactory
Get all discovered key exchange algorithms.
getAllMAC() - Static method in class net.sf.sshapi.DefaultProviderFactory
Get all discovered message authentication code algorithms.
getAllProviders() - Static method in class net.sf.sshapi.DefaultProviderFactory
Get all discovered providers.
getAllPublicKey() - Static method in class net.sf.sshapi.DefaultProviderFactory
Get all discovered public key algorithms.
getBannerHandler() - Method in class net.sf.sshapi.SshConfiguration
Get the banner handler (called to display the login banner).
getBindAddress() - Method in interface net.sf.sshapi.forwarding.SshPortForwardTunnel
Get the address that the tunnel will listen on.
getBindPort() - Method in interface net.sf.sshapi.forwarding.SshPortForwardTunnel
Get the port that the tunnel will listen on.
getBitLength() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
 
getBitLength() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
 
getBitLength() - Method in interface net.sf.sshapi.SshPublicKey
Get the key bit length.
getCapabilities() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
getCapabilities() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
getCapabilities() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
getCapabilities() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
getCapabilities() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
getCapabilities() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
getCapabilities() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
getCapabilities() - Method in interface net.sf.sshapi.SshProvider
Get a list of the capabilities of this implementation (Capability objects)
getCapabilities() - Method in class net.sf.sshapi.vfs.SftpFileProvider
 
getChannel() - Method in class net.sf.sshapi.AbstractSocket
 
getChannelCount() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
getChannelCount() - Method in interface net.sf.sshapi.SshClient
Get the number of channels that are currently open.
getChannelData() - Method in interface net.sf.sshapi.SshChannel
Get the SshChannel.ChannelData that was used to create this channel
getCharset(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Get the character encoding to use.
getClassLoader() - Static method in class net.sf.sshapi.DefaultProviderFactory
 
getClient() - Method in class net.sf.sshapi.vfs.SftpFileSystem
 
getCode() - Method in exception net.sf.sshapi.SshException
Get the error code.
getCodeForServerCode(int) - Static method in exception net.sf.sshapi.sftp.SftpException
Get the native error code given an SFTP server error code.
getComment() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
Get any comment stored with this key (if supported by provider / format).
getCompression(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Get the compression algorithm to use.
getConfigBuilder() - Method in class net.sf.sshapi.vfs.SftpFileProvider
 
getConfigClass() - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
 
getConfiguration() - Method in class net.sf.sshapi.AbstractClient
 
getConfiguration() - Method in interface net.sf.sshapi.auth.SshGSSAPIAuthenticator
Get the JAAS configuration used for authentication.
getConfiguration() - Method in class net.sf.sshapi.hostkeys.AbstractHostKeyManager
 
getConfiguration() - Method in interface net.sf.sshapi.SshClient
Get the configuration this client is using
getConfiguration() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
 
getConfigurationValue(SshConfiguration, String, String) - Static method in class net.sf.sshapi.util.Util
Get a value from a configuration object, returning a default value if it does not exist.
getCreated() - Method in class net.sf.sshapi.sftp.SftpFile
Get the time in milliseconds the file was created.
getData() - Method in class net.sf.sshapi.util.XAuthorityFile
Get the XAuthorty data.
getDefaultPath() - Method in interface net.sf.sshapi.sftp.SftpClient
Get the default path
getDirectoryMode(RepositoryPermissions) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
getEncoded() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
 
getEncodedKey() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
 
getEncodedKey() - Method in interface net.sf.sshapi.SshPublicKey
Get the encoded key bytes.
getExtendedInputStream() - Method in class net.sf.sshapi.impl.libssh.LibsshShell
 
getExtendedInputStream() - Method in interface net.sf.sshapi.SshExtendedStreamChannel
Get the extended input stream.
getFileList(String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
getFileList(String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
getFingerprint() - Method in interface net.sf.sshapi.hostkeys.SshHostKey
Get the fingerprint as a hex string.
getFingerprint() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
 
getFingerprint() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
 
getFingerprint() - Method in interface net.sf.sshapi.SshPublicKey
Get the key fingerprint.
getFormat() - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
Get the format of the key.
getFormat() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
Get the format of this key.
getFormattedKey() - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
Format the key so it can be written.
getFormattedKey() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
Format the key for storage.
getGID() - Method in class net.sf.sshapi.sftp.SftpFile
Get the group ID (GID).
getHome() - Method in class net.sf.sshapi.vfs.SftpFileSystem
Get the default path (as it is when first connected, usually the users home).
getHost() - Method in interface net.sf.sshapi.hostkeys.SshHostKey
Get the hostnames of the key.
getHostKeyValidator() - Method in class net.sf.sshapi.SshConfiguration
Get the object that is used to validate host keys.
getHostKeyVerification(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Get the host key validator to use.
getHostname() - Method in class net.sf.sshapi.SshProxyServerDetails
Get the proxy server hostname
getIdentities(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Get the files contain private keys (for authentication) to use.
getInetAddress() - Method in class net.sf.sshapi.AbstractSocket
 
getInputStream() - Method in class net.sf.sshapi.impl.libssh.LibsshShell
 
getInputStream() - Method in interface net.sf.sshapi.SshStreamChannel
Get the input stream for this channel.
getInstance() - Static method in class net.sf.sshapi.DefaultProviderFactory
Get a singleton instance of the client factory.
getInstance() - Static method in class net.sf.sshapi.vfs.SftpFileNameParser
Get a static instance of this parser.
getInstance() - Static method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Get a static instance.
getInteractiveUserInfo() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
Get the interactive user info.
getJCEPrivateKey() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPrivateKey
 
getKeepAlive() - Method in class net.sf.sshapi.AbstractSocket
 
getKey() - Method in interface net.sf.sshapi.hostkeys.SshHostKey
Get the key bytes
getKeys() - Method in interface net.sf.sshapi.hostkeys.SshHostKeyManager
Get all valid host keys.
getKeys() - Method in class net.sf.sshapi.impl.maverick.MaverickHostKeyManager
 
getKeys() - Method in class net.sf.sshapi.impl.maverick16.MaverickHostKeyManager
 
getKeysForHost(String, String) - Method in class net.sf.sshapi.hostkeys.AbstractHostKeyManager
 
getKeysForHost(String, String) - Method in interface net.sf.sshapi.hostkeys.SshHostKeyManager
Get all the keys that are valid for the specified host and key type.
getKnownHosts(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Get the file to use to store known hosts.
getKnownHostsFile(SshConfiguration) - Static method in class net.sf.sshapi.util.Util
Get the file to load known host keys from given an SshConfiguration.
getKnownHostsProvider() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
Get the known hosts provider.
getLastModified() - Method in class net.sf.sshapi.sftp.SftpFile
Get the time this file was last modified in milliseconds since the epoch, or when it was created if it has not yet.
getLastModTimeAccuracy() - Method in class net.sf.sshapi.vfs.SftpFileSystem
 
getListeners() - Method in class net.sf.sshapi.AbstractLifecycleComponent
 
getLogger() - Static method in class net.sf.sshapi.SshConfiguration
Get the logger
getMaskString(int) - Static method in class net.sf.sshapi.util.Util
Return the UNIX style mode mask
getName() - Method in class net.sf.sshapi.AbstractProvider
 
getName() - Method in class net.sf.sshapi.Capability
Get the capability name
getName() - Method in class net.sf.sshapi.Logger.Level
Get the name of this log level.
getName() - Method in class net.sf.sshapi.sftp.SftpFile
Get the base name of this file (i.e.
getName() - Method in interface net.sf.sshapi.SshChannel
Get the channel name
getName() - Method in interface net.sf.sshapi.SshProvider
Get the name of the library that is used for this provider.
getOctalMode(RepositoryPermissions) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
Get the octal mode given a RepositoryPermissions.
getOctalMode(String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
Get the integer permission value given an octal mode string.
getOOBInline() - Method in class net.sf.sshapi.AbstractSocket
 
getOptions() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
Get any additional options stored with this key (if supported by provider / format)
getOriginatingAddress() - Method in interface net.sf.sshapi.forwarding.SshPortForwardTunnel
Get the address the tunnel connection originated from
getOriginatingPort() - Method in interface net.sf.sshapi.forwarding.SshPortForwardTunnel
Get the port the tunnel connection originated from
getOutputStream() - Method in class net.sf.sshapi.impl.libssh.LibsshShell
 
getOutputStream() - Method in interface net.sf.sshapi.SshStreamChannel
Get the output stream for this channel.
getPacketSize() - Method in class net.sf.sshapi.DefaultChannelData
 
getPacketSize() - Method in interface net.sf.sshapi.SshChannel.ChannelData
Get the packet size.
getPassword() - Method in class net.sf.sshapi.SshProxyServerDetails
Get the password required to authenticate with the proxy server.
getPath() - Method in class net.sf.sshapi.sftp.SftpFile
Get the absolute path of this file.
getPermissions() - Method in class net.sf.sshapi.sftp.SftpFile
Get the permissions value.
getPermissionsString(int, long) - Static method in class net.sf.sshapi.util.Util
Returns a formatted permissions string.
getPort() - Method in class net.sf.sshapi.AbstractSocket
 
getPort() - Method in class net.sf.sshapi.SshProxyServerDetails
Get the proxy server port.
getPreferredClientToServerCipher() - Method in class net.sf.sshapi.SshConfiguration
Get the preferred client to server cipher.
getPreferredClientToServerCompression() - Method in class net.sf.sshapi.SshConfiguration
Get the preferred client to server compression.
getPreferredClientToServerMAC() - Method in class net.sf.sshapi.SshConfiguration
Get the preferred client to server MAC.
getPreferredKeyExchange() - Method in class net.sf.sshapi.SshConfiguration
Get the preferred server to client key exchange.
getPreferredPublicKey() - Method in class net.sf.sshapi.SshConfiguration
Get the preferred public key algorithm.
getPreferredServerToClientCipher() - Method in class net.sf.sshapi.SshConfiguration
Get the preferred server to client cipher.
getPreferredServerToClientCompression() - Method in class net.sf.sshapi.SshConfiguration
Get the preferred server to client compression.
getPreferredServerToClientMAC() - Method in class net.sf.sshapi.SshConfiguration
Get the preferred server to client MAC.
getPreferredSSH1CipherType() - Method in class net.sf.sshapi.SshConfiguration
Get the preferred SSH1 cipher.
getPrincipal() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Get the name of the principal that should be used.
getPrivateKey() - Method in interface net.sf.sshapi.auth.SshPublicKeyAuthenticator
Get the private key data.
getPrivateKey() - Method in class net.sf.sshapi.identity.SshKeyPair
Get the private key portion of this key pair.
getPrivateKey() - Method in class net.sf.sshapi.util.PEMFilePublicKeyAuthenticator
 
getProperties() - Method in class net.sf.sshapi.SshConfiguration
Get the properties for this configuration.
getProtocolVersion() - Method in class net.sf.sshapi.SshConfiguration
Get the protocol version to accept.
getProvider() - Method in class net.sf.sshapi.AbstractClient
 
getProvider() - Method in class net.sf.sshapi.DefaultProviderFactory
Get the default provider.
getProvider(SshConfiguration) - Method in class net.sf.sshapi.DefaultProviderFactory
 
getProvider() - Method in interface net.sf.sshapi.SshClient
Get the provider that created this client.
getProvider(SshConfiguration) - Method in interface net.sf.sshapi.SshProviderFactory
Create a new SshProvider using a specified configuration.
getProviderByName(String) - Static method in class net.sf.sshapi.DefaultProviderFactory
Get a provider given it's name.
getProxyServer() - Method in class net.sf.sshapi.SshConfiguration
Get the proxy server details.
getPublicKey() - Method in class net.sf.sshapi.identity.SshKeyPair
Get the public key portion of this key pair.
getPublicKey() - Method in interface net.sf.sshapi.identity.SshPublicKeyFile
Get the actual public key.
getPublicKey() - Method in class net.sf.sshapi.impl.maverick16.MaverickPublicKey
 
getRandomData(int) - Method in interface net.sf.sshapi.agent.SshAgent
Request some random data from the remote side
getRandomData(int) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
getReceiveBufferSize() - Method in class net.sf.sshapi.AbstractSocket
 
getRemoteIdentification() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
getRemoteIdentification() - Method in interface net.sf.sshapi.SshClient
Get the remote server identification string.
getRemoteProtocolVersion() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
getRemoteProtocolVersion() - Method in interface net.sf.sshapi.SshClient
Get the protocol version.
getRequestData() - Method in class net.sf.sshapi.DefaultChannelData
 
getRequestData() - Method in interface net.sf.sshapi.SshChannel.ChannelData
Get the request data
getReuseAddress() - Method in class net.sf.sshapi.AbstractSocket
 
getSendBufferSize() - Method in class net.sf.sshapi.AbstractSocket
 
getSftpSSH1Path() - Method in class net.sf.sshapi.SshConfiguration
Get the path of the SFTP server executable (SSH1 only).
getSigningAlgorithm() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
 
getSize() - Method in class net.sf.sshapi.sftp.SftpFile
Get the size of this file in bytes.
getSocketFactory() - Method in class net.sf.sshapi.SshConfiguration
Get the socket factory to use to make outgoing connections to SSH servers.
getSoLinger() - Method in class net.sf.sshapi.AbstractSocket
 
getSoTimeout() - Method in class net.sf.sshapi.AbstractSocket
 
getSshClient(FileSystemOptions) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Get the shared SSH client to use.
getSupportChannelNames() - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
getSupportChannelNames() - Method in interface net.sf.sshapi.SshChannelHandler
Get the names of the channels this factory supports.
getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
getSupportedCiphers(int) - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
getSupportedCiphers(int) - Method in interface net.sf.sshapi.SshProvider
Get a list of supported ciphers.
getSupportedCompression() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
getSupportedCompression() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
getSupportedCompression() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
getSupportedCompression() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
getSupportedCompression() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
getSupportedCompression() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
getSupportedCompression() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
getSupportedCompression() - Method in interface net.sf.sshapi.SshProvider
Get a list of supported compression types.
getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
getSupportedKeyExchange() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
getSupportedKeyExchange() - Method in interface net.sf.sshapi.SshProvider
Get a list of supported key exchange algorithms.
getSupportedKeyLengths() - Method in interface net.sf.sshapi.identity.SshIdentityManager
Get a list of all the supported key lengths.
getSupportedKeyLengths() - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
getSupportedKeyLengths() - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
getSupportedKeyTypes() - Method in interface net.sf.sshapi.identity.SshIdentityManager
Get a list of all the supported key types.
getSupportedKeyTypes() - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
getSupportedKeyTypes() - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
getSupportedMAC() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
getSupportedMAC() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
getSupportedMAC() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
getSupportedMAC() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
getSupportedMAC() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
getSupportedMAC() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
getSupportedMAC() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
getSupportedMAC() - Method in interface net.sf.sshapi.SshProvider
Get a list of supported MAC types.
getSupportedPrivateKeyFileFormats() - Method in interface net.sf.sshapi.identity.SshIdentityManager
Get a list of all the supported private key file formats that may be created.
getSupportedPrivateKeyFileFormats() - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
getSupportedPrivateKeyFileFormats() - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
getSupportedPublicKey() - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
getSupportedPublicKey() - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
getSupportedPublicKey() - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
getSupportedPublicKey() - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
getSupportedPublicKey() - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
getSupportedPublicKey() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
getSupportedPublicKey() - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
getSupportedPublicKey() - Method in interface net.sf.sshapi.SshProvider
Get a list of supported public key algorithms.
getSupportedPublicKeyFileFormats() - Method in interface net.sf.sshapi.identity.SshIdentityManager
Get a list of all the supported public key file formats that may be created.
getSupportedPublicKeyFileFormats() - Method in class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
getSupportedPublicKeyFileFormats() - Method in class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
getTcpNoDelay() - Method in class net.sf.sshapi.AbstractSocket
 
getTimeout() - Method in class net.sf.sshapi.AbstractClient
 
getTimeout() - Method in class net.sf.sshapi.DefaultChannelData
 
getTimeout() - Method in class net.sf.sshapi.forwarding.AbstractPortForward
 
getTimeout() - Method in interface net.sf.sshapi.forwarding.SshPortForward
Get a timeout in milliseconds for opening the forward
getTimeout() - Method in interface net.sf.sshapi.SshChannel.ChannelData
Get the timeout to use for opening the channel.
getTimeout() - Method in interface net.sf.sshapi.SshClient
Get the timeout on the underlying transport (usually a Socket, if supported).
getTrafficClass() - Method in class net.sf.sshapi.AbstractSocket
 
getTransfer(Resource, OutputStream, InputStream, boolean, int) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
getType() - Method in interface net.sf.sshapi.hostkeys.SshHostKey
Get the key type.
getType() - Method in class net.sf.sshapi.sftp.SftpFile
Get the type of file.
getType() - Method in class net.sf.sshapi.SshProxyServerDetails
Get the proxy server type.
getTypeName() - Method in class JLinePasswordAuthenticator
 
getTypeName() - Method in interface net.sf.sshapi.auth.SshAuthenticator
Get the name of this authenticator (e.g "password", "publickey" etc).
getTypeName() - Method in class net.sf.sshapi.util.ConsoleKeyboardInteractiveAuthenticator
 
getTypeName() - Method in class net.sf.sshapi.util.ConsolePasswordAuthenticator
 
getTypeName() - Method in class net.sf.sshapi.util.DefaultAgentAuthenticator
 
getTypeName() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
 
getTypeName() - Method in class net.sf.sshapi.util.PEMFilePublicKeyAuthenticator
 
getTypeName() - Method in class net.sf.sshapi.util.SimpleKeyboardInteractiveAuthenticator
 
getTypeName() - Method in class net.sf.sshapi.util.SimplePasswordAuthenticator
 
getUID() - Method in class net.sf.sshapi.sftp.SftpFile
Get the user ID (UID)
getUsername() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
getUsername() - Method in interface net.sf.sshapi.SshClient
Get the currently authenticated user.
getUsername() - Method in class net.sf.sshapi.SshProxyServerDetails
Get the username required to authenticate with the proxy server.
getWindowSize() - Method in class net.sf.sshapi.DefaultChannelData
 
getWindowSize() - Method in interface net.sf.sshapi.SshChannel.ChannelData
Get the window size.
getX11Cookie() - Method in class net.sf.sshapi.SshConfiguration
Get the cookie to use for X11 forwarding.
getX11Cookie() - Method in class net.sf.sshapi.util.XDetails
Get the cookie.
getX11Host() - Method in class net.sf.sshapi.SshConfiguration
Get the host to use for X11 forwarding.
getX11Host() - Method in class net.sf.sshapi.util.XDetails
Get the host.
getX11Port() - Method in class net.sf.sshapi.SshConfiguration
Get the port to use for X11 forwarding.
getX11Port() - Method in class net.sf.sshapi.util.XDetails
Get the port.
gid - Variable in class ssh.sftp_attributes_struct
 
global_request_function - Variable in class ssh.ssh_callbacks_struct
This function will be called each time a global request is received.
C type : ssh_global_request_callback
group - Variable in class ssh.sftp_attributes_struct
set if openssh and version 4
C type : char*
GSSAPI_AUTHENTICATION - Static variable in class net.sf.sshapi.Capability
The provider supports GSSAPI authentication.
guessKeyType(byte[]) - Static method in class net.sf.sshapi.util.Util
Guess the type of

H

handle - Variable in class ssh.sftp_client_message_struct
 
handle - Variable in class ssh.sftp_dir_struct
handle to directory
C type : ssh_string
handle - Variable in class ssh.sftp_file_struct
 
handleGetException(Resource, Exception) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
handles - Variable in class ssh.sftp_session_struct
 
HASH_DELIM - Static variable in class net.sf.sshapi.hostkeys.AbstractHostKeyManager
 
HASH_MAGIC - Static variable in class net.sf.sshapi.hostkeys.AbstractHostKeyManager
 
hashAndSign(SshPublicKey, byte[]) - Method in interface net.sf.sshapi.agent.SshAgent
Request a hash and sign operation be performed for a given public key.
hashAndSign(SshPublicKey, byte[]) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
hashCode() - Method in class net.sf.sshapi.hostkeys.AbstractHostKey
 
HMAC_MD5 - Static variable in class net.sf.sshapi.SshConfiguration
MD5 message authentication
HMAC_MD5_96 - Static variable in class net.sf.sshapi.SshConfiguration
MD5 96 bit message authentication
HMAC_SHA1 - Static variable in class net.sf.sshapi.SshConfiguration
SHA1 message authentication
HMAC_SHA1_96 - Static variable in class net.sf.sshapi.SshConfiguration
SHA1 96 bit message authentication
HOST_KEY_MANAGEMENT - Static variable in class net.sf.sshapi.Capability
The provider supports host key management.
HOST_KEY_REJECTED - Static variable in exception net.sf.sshapi.SshException
Host key was rejected.
HTTP - Static variable in class net.sf.sshapi.SshProxyServerDetails.Type
HTTP
HTTP_PROXY - Static variable in class net.sf.sshapi.Capability
The provider supports HTTP proxy connections.

I

id - Variable in class ssh.sftp_client_message_struct
 
id - Variable in class ssh.sftp_message_struct
 
id - Variable in class ssh.sftp_status_message_struct
 
id_counter - Variable in class ssh.sftp_session_struct
 
IDENTITY_MANAGEMENT - Static variable in class net.sf.sshapi.Capability
The provider supports identity management.
incoming_connection - Variable in class ssh.ssh_bind_callbacks_struct
A new connection is available.
C type : ssh_bind_incoming_connection_callback
INCORRECT_PASSPHRASE - Static variable in exception net.sf.sshapi.SshException
The provided passphrase is incorrect.
INFO - Static variable in class net.sf.sshapi.Logger.Level
Log only information, usually high level events.
init(SshProvider) - Method in class net.sf.sshapi.AbstractClient
 
init(byte[], int, int) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
 
init(SshProvider) - Method in interface net.sf.sshapi.SshClient
Called after instantiation to initialise the client and supply the provider that created it.
init() - Method in class net.sf.sshapi.vfs.SftpFileProvider
 
initFieldOrder() - Method in class ssh.sftp_attributes_struct
 
initFieldOrder() - Method in class ssh.sftp_client_message_struct
 
initFieldOrder() - Method in class ssh.sftp_dir_struct
 
initFieldOrder() - Method in class ssh.sftp_file_struct
 
initFieldOrder() - Method in class ssh.sftp_message_struct
 
initFieldOrder() - Method in class ssh.sftp_packet_struct
 
initFieldOrder() - Method in class ssh.sftp_request_queue_struct
 
initFieldOrder() - Method in class ssh.sftp_session_struct
 
initFieldOrder() - Method in class ssh.sftp_status_message_struct
 
initFieldOrder() - Method in class ssh.sftp_statvfs_struct
 
initFieldOrder() - Method in class ssh.ssh_bind_callbacks_struct
 
initFieldOrder() - Method in class ssh.ssh_callbacks_struct
 
initFieldOrder() - Method in class ssh.ssh_channel_callbacks_struct
 
initFieldOrder() - Method in class ssh.ssh_packet_callbacks_struct
 
initFieldOrder() - Method in class ssh.ssh_socket_callbacks_struct
 
initFieldOrder() - Method in class ssh.ssh_threads_callbacks_struct
 
INSTANCE - Static variable in interface ssh.SshLibrary
 
IO_ERROR - Static variable in exception net.sf.sshapi.SshException
General I/O error.
isAuthenticated() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
isAuthenticated() - Method in interface net.sf.sshapi.SshClient
Get if the client is currently authenticated.
isBound() - Method in class net.sf.sshapi.AbstractSocket
 
isClosed() - Method in class net.sf.sshapi.AbstractSocket
 
isConnected() - Method in class net.sf.sshapi.impl.libssh.LibsshClient
 
isConnected() - Method in interface net.sf.sshapi.SshClient
Get if the client is currently connected.
isDebug() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Get whether GSSAPI operations should output debug.
isDirectory() - Method in class net.sf.sshapi.sftp.SftpFile
Convenience method to determine if the file is a directory.
isDoNotPrompt() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
True if you do not want to be prompted for the password if credentials can not be obtained from the cache or keytab.(Default is false) If set to true authentication will fail if credentials can not be obtained from the cache or keytab.
isEncrypted() - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
Get if this key is currently encrypted.
isFile() - Method in class net.sf.sshapi.sftp.SftpFile
Convenience method to determine if the file is a regular file.
isInputShutdown() - Method in class net.sf.sshapi.AbstractSocket
 
isLevelEnabled(Logger.Level) - Method in interface net.sf.sshapi.Logger
Determine if messages at the specified log level will be displayed.
isLevelEnabled(Logger.Level) - Method in class net.sf.sshapi.util.ConsoleLogger
 
isLevelEnabled(Logger.Level) - Method in class scp
 
isLink() - Method in class net.sf.sshapi.sftp.SftpFile
Convenience method to determine if the file is a symbolic link.
isOpen() - Method in class net.sf.sshapi.AbstractLifecycleComponentWithEvents
 
isOpen() - Method in class net.sf.sshapi.forwarding.AbstractPortForward
 
isOpen() - Method in interface net.sf.sshapi.forwarding.SshPortForward
Get if the tunnel is open or closed
isOpen() - Method in interface net.sf.sshapi.SshLifecycleComponent
Get if this component is currently open.
isOutputShutdown() - Method in class net.sf.sshapi.AbstractSocket
 
isStoreKey() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Get if you want the principal's key to be stored in the Subject's private credentials.
isTryFirstPass() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Get if the username and password should be retrieved from the module's shared state using "javax.security.auth.login.name" and "javax.security.auth.login.password" as the respective keys.
isUseKeyTab() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
This is true if you want the module to get the principal's key from the the keytab.(default value is False) If keyatb is not set then the module will locate the keytab from the Kerberos configuration file.
isUseTicketCache() - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
This is true if you want the TGT to be obtained from the ticket cache.
isWriteable() - Method in interface net.sf.sshapi.hostkeys.SshHostKeyManager
Get if this host key manager allows keys to be persisted.
isWriteable() - Method in class net.sf.sshapi.impl.maverick.MaverickHostKeyManager
 
isWriteable() - Method in class net.sf.sshapi.impl.maverick16.MaverickHostKeyManager
 

J

J2SshProvider - Class in net.sf.sshapi.impl.j2ssh
Provider implementation for J2SSH.
J2SshProvider() - Constructor for class net.sf.sshapi.impl.j2ssh.J2SshProvider
Constructor.
JLinePasswordAuthenticator - Class in <Unnamed>
SshPasswordAuthenticator that uses JLine to read a password.
JLinePasswordAuthenticator(Terminal, ConsoleReader) - Constructor for class JLinePasswordAuthenticator
COnstructor.
JNA_LIBRARY_NAME - Static variable in interface ssh.SshLibrary
 
JNA_NATIVE_LIB - Static variable in interface ssh.SshLibrary
 
joinStreams(InputStream, OutputStream) - Static method in class net.sf.sshapi.util.Util
Copy bytes read from an input stream to an output stream, until the end of the input stream is reached.
JschRandom - Class in net.sf.sshapi.impl.jsch
 
JschRandom() - Constructor for class net.sf.sshapi.impl.jsch.JschRandom
 
JschSshProvider - Class in net.sf.sshapi.impl.jsch
Provider implementation for JSch
JschSshProvider() - Constructor for class net.sf.sshapi.impl.jsch.JschSshProvider
Constructor

K

KEX_DIFFIE_HELLMAN_GROUP14_SHA1 - Static variable in class net.sf.sshapi.SshConfiguration
DH group 14 exchange method
KEX_DIFFIE_HELLMAN_GROUP1_SHA1 - Static variable in class net.sf.sshapi.SshConfiguration
DH group 1 exchange method
KEX_DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1 - Static variable in class net.sf.sshapi.SshConfiguration
Optional key exchange mechanism in which the server maintains a list of acceptable generators and primes
KEYBOARD_INTERACTIVE_AUTHENTICATION - Static variable in class net.sf.sshapi.Capability
The provider supports keyboard interactive authentication.

L

lang - Variable in class ssh.sftp_status_message_struct
 
langmsg - Variable in class ssh.sftp_status_message_struct
 
len - Variable in class ssh.sftp_client_message_struct
 
LIBSFTP_VERSION - Static variable in interface ssh.SshLibrary
 
LIBSSH_VERSION_MAJOR - Static variable in interface ssh.SshLibrary
 
LIBSSH_VERSION_MICRO - Static variable in interface ssh.SshLibrary
 
LIBSSH_VERSION_MINOR - Static variable in interface ssh.SshLibrary
 
LibsshClient - Class in net.sf.sshapi.impl.libssh
 
LibsshClient(SshConfiguration) - Constructor for class net.sf.sshapi.impl.libssh.LibsshClient
 
LibsshInputStream - Class in net.sf.sshapi.impl.libssh
 
LibsshInputStream(SshLibrary, SshLibrary.ssh_channel, boolean) - Constructor for class net.sf.sshapi.impl.libssh.LibsshInputStream
 
LibsshLocalForward - Class in net.sf.sshapi.impl.libssh
 
LibsshLocalForward(SshLibrary.ssh_session, SshLibrary, String, int, String, int) - Constructor for class net.sf.sshapi.impl.libssh.LibsshLocalForward
 
LibsshOutputStream - Class in net.sf.sshapi.impl.libssh
 
LibsshOutputStream(SshLibrary, SshLibrary.ssh_channel) - Constructor for class net.sf.sshapi.impl.libssh.LibsshOutputStream
 
LibsshSCPClient - Class in net.sf.sshapi.impl.libssh
 
LibsshSCPClient(SshLibrary, SshLibrary.ssh_session) - Constructor for class net.sf.sshapi.impl.libssh.LibsshSCPClient
 
LibsshShell - Class in net.sf.sshapi.impl.libssh
 
LibsshShell(SshLibrary.ssh_session, SshLibrary, String, int, int, boolean) - Constructor for class net.sf.sshapi.impl.libssh.LibsshShell
 
LibsshSshProvider - Class in net.sf.sshapi.impl.libssh
 
LibsshSshProvider() - Constructor for class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
list() - Method in interface net.sf.sshapi.identity.SshPublicKeySubsystem
List all of the available authorized keys.
listKeys() - Method in interface net.sf.sshapi.agent.SshAgent
List all the keys on the agent.
listKeys() - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
loadFromProperties(URL) - Static method in class net.sf.sshapi.DefaultProviderFactory
 
loadFromProperties(Properties) - Static method in class net.sf.sshapi.DefaultProviderFactory
 
loadProperties(URL) - Static method in class net.sf.sshapi.DefaultProviderFactory
 
LOCAL_FORWARDING - Static variable in interface net.sf.sshapi.forwarding.SshPortForward
Constant used to specify whether the event relates to a local forwarding
lockAgent(String) - Method in interface net.sf.sshapi.agent.SshAgent
Lock the agent
lockAgent(String) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
log(Logger.Level, String) - Method in interface net.sf.sshapi.Logger
Log a message at the specified level.
log(Logger.Level, String, Throwable) - Method in interface net.sf.sshapi.Logger
Log a message and an optional exception at the specified level.
log(Logger.Level, String) - Method in class net.sf.sshapi.util.ConsoleLogger
 
log(Logger.Level, String, Throwable) - Method in class net.sf.sshapi.util.ConsoleLogger
 
log(Logger.Level, String) - Method in class scp
 
log(Logger.Level, String, Throwable) - Method in class scp
 
log_function - Variable in class ssh.ssh_callbacks_struct
This function will be called each time a loggable event happens.
C type : ssh_log_callback
Logger - Interface in net.sf.sshapi
Really simple logging interface.
Logger.Level - Class in net.sf.sshapi
Log level
longname - Variable in class ssh.sftp_attributes_struct
ls -l output on openssh, not reliable else
C type : char*
ls(String) - Method in interface net.sf.sshapi.sftp.SftpClient
List a directory.

M

main(String[]) - Static method in class E01Shell
Entry point.
main(String[]) - Static method in class E02ShellWithConsolePrompts
Entry point.
main(String[]) - Static method in class E03ShellWithGUIPrompts
Entry point.
main(String[]) - Static method in class E04ExecuteCommand
Entry point.
main(String[]) - Static method in class E05X11Forwarding
Entry point.
main(String[]) - Static method in class E06bLocalForwardingAndShell
Entry point.
main(String[]) - Static method in class E06LocalForwarding
Entry point.
main(String[]) - Static method in class E07RemoteForwarding
Entry point.
main(String[]) - Static method in class E08Sftp
Entry point.
main(String[]) - Static method in class E09SSH1Only
Entry point.
main(String[]) - Static method in class E10PublicKeyAuthentication
Entry point.
main(String[]) - Static method in class E11KeyboardInteractiveAuthentication
Entry point.
main(String[]) - Static method in class E12ChangeKeyPassphrase
Entry point.
main(String[]) - Static method in class E13ExtendedHostKeyValidation
Entry point.
main(String[]) - Static method in class E14HostKeyManagement
Entry point.
main(String[]) - Static method in class E15SCP
Entry point.
main(String[]) - Static method in class E16PublicKeySubsytem
Entry point.
main(String[]) - Static method in class E17TunneledSocketFactory
Entry point.
main(String[]) - Static method in class E18IdentityManagement
Entry point.
main(String[]) - Static method in class E19ShellUsingGSSAPI
Entry point.
main(String[]) - Static method in class E20CustomChannel
Entry point.
main(String[]) - Static method in class E21AgentAuthentication
Entry point.
main(String[]) - Static method in class E99ChoosingAProvider
Entry point.
main(String[]) - Static method in class E99ProviderFeatureMatrix
Entry point.
main(String[]) - Static method in class E99ProviderFeatureMatrixHTML
Entry point.
main(String[]) - Static method in class scp
Entry point.
MaverickAgent - Class in net.sf.sshapi.impl.maverick16
 
MaverickAgent(String, String, int, int) - Constructor for class net.sf.sshapi.impl.maverick16.MaverickAgent
 
MaverickHostKeyManager - Class in net.sf.sshapi.impl.maverick
Maverick host key management supports the OpenSSH known_hosts format.
MaverickHostKeyManager(SshConfiguration) - Constructor for class net.sf.sshapi.impl.maverick.MaverickHostKeyManager
Constructor.
MaverickHostKeyManager - Class in net.sf.sshapi.impl.maverick16
Maverick host key management supports the OpenSSH known_hosts format.
MaverickHostKeyManager(SshConfiguration) - Constructor for class net.sf.sshapi.impl.maverick16.MaverickHostKeyManager
Constructor.
MaverickIdentityManager - Class in net.sf.sshapi.impl.maverick
Maverick implementation of an SshIdentityManager, used for managing private keys used for authentication.
MaverickIdentityManager() - Constructor for class net.sf.sshapi.impl.maverick.MaverickIdentityManager
 
MaverickIdentityManager - Class in net.sf.sshapi.impl.maverick16
Maverick implementation of an SshIdentityManager, used for managing private keys used for authentication.
MaverickIdentityManager() - Constructor for class net.sf.sshapi.impl.maverick16.MaverickIdentityManager
 
MaverickPublicKey - Class in net.sf.sshapi.impl.maverick16
 
MaverickPublicKey(SshPublicKeyFile) - Constructor for class net.sf.sshapi.impl.maverick16.MaverickPublicKey
 
MaverickPublicKey(SshPublicKey) - Constructor for class net.sf.sshapi.impl.maverick16.MaverickPublicKey
 
MaverickPublicKey(SshPublicKey) - Constructor for class net.sf.sshapi.impl.maverick16.MaverickPublicKey
 
MaverickSshPrivateKey - Class in net.sf.sshapi.impl.maverick16
 
MaverickSshPrivateKey(SshPrivateKey) - Constructor for class net.sf.sshapi.impl.maverick16.MaverickSshPrivateKey
 
MaverickSshProvider - Class in net.sf.sshapi.impl.maverick
Provider implementation for Maverick SSH.
MaverickSshProvider() - Constructor for class net.sf.sshapi.impl.maverick.MaverickSshProvider
Constructor
MaverickSshProvider - Class in net.sf.sshapi.impl.maverick16
Provider implementation for Maverick SSH.
MaverickSshProvider() - Constructor for class net.sf.sshapi.impl.maverick16.MaverickSshProvider
Constructor
MaverickSshPublicKey - Class in net.sf.sshapi.impl.maverick16
 
MaverickSshPublicKey(SshPublicKey) - Constructor for class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
 
MD5_DIGEST_LEN - Static variable in interface ssh.SshLibrary
 
message - Variable in class ssh.sftp_request_queue_struct
 
mkdir(String, int) - Method in interface net.sf.sshapi.sftp.SftpClient
Create a directory.
mkdirs(String, int) - Method in class net.sf.sshapi.sftp.AbstractSftpClient
mkdirs(String, int) - Method in interface net.sf.sshapi.sftp.SftpClient
Create a directory, creating missing parents.
mtime - Variable in class ssh.sftp_attributes_struct
 
mtime64 - Variable in class ssh.sftp_attributes_struct
 
mtime_nseconds - Variable in class ssh.sftp_attributes_struct
 
mutex_destroy - Variable in class ssh.ssh_threads_callbacks_struct
 
mutex_init - Variable in class ssh.ssh_threads_callbacks_struct
 
mutex_lock - Variable in class ssh.ssh_threads_callbacks_struct
 
mutex_unlock - Variable in class ssh.ssh_threads_callbacks_struct
 

N

n_callbacks - Variable in class ssh.ssh_packet_callbacks_struct
 
name - Variable in class ssh.sftp_attributes_struct
 
name - Variable in class ssh.sftp_dir_struct
 
name - Variable in class ssh.sftp_file_struct
 
NAMED_PIPED_AGENT_SOCKET_TYPE - Static variable in interface net.sf.sshapi.agent.SshAgent
Use a windows named pipe for communication with agent.
net.sf.sshapi - package net.sf.sshapi
SSHAPI
net.sf.sshapi.agent - package net.sf.sshapi.agent
 
net.sf.sshapi.auth - package net.sf.sshapi.auth
 
net.sf.sshapi.forwarding - package net.sf.sshapi.forwarding
 
net.sf.sshapi.hostkeys - package net.sf.sshapi.hostkeys
 
net.sf.sshapi.identity - package net.sf.sshapi.identity
 
net.sf.sshapi.impl.ganymed - package net.sf.sshapi.impl.ganymed
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
net.sf.sshapi.impl.j2ssh - package net.sf.sshapi.impl.j2ssh
J2SSH is a suite of Java SSH applications providing a Java SSH API, SSH Terminal, SSH secured VNC client, SFTP client and SSH Daemon.
net.sf.sshapi.impl.jsch - package net.sf.sshapi.impl.jsch
JSch is a pure Java implementation of SSH2.
net.sf.sshapi.impl.libssh - package net.sf.sshapi.impl.libssh
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
net.sf.sshapi.impl.maverick - package net.sf.sshapi.impl.maverick
Maverick is the definitive solution for total SSH compatibility on the Javaâ„¢ platform.
net.sf.sshapi.impl.maverick16 - package net.sf.sshapi.impl.maverick16
Maverick is the definitive solution for total SSH compatibility on the Javaâ„¢ platform.
net.sf.sshapi.impl.trilead - package net.sf.sshapi.impl.trilead
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
net.sf.sshapi.sftp - package net.sf.sshapi.sftp
 
net.sf.sshapi.util - package net.sf.sshapi.util
 
net.sf.sshapi.vfs - package net.sf.sshapi.vfs
 
newArray(int) - Static method in class ssh.sftp_attributes_struct
 
newArray(int) - Static method in class ssh.sftp_client_message_struct
 
newArray(int) - Static method in class ssh.sftp_dir_struct
 
newArray(int) - Static method in class ssh.sftp_file_struct
 
newArray(int) - Static method in class ssh.sftp_message_struct
 
newArray(int) - Static method in class ssh.sftp_packet_struct
 
newArray(int) - Static method in class ssh.sftp_request_queue_struct
 
newArray(int) - Static method in class ssh.sftp_session_struct
 
newArray(int) - Static method in class ssh.sftp_status_message_struct
 
newArray(int) - Static method in class ssh.sftp_statvfs_struct
 
newArray(int) - Static method in class ssh.ssh_bind_callbacks_struct
 
newArray(int) - Static method in class ssh.ssh_callbacks_struct
 
newArray(int) - Static method in class ssh.ssh_channel_callbacks_struct
 
newArray(int) - Static method in class ssh.ssh_packet_callbacks_struct
 
newArray(int) - Static method in class ssh.ssh_socket_callbacks_struct
 
newArray(int) - Static method in class ssh.ssh_threads_callbacks_struct
 
newByReference() - Method in class ssh.sftp_attributes_struct
 
newByReference() - Method in class ssh.sftp_client_message_struct
 
newByReference() - Method in class ssh.sftp_dir_struct
 
newByReference() - Method in class ssh.sftp_file_struct
 
newByReference() - Method in class ssh.sftp_message_struct
 
newByReference() - Method in class ssh.sftp_packet_struct
 
newByReference() - Method in class ssh.sftp_request_queue_struct
 
newByReference() - Method in class ssh.sftp_session_struct
 
newByReference() - Method in class ssh.sftp_status_message_struct
 
newByReference() - Method in class ssh.sftp_statvfs_struct
 
newByReference() - Method in class ssh.ssh_bind_callbacks_struct
 
newByReference() - Method in class ssh.ssh_callbacks_struct
 
newByReference() - Method in class ssh.ssh_channel_callbacks_struct
 
newByReference() - Method in class ssh.ssh_packet_callbacks_struct
 
newByReference() - Method in class ssh.ssh_socket_callbacks_struct
 
newByReference() - Method in class ssh.ssh_threads_callbacks_struct
 
newByValue() - Method in class ssh.sftp_attributes_struct
 
newByValue() - Method in class ssh.sftp_client_message_struct
 
newByValue() - Method in class ssh.sftp_dir_struct
 
newByValue() - Method in class ssh.sftp_file_struct
 
newByValue() - Method in class ssh.sftp_message_struct
 
newByValue() - Method in class ssh.sftp_packet_struct
 
newByValue() - Method in class ssh.sftp_request_queue_struct
 
newByValue() - Method in class ssh.sftp_session_struct
 
newByValue() - Method in class ssh.sftp_status_message_struct
 
newByValue() - Method in class ssh.sftp_statvfs_struct
 
newByValue() - Method in class ssh.ssh_bind_callbacks_struct
 
newByValue() - Method in class ssh.ssh_callbacks_struct
 
newByValue() - Method in class ssh.ssh_channel_callbacks_struct
 
newByValue() - Method in class ssh.ssh_packet_callbacks_struct
 
newByValue() - Method in class ssh.ssh_socket_callbacks_struct
 
newByValue() - Method in class ssh.ssh_threads_callbacks_struct
 
newInstance() - Method in class ssh.sftp_attributes_struct
 
newInstance() - Method in class ssh.sftp_client_message_struct
 
newInstance() - Method in class ssh.sftp_dir_struct
 
newInstance() - Method in class ssh.sftp_file_struct
 
newInstance() - Method in class ssh.sftp_message_struct
 
newInstance() - Method in class ssh.sftp_packet_struct
 
newInstance() - Method in class ssh.sftp_request_queue_struct
 
newInstance() - Method in class ssh.sftp_session_struct
 
newInstance() - Method in class ssh.sftp_status_message_struct
 
newInstance() - Method in class ssh.sftp_statvfs_struct
 
newInstance() - Method in class ssh.ssh_bind_callbacks_struct
 
newInstance() - Method in class ssh.ssh_callbacks_struct
 
newInstance() - Method in class ssh.ssh_channel_callbacks_struct
 
newInstance() - Method in class ssh.ssh_packet_callbacks_struct
 
newInstance() - Method in class ssh.ssh_socket_callbacks_struct
 
newInstance() - Method in class ssh.ssh_threads_callbacks_struct
 
next - Variable in class ssh.sftp_request_queue_struct
 
NO_AGENT - Static variable in exception net.sf.sshapi.SshException
No agent could be found.
nonblocking - Variable in class ssh.sftp_file_struct
 
NOT_ENCRYPTED - Static variable in exception net.sf.sshapi.SshException
An attempt was made to decrypt a key that was not encrypted.
NOT_OPEN - Static variable in exception net.sf.sshapi.SshException
An attempt was made to 'close' a resource, an SshPortForward for example, but the resource was already closed.
nullOrTrimmedBlank(String) - Static method in class net.sf.sshapi.util.Util
Return an empty string if null, or a string with spaces trimmed from the beginning and end if not null.

O

O_RDONLY - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 
O_RDWR - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 
O_WRONLY - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 
offset - Variable in class ssh.sftp_client_message_struct
 
offset - Variable in class ssh.sftp_file_struct
 
onClose() - Method in class net.sf.sshapi.AbstractLifecycleComponentWithEvents
 
onClose() - Method in class net.sf.sshapi.AbstractSCPClient
 
onClose() - Method in class net.sf.sshapi.forwarding.AbstractPortForward
 
onClose() - Method in class net.sf.sshapi.impl.libssh.LibsshLocalForward
 
onClose() - Method in class net.sf.sshapi.impl.libssh.LibsshSCPClient
 
onClose() - Method in class net.sf.sshapi.impl.libssh.LibsshShell
 
onConnect(InetSocketAddress, int) - Method in class net.sf.sshapi.AbstractSocket
 
onOpen() - Method in class net.sf.sshapi.AbstractLifecycleComponentWithEvents
 
onOpen() - Method in class net.sf.sshapi.AbstractSCPClient
 
onOpen() - Method in class net.sf.sshapi.forwarding.AbstractPortForward
 
onOpen() - Method in class net.sf.sshapi.impl.libssh.LibsshLocalForward
 
onOpen() - Method in class net.sf.sshapi.impl.libssh.LibsshSCPClient
 
onOpen() - Method in class net.sf.sshapi.impl.libssh.LibsshShell
 
open() - Method in class net.sf.sshapi.AbstractLifecycleComponentWithEvents
 
open() - Method in class net.sf.sshapi.forwarding.AbstractPortForward
 
open() - Method in interface net.sf.sshapi.forwarding.SshPortForward
Open the tunnel.
open() - Method in interface net.sf.sshapi.SshLifecycleComponent
Open the component.
openConnectionInternal() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
openConnectionInternal() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
opened(SshLifecycleComponent) - Method in interface net.sf.sshapi.SshLifecycleListener
A channel has been opened.
opened(SshLifecycleComponent) - Method in class net.sf.sshapi.util.ChannelListenerAdapter
 
OPENSSH_AGENT - Static variable in class net.sf.sshapi.Capability
The provider supports an SSH agent for key authentication.
OPENSSH_FORMAT - Static variable in interface net.sf.sshapi.identity.SshPublicKeyFile
OpenSSH
OPENSSH_PROTOCOL - Static variable in interface net.sf.sshapi.agent.SshAgent
OpenSSH and the de-facto standard
org.apache.maven.wagon.providers.ssh.sshapi - package org.apache.maven.wagon.providers.ssh.sshapi
 
owner - Variable in class ssh.sftp_attributes_struct
set if openssh and version 4
C type : char*

P

packet_type - Variable in class ssh.sftp_message_struct
 
parseHexString(String) - Static method in class net.sf.sshapi.util.Util
Parse a string of bytes encoded as hexadecimal values.
parsePermissionsString(String) - Static method in class net.sf.sshapi.util.Util
Parse a formatted permissions string.
PASSPHRASE_REQUIRED - Static variable in exception net.sf.sshapi.SshException
A passphrase is required to perform an operation, but was not supplied.
PASSWORD_AUTHENTICATION - Static variable in class net.sf.sshapi.Capability
The provider supports password authentication.
payload - Variable in class ssh.sftp_message_struct
 
payload - Variable in class ssh.sftp_packet_struct
 
PEMFilePublicKeyAuthenticator - Class in net.sf.sshapi.util
A public key authenticator that reads the key from a file.
PEMFilePublicKeyAuthenticator(SshPasswordPrompt, File) - Constructor for class net.sf.sshapi.util.PEMFilePublicKeyAuthenticator
Constructor
PER_CONNECTION_CONFIGURATION - Static variable in class net.sf.sshapi.Capability
The provider fully supports per-connection configuration.
permissions - Variable in class ssh.sftp_attributes_struct
 
ping(byte[]) - Method in interface net.sf.sshapi.agent.SshAgent
Ping the remote side with some random padding data
ping(byte[]) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
PORT_FORWARD_EVENTS - Static variable in class net.sf.sshapi.Capability
The provider supports port forwarding events.
PRIVATE_KEY_FORMAT_NOT_SUPPORTED - Static variable in exception net.sf.sshapi.SshException
An attempt was made to write to a private key format that is not supported.
privatekey_free(SshLibrary.ssh_private_key) - Method in interface ssh.SshLibrary
Original signature : void privatekey_free(ssh_private_key)
native declaration : /usr/include/libssh/legacy.h:80
privatekey_from_file(SshLibrary.ssh_session, Pointer, int, Pointer) - Method in interface ssh.SshLibrary
privatekey_from_file(SshLibrary.ssh_session, String, int, String) - Method in interface ssh.SshLibrary
Original signature : ssh_private_key privatekey_from_file(ssh_session, const char*, int, const char*)
native declaration : /usr/include/libssh/legacy.h:81
prompt(String) - Static method in class net.sf.sshapi.util.Util
Prompt for an answer on the console
prompt(String, String) - Static method in class net.sf.sshapi.util.Util
Display a prompt on the console and wait for an answer.
promptForPassphrase(SshClient, String) - Method in interface net.sf.sshapi.auth.SshPublicKeyAuthenticator
Invoked when the session requires a passphrase (for a key).
promptForPassphrase(SshClient, String) - Method in class net.sf.sshapi.util.PEMFilePublicKeyAuthenticator
 
promptForPassword(SshClient, String) - Method in class JLinePasswordAuthenticator
 
promptForPassword(SshClient, String) - Method in interface net.sf.sshapi.SshPasswordPrompt
Invoked when a password.
promptForPassword(SshClient, String) - Method in class net.sf.sshapi.util.ConsolePasswordAuthenticator
 
promptForPassword(SshClient, String) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
 
promptForPassword(SshClient, String) - Method in class net.sf.sshapi.util.SimplePasswordAuthenticator
 
PromptingKeyValidator - Class in org.apache.maven.wagon.providers.ssh.sshapi
SshHostKeyValidator implementation that displays it's confirmations of keys via Maven's InteractiveUserInfo.
PromptingKeyValidator(InteractiveUserInfo, SshHostKeyManager) - Constructor for class org.apache.maven.wagon.providers.ssh.sshapi.PromptingKeyValidator
Constructor.
promptYesNo(String) - Static method in class net.sf.sshapi.util.Util
Prompt for a yes / no answer on the console
PROVIDER_CLASS_NAME - Static variable in class net.sf.sshapi.DefaultProviderFactory
System property name that may be set to use a specific provider
providerHasCapabilities(SshProvider) - Method in class net.sf.sshapi.SshConfiguration
Test if a provider has all the capbilities required by this configuration.
PUBLIC_KEY_AUTHENTICATION - Static variable in class net.sf.sshapi.Capability
The provider supports public key authentication.
PUBLIC_KEY_SSHDSA - Static variable in class net.sf.sshapi.SshConfiguration
SSH2 DSA Public Key
PUBLIC_KEY_SSHRSA - Static variable in class net.sf.sshapi.SshConfiguration
SSH2 RSA Public Key
PUBLIC_KEY_SSHRSA1 - Static variable in class net.sf.sshapi.SshConfiguration
SSH1 RSA Public Key
PUBLIC_KEY_SUBSYSTEM - Static variable in class net.sf.sshapi.Capability
The provider supports the public key subsystem.
publickey_free(SshLibrary.ssh_public_key) - Method in interface ssh.SshLibrary
Original signature : void publickey_free(ssh_public_key)
native declaration : /usr/include/libssh/legacy.h:83
publickey_from_file(SshLibrary.ssh_session, Pointer, IntByReference) - Method in interface ssh.SshLibrary
publickey_from_file(SshLibrary.ssh_session, String, IntBuffer) - Method in interface ssh.SshLibrary
Original signature : ssh_string publickey_from_file(ssh_session, const char*, int*)
native declaration : /usr/include/libssh/legacy.h:86
publickey_from_privatekey(SshLibrary.ssh_private_key) - Method in interface ssh.SshLibrary
Original signature : ssh_public_key publickey_from_privatekey(ssh_private_key)
native declaration : /usr/include/libssh/legacy.h:88
publickey_to_string(SshLibrary.ssh_public_key) - Method in interface ssh.SshLibrary
Original signature : ssh_string publickey_to_string(ssh_public_key)
native declaration : /usr/include/libssh/legacy.h:89
put(String, String, File, boolean) - Method in class net.sf.sshapi.AbstractSCPClient
 
put(String, int) - Method in class net.sf.sshapi.sftp.AbstractSftpClient
 
put(String, int, long) - Method in class net.sf.sshapi.sftp.AbstractSftpClient
 
put(String, InputStream, int) - Method in interface net.sf.sshapi.sftp.SftpClient
Write to a remote from the provided input stream.
put(String, int, long) - Method in interface net.sf.sshapi.sftp.SftpClient
Open a remote file for writing to.
put(String, int) - Method in interface net.sf.sshapi.sftp.SftpClient
Open a remote file for writing to.
put(String, String, File, boolean) - Method in interface net.sf.sshapi.SshSCPClient
Put a file or directory to a remote path.
putClient(SftpClient) - Method in class net.sf.sshapi.vfs.SftpFileSystem
 
putDirectory(File, String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
putDirectory(File, String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 

Q

queue - Variable in class ssh.sftp_session_struct
 

R

RANDOM - Static variable in class net.sf.sshapi.impl.jsch.JschSshProvider
 
read(byte[], int, int) - Method in class net.sf.sshapi.impl.libssh.LibsshInputStream
 
read() - Method in class net.sf.sshapi.impl.libssh.LibsshInputStream
 
readLine(InputStream) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
RECEIVED - Static variable in interface net.sf.sshapi.SshDataListener
Data was received from the server on this channel
REMOTE_FORWARDING - Static variable in interface net.sf.sshapi.forwarding.SshPortForward
Constant used to specify whether the event relates to a remote forwarding
remove(SshHostKey) - Method in interface net.sf.sshapi.hostkeys.SshHostKeyManager
Remove a key.
remove(SshPublicKey) - Method in interface net.sf.sshapi.identity.SshPublicKeySubsystem
Remove a key from the list of available authorized keys.
remove(SshHostKey) - Method in class net.sf.sshapi.impl.maverick.MaverickHostKeyManager
 
remove(SshHostKey) - Method in class net.sf.sshapi.impl.maverick16.MaverickHostKeyManager
 
removeChannelHandler(SshChannelHandler) - Method in class net.sf.sshapi.AbstractClient
 
removeChannelHandler(SshChannelHandler) - Method in interface net.sf.sshapi.SshClient
Remove a channel handler from the list of those invoked when custom channel creation requests are received.
removeDataListener(SshDataListener) - Method in class net.sf.sshapi.AbstractDataProducingComponent
 
removeDataListener(SshDataListener) - Method in class net.sf.sshapi.impl.libssh.LibsshShell
 
removeDataListener(SshDataListener) - Method in interface net.sf.sshapi.SshDataProducingComponent
Remove a listener from those informed when a component produces data.
removeFileTransferListener(SshFileTransferListener) - Method in class net.sf.sshapi.AbstractFileTransferClient
Remove a new listener from those informed when file transfers start, progress or stop.
removeFileTransferListener(SshFileTransferListener) - Method in interface net.sf.sshapi.SshFileTransferClient
Remove a listener from those informed when file transfer events occur.
removeListener(SshLifecycleListener) - Method in class net.sf.sshapi.AbstractLifecycleComponent
 
removeListener(SshLifecycleListener) - Method in interface net.sf.sshapi.SshLifecycleComponent
Remove a listener from those informed when the current phase in this components lifecycle changes.
removePortForwardListener(SshPortForwardListener) - Method in class net.sf.sshapi.AbstractClient
 
removePortForwardListener(SshPortForwardListener) - Method in interface net.sf.sshapi.SshClient
Remove a listener that is notified when channels are opened on this port forward.
rename(String, String) - Method in interface net.sf.sshapi.sftp.SftpClient
Rename or move a file.
request(SshChannel, String, boolean, byte[]) - Method in interface net.sf.sshapi.SshChannelListener
The remote side sent a channel request.
requestPseudoTerminalChange(int, int, int, int) - Method in class net.sf.sshapi.impl.libssh.LibsshShell
 
requestPseudoTerminalChange(int, int, int, int) - Method in interface net.sf.sshapi.SshShell
Request that the pseudo terminal attributes are changed.
resourceExists(String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
resourceExists(String) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
RFC_AGENT - Static variable in class net.sf.sshapi.Capability
The provider supports an RFC agent for key authentication.
RFC_PROTOCOL - Static variable in interface net.sf.sshapi.agent.SshAgent
RFC agent protocol.
rm(String) - Method in interface net.sf.sshapi.sftp.SftpClient
Remove a file given it's path.
rmdir(String) - Method in interface net.sf.sshapi.sftp.SftpClient
Remove a directory given it's path.
run() - Method in class net.sf.sshapi.impl.libssh.LibsshLocalForward
 

S

S_IFMT - Static variable in class net.sf.sshapi.util.Util
Permissions flag: Format mask constant can be used to mask off a file type from the mode.
S_IRUSR - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 
S_IRWXU - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 
S_ISGID - Static variable in class net.sf.sshapi.util.Util
Permissions flag: Bit to determine whether a file is executed as the group owner
S_ISUID - Static variable in class net.sf.sshapi.util.Util
Permissions flag: Bit to determine whether a file is executed as the owner
S_IWUSR - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 
S_IXUSR - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 
SCP - Static variable in class net.sf.sshapi.Capability
The provider supports SCP.
scp - Class in <Unnamed>
Java clone of the de-facto standard OpenSSH scp command.
scp() - Constructor for class scp
Constructor.
SCP_BUFFER_SIZE - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 
ScpCommandExecutor - Class in org.apache.maven.wagon.providers.ssh.sshapi
ScpCommandExecutor - bridge class for plexus:descriptor
ScpCommandExecutor() - Constructor for class org.apache.maven.wagon.providers.ssh.sshapi.ScpCommandExecutor
Constructor
ScpWagon - Class in org.apache.maven.wagon.providers.ssh.sshapi
SCP protocol wagon.
ScpWagon() - Constructor for class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
SECSH_FORMAT - Static variable in interface net.sf.sshapi.identity.SshPublicKeyFile
SECSH
seed(long) - Method in class net.sf.sshapi.impl.ganymed.GanymedSshProvider
 
seed(long) - Method in class net.sf.sshapi.impl.j2ssh.J2SshProvider
 
seed(long) - Method in class net.sf.sshapi.impl.jsch.JschSshProvider
 
seed(long) - Method in class net.sf.sshapi.impl.libssh.LibsshSshProvider
 
seed(long) - Method in class net.sf.sshapi.impl.maverick.MaverickSshProvider
 
seed(long) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshProvider
 
seed(long) - Method in class net.sf.sshapi.impl.trilead.TrileadSshProvider
 
seed(long) - Method in interface net.sf.sshapi.SshProvider
Seed the random number generator.
sendEom(OutputStream) - Static method in class org.apache.maven.wagon.providers.ssh.sshapi.ScpWagon
 
sendRequest(String, boolean, byte[]) - Method in interface net.sf.sshapi.SshChannel
Sends a channel request.
sendUrgentData(int) - Method in class net.sf.sshapi.AbstractSocket
 
SENT - Static variable in interface net.sf.sshapi.SshDataListener
Data was sent to the server on this channel
server_version - Variable in class ssh.sftp_session_struct
 
session - Variable in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
session - Variable in class ssh.sftp_session_struct
 
setBannerHandler(SshBannerHandler) - Method in class net.sf.sshapi.SshConfiguration
Set the banner handler (called to display the login banner).
setCharset(FileSystemOptions, String) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Set the character encoding to use.
setCompression(FileSystemOptions, String) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Set the compression algorithm to use.
setCreate(byte[]) - Method in class net.sf.sshapi.DefaultChannelData
 
setData(byte[]) - Method in class net.sf.sshapi.util.XAuthorityFile
Set the XAuthority data.
setDebug(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Set whether GSSAPI operations should output debug.
setDefaultLevel(Logger.Level) - Method in class net.sf.sshapi.util.ConsoleLogger
Set the default level.
setDoNotPrompt(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Set this to true if you do not want to be prompted for the password if credentials can not be obtained from the cache or keytab.(Default is false) If set to true authentication will fail if credentials can not be obtained from the cache or keytab.
setHostKeyValidator(SshHostKeyValidator) - Method in class net.sf.sshapi.SshConfiguration
Set the object that is used to validate host keys.
setHostKeyVerification(FileSystemOptions, SshHostKeyValidator) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Set the host key validator to use.
setHostname(String) - Method in class net.sf.sshapi.SshProxyServerDetails
Set the proxy server hostname
setIdentities(FileSystemOptions, File[]) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Set the files contain private keys (for authentication) to use.
setInteractiveUserInfo(InteractiveUserInfo) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
Set the interactive user info.
setKeepAlive(boolean) - Method in class net.sf.sshapi.AbstractSocket
 
setKnownHosts(FileSystemOptions, File) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Set the file to use to store known hosts.
setKnownHostsProvider(KnownHostsProvider) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
setLastModified(String, long) - Method in interface net.sf.sshapi.sftp.SftpClient
Set the last modified time of a file.
setLogger(Logger) - Static method in class net.sf.sshapi.SshConfiguration
Set the logger to use
setOOBInline(boolean) - Method in class net.sf.sshapi.AbstractSocket
 
setPacketSize(int) - Method in class net.sf.sshapi.DefaultChannelData
 
setPassword(char[]) - Method in class net.sf.sshapi.SshProxyServerDetails
Set the password required to authenticate with the proxy server.
setPassword(char[]) - Method in class net.sf.sshapi.util.SimplePasswordAuthenticator
Set the password that will be returned when #promptForPassword(SshSession, String) is called.
setPerformancePreferences(int, int, int) - Method in class net.sf.sshapi.AbstractSocket
 
setPort(int) - Method in class net.sf.sshapi.SshProxyServerDetails
Set the proxy server port.
setPreferredClientToServerCipher(String) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred client to server cipher.
setPreferredClientToServerCompression(String) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred client to server compression.
setPreferredClientToServerMAC(String) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred client to server MAC.
setPreferredKeyExchange(String) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred key exchange.
setPreferredPublicKey(String) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred public key algorithm.
setPreferredServerToClientCipher(String) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred server to client cipher.
setPreferredServerToClientCompression(String) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred server to client compression.
setPreferredServerToClientMAC(String) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred server to client MAC.
setPreferredSSH1CipherType(String) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred SSH1 cipher.
setPrincipal(String) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Set the name of the principal that should be used.
setPrivateKey(SshPrivateKey) - Method in class net.sf.sshapi.identity.SshKeyPair
Set the private key portion of this key pair.
setProtocolVersion(int) - Method in class net.sf.sshapi.SshConfiguration
Set the preferred protocol version.
setProviderClassLoader(ClassLoader) - Static method in class net.sf.sshapi.DefaultProviderFactory
Set the class loader to use to load providers.
setProxyServer(SshProxyServerDetails) - Method in class net.sf.sshapi.SshConfiguration
Set the proxy server details.
setPublicKey(SshPublicKey) - Method in class net.sf.sshapi.identity.SshKeyPair
Set the public key portion of this key pair.
setReceiveBufferSize(int) - Method in class net.sf.sshapi.AbstractSocket
 
setRequestData(byte[]) - Method in class net.sf.sshapi.DefaultChannelData
 
setReuseAddress(boolean) - Method in class net.sf.sshapi.AbstractSocket
 
setSendBufferSize(int) - Method in class net.sf.sshapi.AbstractSocket
 
setSftpSSH1Path(String) - Method in class net.sf.sshapi.SshConfiguration
Set the path of the SFTP server executable (SSH1 only).
setSocketFactory(SocketFactory) - Method in class net.sf.sshapi.SshConfiguration
Set the socket factory to use to make outgoing connections to SSH servers.
setSocketFactory(SocketFactory) - Static method in class net.sf.sshapi.vfs.SshClientFactory
Set the socket factory to use for making connections to remote SSH servers.
setSoLinger(boolean, int) - Method in class net.sf.sshapi.AbstractSocket
 
setSoTimeout(int) - Method in class net.sf.sshapi.AbstractSocket
 
setSshClient(FileSystemOptions, SshClient) - Method in class net.sf.sshapi.vfs.SftpFileSystemConfigBuilder
Set the shared SSH client to use.
setStoreKey(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Set this to True to if you want the principal's key to be stored in the Subject's private credentials.
setSupportsDefaultConfiguration(boolean) - Method in class net.sf.sshapi.AbstractProvider
 
setTcpNoDelay(boolean) - Method in class net.sf.sshapi.AbstractSocket
 
setTimeout(int) - Method in class net.sf.sshapi.AbstractClient
 
setTimeout(long) - Method in class net.sf.sshapi.DefaultChannelData
 
setTimeout(int) - Method in class net.sf.sshapi.forwarding.AbstractPortForward
 
setTimeout(int) - Method in interface net.sf.sshapi.forwarding.SshPortForward
Set a timeout in milliseconds for opening the forward
setTimeout(int) - Method in interface net.sf.sshapi.SshClient
Set the timeout on the underlying transport (usually a Socket, if supported).
setTrafficClass(int) - Method in class net.sf.sshapi.AbstractSocket
 
setTryFirstPass(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Set to true to retrieve the the username and password from the module's shared state using "javax.security.auth.login.name" and "javax.security.auth.login.password" as the respective keys.
setType(SshProxyServerDetails.Type) - Method in class net.sf.sshapi.SshProxyServerDetails
Set the proxy server type.
setUseKeyTab(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Set this to true if you want the module to get the principal's key from the the keytab.(default value is False) If keyatb is not set then the module will locate the keytab from the Kerberos configuration file.
setUsername(String) - Method in class net.sf.sshapi.SshProxyServerDetails
Set the username required to authenticate with the proxy server.
setUseTicketCache(boolean) - Method in class net.sf.sshapi.util.DefaultGSSAuthenticator
Set this to true, if you want the TGT to be obtained from the ticket cache.
setWindowSize(int) - Method in class net.sf.sshapi.DefaultChannelData
 
setX11Cookie(byte[]) - Method in class net.sf.sshapi.SshConfiguration
Set the cookie to use for X11 forwarding.
setX11Cookie(byte[]) - Method in class net.sf.sshapi.util.XDetails
Set the cookie.
setX11Host(String) - Method in class net.sf.sshapi.SshConfiguration
Set the host to use for X11 forwarding.
setX11Port(int) - Method in class net.sf.sshapi.SshConfiguration
Set the port to use for X11 forwarding.
SFTP - Static variable in class net.sf.sshapi.Capability
The provider supports SFTP.
sftp - Variable in class ssh.sftp_client_message_struct
 
sftp - Variable in class ssh.sftp_dir_struct
 
sftp - Variable in class ssh.sftp_file_struct
 
sftp - Variable in class ssh.sftp_message_struct
 
sftp - Variable in class ssh.sftp_packet_struct
 
sftp_async_read(sftp_file_struct, Pointer, int, int) - Method in interface ssh.SshLibrary
 
sftp_async_read_begin(sftp_file_struct, int) - Method in interface ssh.SshLibrary
 
sftp_attributes_free(sftp_attributes_struct) - Method in interface ssh.SshLibrary
 
sftp_attributes_struct - Class in ssh
native declaration : /usr/include/libssh/sftp.h:151
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_attributes_struct() - Constructor for class ssh.sftp_attributes_struct
 
sftp_attributes_struct.ByReference - Class in ssh
 
sftp_attributes_struct.ByValue - Class in ssh
 
SFTP_BUFFER_SIZE - Static variable in class net.sf.sshapi.impl.libssh.LibsshClient
 
sftp_canonicalize_path(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
sftp_canonicalize_path(sftp_session_struct, String) - Method in interface ssh.SshLibrary
 
sftp_chmod(sftp_session_struct, Pointer, int) - Method in interface ssh.SshLibrary
sftp_chmod(sftp_session_struct, String, int) - Method in interface ssh.SshLibrary
 
sftp_chown(sftp_session_struct, Pointer, int, int) - Method in interface ssh.SshLibrary
sftp_chown(sftp_session_struct, String, int, int) - Method in interface ssh.SshLibrary
 
sftp_client_message_free(sftp_client_message_struct) - Method in interface ssh.SshLibrary
Original signature : void sftp_client_message_free(sftp_client_message)
native declaration : /usr/include/libssh/sftp.h:776
sftp_client_message_struct - Class in ssh
this is a bunch of all data that could be into a message
native declaration : /usr/include/libssh/sftp.h:121
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_client_message_struct() - Constructor for class ssh.sftp_client_message_struct
 
sftp_client_message_struct.ByReference - Class in ssh
 
sftp_client_message_struct.ByValue - Class in ssh
 
SFTP_CLOSE - Static variable in interface ssh.SshLibrary
 
sftp_close(sftp_file_struct) - Method in interface ssh.SshLibrary
 
sftp_closedir(sftp_dir_struct) - Method in interface ssh.SshLibrary
 
sftp_dir_eof(sftp_dir_struct) - Method in interface ssh.SshLibrary
 
sftp_dir_struct - Class in ssh
native declaration : /usr/include/libssh/sftp.h:104
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_dir_struct() - Constructor for class ssh.sftp_dir_struct
 
sftp_dir_struct(sftp_session_struct.ByReference, Pointer, SshLibrary.ssh_string, SshLibrary.ssh_buffer, int, int) - Constructor for class ssh.sftp_dir_struct
 
sftp_dir_struct.ByReference - Class in ssh
 
sftp_dir_struct.ByValue - Class in ssh
 
sftp_ext(Pointer) - Constructor for class ssh.SshLibrary.sftp_ext
 
sftp_ext() - Constructor for class ssh.SshLibrary.sftp_ext
 
sftp_extension_supported(sftp_session_struct, Pointer, Pointer) - Method in interface ssh.SshLibrary
sftp_extension_supported(sftp_session_struct, String, String) - Method in interface ssh.SshLibrary
 
sftp_extensions_get_count(sftp_session_struct) - Method in interface ssh.SshLibrary
 
sftp_extensions_get_data(sftp_session_struct, int) - Method in interface ssh.SshLibrary
 
sftp_extensions_get_name(sftp_session_struct, int) - Method in interface ssh.SshLibrary
 
sftp_file_set_blocking(sftp_file_struct) - Method in interface ssh.SshLibrary
Original signature : void sftp_file_set_blocking(sftp_file)
native declaration : /usr/include/libssh/sftp.h:418
sftp_file_set_nonblocking(sftp_file_struct) - Method in interface ssh.SshLibrary
Original signature : void sftp_file_set_nonblocking(sftp_file)
native declaration : /usr/include/libssh/sftp.h:416
sftp_file_struct - Class in ssh
file handler
native declaration : /usr/include/libssh/sftp.h:95
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_file_struct() - Constructor for class ssh.sftp_file_struct
 
sftp_file_struct(sftp_session_struct.ByReference, Pointer, long, SshLibrary.ssh_string, int, int) - Constructor for class ssh.sftp_file_struct
 
sftp_file_struct.ByReference - Class in ssh
 
sftp_file_struct.ByValue - Class in ssh
 
sftp_free(sftp_session_struct) - Method in interface ssh.SshLibrary
 
SFTP_FSETSTAT - Static variable in interface ssh.SshLibrary
 
SFTP_FSTAT - Static variable in interface ssh.SshLibrary
 
sftp_fstat(sftp_file_struct) - Method in interface ssh.SshLibrary
 
sftp_fstatvfs(sftp_file_struct) - Method in interface ssh.SshLibrary
 
sftp_get_client_message(sftp_session_struct) - Method in interface ssh.SshLibrary
Original signature : sftp_client_message sftp_get_client_message(sftp_session)
native declaration : /usr/include/libssh/sftp.h:775
sftp_get_error(sftp_session_struct) - Method in interface ssh.SshLibrary
 
sftp_handle(sftp_session_struct, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : void* sftp_handle(sftp_session, ssh_string)
native declaration : /usr/include/libssh/sftp.h:782
sftp_handle_alloc(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
Original signature : ssh_string sftp_handle_alloc(sftp_session, void*)
native declaration : /usr/include/libssh/sftp.h:780
sftp_handle_remove(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
Original signature : void sftp_handle_remove(sftp_session, void*)
native declaration : /usr/include/libssh/sftp.h:788
SFTP_HANDLES - Static variable in interface ssh.SshLibrary
 
sftp_init(sftp_session_struct) - Method in interface ssh.SshLibrary
 
SFTP_LSTAT - Static variable in interface ssh.SshLibrary
 
sftp_lstat(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
sftp_lstat(sftp_session_struct, String) - Method in interface ssh.SshLibrary
 
sftp_message_struct - Class in ssh
native declaration : /usr/include/libssh/sftp.h:113
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_message_struct() - Constructor for class ssh.sftp_message_struct
 
sftp_message_struct(sftp_session_struct.ByReference, byte, SshLibrary.ssh_buffer, int) - Constructor for class ssh.sftp_message_struct
 
sftp_message_struct.ByReference - Class in ssh
 
sftp_message_struct.ByValue - Class in ssh
 
SFTP_MKDIR - Static variable in interface ssh.SshLibrary
 
sftp_mkdir(sftp_session_struct, Pointer, int) - Method in interface ssh.SshLibrary
sftp_mkdir(sftp_session_struct, String, int) - Method in interface ssh.SshLibrary
 
sftp_new(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
 
SFTP_OPEN - Static variable in interface ssh.SshLibrary
 
sftp_open(sftp_session_struct, Pointer, int, int) - Method in interface ssh.SshLibrary
sftp_open(sftp_session_struct, String, int, int) - Method in interface ssh.SshLibrary
 
SFTP_OPENDIR - Static variable in interface ssh.SshLibrary
 
sftp_opendir(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
sftp_opendir(sftp_session_struct, String) - Method in interface ssh.SshLibrary
 
SFTP_OVER_SCP - Static variable in class net.sf.sshapi.Capability
The provider can fall-back to using SCP if SFTP is not available.
sftp_packet_free(sftp_packet_struct) - Method in interface ssh.SshLibrary
Original signature : void sftp_packet_free(sftp_packet)
native declaration : /usr/include/libssh/sftp.h:770
sftp_packet_read(sftp_session_struct) - Method in interface ssh.SshLibrary
Original signature : sftp_packet sftp_packet_read(sftp_session)
native declaration : /usr/include/libssh/sftp.h:768
sftp_packet_struct - Class in ssh
native declaration : /usr/include/libssh/sftp.h:88
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_packet_struct() - Constructor for class ssh.sftp_packet_struct
 
sftp_packet_struct(sftp_session_struct.ByReference, byte, SshLibrary.ssh_buffer) - Constructor for class ssh.sftp_packet_struct
 
sftp_packet_struct.ByReference - Class in ssh
 
sftp_packet_struct.ByValue - Class in ssh
 
sftp_packet_write(sftp_session_struct, byte, SshLibrary.ssh_buffer) - Method in interface ssh.SshLibrary
Original signature : int sftp_packet_write(sftp_session, uint8_t, ssh_buffer)
native declaration : /usr/include/libssh/sftp.h:769
sftp_parse_attr(sftp_session_struct, SshLibrary.ssh_buffer, int) - Method in interface ssh.SshLibrary
Original signature : sftp_attributes sftp_parse_attr(sftp_session, ssh_buffer, int)
native declaration : /usr/include/libssh/sftp.h:772
SFTP_READ - Static variable in interface ssh.SshLibrary
 
sftp_read(sftp_file_struct, Pointer, NativeSize) - Method in interface ssh.SshLibrary
 
SFTP_READDIR - Static variable in interface ssh.SshLibrary
 
sftp_readdir(sftp_session_struct, sftp_dir_struct) - Method in interface ssh.SshLibrary
 
SFTP_READLINK - Static variable in interface ssh.SshLibrary
 
sftp_readlink(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
sftp_readlink(sftp_session_struct, String) - Method in interface ssh.SshLibrary
 
SFTP_REALPATH - Static variable in interface ssh.SshLibrary
 
SFTP_REMOVE - Static variable in interface ssh.SshLibrary
 
SFTP_RENAME - Static variable in interface ssh.SshLibrary
 
sftp_rename(sftp_session_struct, Pointer, Pointer) - Method in interface ssh.SshLibrary
sftp_rename(sftp_session_struct, String, String) - Method in interface ssh.SshLibrary
 
sftp_reply_attr(sftp_client_message_struct, sftp_attributes_struct) - Method in interface ssh.SshLibrary
Original signature : int sftp_reply_attr(sftp_client_message, sftp_attributes)
native declaration : /usr/include/libssh/sftp.h:781
sftp_reply_data(sftp_client_message_struct, Pointer, int) - Method in interface ssh.SshLibrary
Original signature : int sftp_reply_data(sftp_client_message, const void*, int)
native declaration : /usr/include/libssh/sftp.h:787
sftp_reply_handle(sftp_client_message_struct, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : int sftp_reply_handle(sftp_client_message, ssh_string)
native declaration : /usr/include/libssh/sftp.h:779
sftp_reply_name(sftp_client_message_struct, Pointer, sftp_attributes_struct) - Method in interface ssh.SshLibrary
sftp_reply_name(sftp_client_message_struct, String, sftp_attributes_struct) - Method in interface ssh.SshLibrary
Original signature : int sftp_reply_name(sftp_client_message, const char*, sftp_attributes)
native declaration : /usr/include/libssh/sftp.h:777
sftp_reply_names(sftp_client_message_struct) - Method in interface ssh.SshLibrary
Original signature : int sftp_reply_names(sftp_client_message)
native declaration : /usr/include/libssh/sftp.h:786
sftp_reply_names_add(sftp_client_message_struct, Pointer, Pointer, sftp_attributes_struct) - Method in interface ssh.SshLibrary
sftp_reply_names_add(sftp_client_message_struct, String, String, sftp_attributes_struct) - Method in interface ssh.SshLibrary
Original signature : int sftp_reply_names_add(sftp_client_message, const char*, const char*, sftp_attributes)
native declaration : /usr/include/libssh/sftp.h:784
sftp_reply_status(sftp_client_message_struct, int, Pointer) - Method in interface ssh.SshLibrary
sftp_reply_status(sftp_client_message_struct, int, String) - Method in interface ssh.SshLibrary
Original signature : int sftp_reply_status(sftp_client_message, uint32_t, const char*)
native declaration : /usr/include/libssh/sftp.h:783
sftp_request_queue_struct - Class in ssh
native declaration : /usr/include/libssh/sftp.h:136
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_request_queue_struct() - Constructor for class ssh.sftp_request_queue_struct
 
sftp_request_queue_struct(sftp_request_queue_struct.ByReference, sftp_message_struct.ByReference) - Constructor for class ssh.sftp_request_queue_struct
 
sftp_request_queue_struct.ByReference - Class in ssh
 
sftp_request_queue_struct.ByValue - Class in ssh
 
sftp_rewind(sftp_file_struct) - Method in interface ssh.SshLibrary
 
SFTP_RMDIR - Static variable in interface ssh.SshLibrary
 
sftp_rmdir(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
sftp_rmdir(sftp_session_struct, String) - Method in interface ssh.SshLibrary
 
sftp_seek(sftp_file_struct, int) - Method in interface ssh.SshLibrary
 
sftp_seek64(sftp_file_struct, long) - Method in interface ssh.SshLibrary
 
sftp_server_version(sftp_session_struct) - Method in interface ssh.SshLibrary
 
sftp_session_struct - Class in ssh
native declaration : /usr/include/libssh/sftp.h:75
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_session_struct() - Constructor for class ssh.sftp_session_struct
 
sftp_session_struct.ByReference - Class in ssh
 
sftp_session_struct.ByValue - Class in ssh
 
SFTP_SETSTAT - Static variable in interface ssh.SshLibrary
 
sftp_setstat(sftp_session_struct, Pointer, sftp_attributes_struct) - Method in interface ssh.SshLibrary
sftp_setstat(sftp_session_struct, String, sftp_attributes_struct) - Method in interface ssh.SshLibrary
 
SFTP_STAT - Static variable in interface ssh.SshLibrary
 
sftp_stat(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
sftp_stat(sftp_session_struct, String) - Method in interface ssh.SshLibrary
 
sftp_status_message_struct - Class in ssh
SSH_FXP_MESSAGE described into .7 page 26
native declaration : /usr/include/libssh/sftp.h:142
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_status_message_struct() - Constructor for class ssh.sftp_status_message_struct
 
sftp_status_message_struct(int, int, SshLibrary.ssh_string, SshLibrary.ssh_string, Pointer, Pointer) - Constructor for class ssh.sftp_status_message_struct
 
sftp_status_message_struct.ByReference - Class in ssh
 
sftp_status_message_struct.ByValue - Class in ssh
 
sftp_statvfs(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
sftp_statvfs(sftp_session_struct, String) - Method in interface ssh.SshLibrary
 
sftp_statvfs_free(sftp_statvfs_struct) - Method in interface ssh.SshLibrary
 
sftp_statvfs_struct - Class in ssh
native declaration : /usr/include/libssh/sftp.h:176
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
sftp_statvfs_struct() - Constructor for class ssh.sftp_statvfs_struct
 
sftp_statvfs_struct.ByReference - Class in ssh
 
sftp_statvfs_struct.ByValue - Class in ssh
 
SFTP_SYMLINK - Static variable in interface ssh.SshLibrary
 
sftp_symlink(sftp_session_struct, Pointer, Pointer) - Method in interface ssh.SshLibrary
sftp_symlink(sftp_session_struct, String, String) - Method in interface ssh.SshLibrary
 
sftp_tell(sftp_file_struct) - Method in interface ssh.SshLibrary
 
sftp_tell64(sftp_file_struct) - Method in interface ssh.SshLibrary
 
sftp_unlink(sftp_session_struct, Pointer) - Method in interface ssh.SshLibrary
sftp_unlink(sftp_session_struct, String) - Method in interface ssh.SshLibrary
 
sftp_utimes(sftp_session_struct, Pointer, Pointer) - Method in interface ssh.SshLibrary
sftp_utimes(sftp_session_struct, String, Pointer) - Method in interface ssh.SshLibrary
 
SFTP_WRITE - Static variable in interface ssh.SshLibrary
 
sftp_write(sftp_file_struct, Pointer, NativeSize) - Method in interface ssh.SshLibrary
 
SftpClient - Interface in net.sf.sshapi.sftp
Providers will create an instance of an implementation of this interface to access the SFTP system.
SftpCode(String, int) - Constructor for class net.sf.sshapi.sftp.SftpException.SftpCode
Constructor.
SftpException - Exception in net.sf.sshapi.sftp
Specialised SshException that is thrown by operations in SftpClient.
SftpException(int) - Constructor for exception net.sf.sshapi.sftp.SftpException
Constructor
SftpException(SshException.Code) - Constructor for exception net.sf.sshapi.sftp.SftpException
Constructor
SftpException(int, String) - Constructor for exception net.sf.sshapi.sftp.SftpException
Constructor
SftpException(int, String, Throwable) - Constructor for exception net.sf.sshapi.sftp.SftpException
Constructor
SftpException.SftpCode - Class in net.sf.sshapi.sftp
SFTP error code.
SftpFile - Class in net.sf.sshapi.sftp
Represents a single file on the remote server.
SftpFile(int, String, long, long, long, long, int, int, int) - Constructor for class net.sf.sshapi.sftp.SftpFile
Constructor.
SftpFileNameParser - Class in net.sf.sshapi.vfs
File name parser for Sftp.
SftpFileNameParser() - Constructor for class net.sf.sshapi.vfs.SftpFileNameParser
Constructor
SftpFileObject - Class in net.sf.sshapi.vfs
 
SftpFileObject(AbstractFileName, SftpFileSystem) - Constructor for class net.sf.sshapi.vfs.SftpFileObject
 
SftpFileProvider - Class in net.sf.sshapi.vfs
Commons VFS file provider implementation for SFTP via SSHAPI
SftpFileProvider() - Constructor for class net.sf.sshapi.vfs.SftpFileProvider
Constructor.
SftpFileSystem - Class in net.sf.sshapi.vfs
FileSystem implementation for SFTP via SSHAPI
SftpFileSystem(GenericFileName, SshClient, FileSystemOptions) - Constructor for class net.sf.sshapi.vfs.SftpFileSystem
 
SftpFileSystemConfigBuilder - Class in net.sf.sshapi.vfs
 
SftpWagon - Class in org.apache.maven.wagon.providers.ssh.sshapi
SFTP protocol wagon via SSHAPI.
SftpWagon() - Constructor for class org.apache.maven.wagon.providers.ssh.sshapi.SftpWagon
 
shutdownInput() - Method in class net.sf.sshapi.AbstractSocket
 
shutdownOutput() - Method in class net.sf.sshapi.AbstractSocket
 
sign(byte[]) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPrivateKey
 
sign(byte[]) - Method in interface net.sf.sshapi.SshPrivateKey
Sign the data using this private key.
SimpleKeyboardInteractiveAuthenticator - Class in net.sf.sshapi.util
Simple keyboard interactive authenticator that return replies with a fixed set of answers.
SimpleKeyboardInteractiveAuthenticator(String) - Constructor for class net.sf.sshapi.util.SimpleKeyboardInteractiveAuthenticator
 
SimpleKeyboardInteractiveAuthenticator(String[]) - Constructor for class net.sf.sshapi.util.SimpleKeyboardInteractiveAuthenticator
 
SimplePasswordAuthenticator - Class in net.sf.sshapi.util
Simple SshAuthenticator implementation that has fixed passwords and passphrases.
SimplePasswordAuthenticator(char[]) - Constructor for class net.sf.sshapi.util.SimplePasswordAuthenticator
Constructor for when only password is going to be prompted for.
size - Variable in class ssh.sftp_attributes_struct
 
size - Variable in class ssh.ssh_bind_callbacks_struct
 
size - Variable in class ssh.ssh_callbacks_struct
 
size - Variable in class ssh.ssh_channel_callbacks_struct
 
SOCKET_FACTORY - Static variable in class net.sf.sshapi.Capability
The provider supports use of a SocketFactory to create connections.
SOCKS4 - Static variable in class net.sf.sshapi.SshProxyServerDetails.Type
SOCK4
SOCKS4_PROXY - Static variable in class net.sf.sshapi.Capability
The provider supports SOCKS4 proxy connections.
SOCKS5 - Static variable in class net.sf.sshapi.SshProxyServerDetails.Type
SOCKS5
SOCKS5_PROXY - Static variable in class net.sf.sshapi.Capability
The provider supports SOCKS5 proxy connections.
ssh - package ssh
 
SSH1 - Static variable in class net.sf.sshapi.Capability
The provider fully supports SSH1.
SSH1_FORMAT - Static variable in interface net.sf.sshapi.identity.SshPublicKeyFile
SSH1
SSH1_ONLY - Static variable in class net.sf.sshapi.SshConfiguration
Request only use of the SSH1 protocol.
SSH1_OR_SSH2 - Static variable in class net.sf.sshapi.SshConfiguration
Request use of either SSH1 or SSH2 protocols.
SSH1_RSA - Static variable in class net.sf.sshapi.identity.SshKeyPair
SSH1 RSA
SSH2 - Static variable in class net.sf.sshapi.Capability
The provider fully supports SSH2.
SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_BY_APPLICATION - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_COMPRESSION_ERROR - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_CONNECTION_LOST - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_HOST_AUTHENTICATION_FAILED - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_ILLEGAL_USER_NAME - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_KEY_EXCHANGE_FAILED - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_MAC_ERROR - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_PROTOCOL_ERROR - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_RESERVED - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_SERVICE_NOT_AVAILABLE - Static variable in interface ssh.SshLibrary
 
SSH2_DISCONNECT_TOO_MANY_CONNECTIONS - Static variable in interface ssh.SshLibrary
 
SSH2_DSA - Static variable in class net.sf.sshapi.identity.SshKeyPair
SSH2 DSA
SSH2_EXTENDED_DATA_STDERR - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_CLOSE - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_DATA - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_EOF - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_EXTENDED_DATA - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_FAILURE - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_OPEN - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_OPEN_CONFIRMATION - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_OPEN_FAILURE - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_REQUEST - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_SUCCESS - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_CHANNEL_WINDOW_ADJUST - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_DEBUG - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_DISCONNECT - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_GLOBAL_REQUEST - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_IGNORE - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_KEX_DH_GEX_GROUP - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_KEX_DH_GEX_INIT - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_KEX_DH_GEX_REPLY - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_KEX_DH_GEX_REQUEST - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_KEX_DH_GEX_REQUEST_OLD - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_KEXDH_INIT - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_KEXDH_REPLY - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_KEXINIT - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_NEWKEYS - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_REQUEST_FAILURE - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_REQUEST_SUCCESS - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_SERVICE_ACCEPT - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_SERVICE_REQUEST - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_UNIMPLEMENTED - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_USERAUTH_BANNER - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_USERAUTH_FAILURE - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_USERAUTH_INFO_REQUEST - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_USERAUTH_INFO_RESPONSE - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_USERAUTH_PK_OK - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_USERAUTH_REQUEST - Static variable in interface ssh.SshLibrary
 
SSH2_MSG_USERAUTH_SUCCESS - Static variable in interface ssh.SshLibrary
 
SSH2_ONLY - Static variable in class net.sf.sshapi.SshConfiguration
Request only use of the SSH2 protocol.
SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED - Static variable in interface ssh.SshLibrary
 
SSH2_OPEN_CONNECT_FAILED - Static variable in interface ssh.SshLibrary
 
SSH2_OPEN_RESOURCE_SHORTAGE - Static variable in interface ssh.SshLibrary
 
SSH2_OPEN_UNKNOWN_CHANNEL_TYPE - Static variable in interface ssh.SshLibrary
 
SSH2_RSA - Static variable in class net.sf.sshapi.identity.SshKeyPair
SSH2 RSA
ssh_accept(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
deprecated functions
Original signature : int ssh_accept(ssh_session)
native declaration : /usr/include/libssh/server.h:304
SSH_AGAIN - Static variable in interface ssh.SshLibrary
 
SSH_AUTH_AGAIN - Static variable in interface ssh.SshLibrary.ssh_auth_e
 
SSH_AUTH_DENIED - Static variable in interface ssh.SshLibrary.ssh_auth_e
 
SSH_AUTH_ERROR - Static variable in interface ssh.SshLibrary.ssh_auth_e
 
SSH_AUTH_INFO - Static variable in interface ssh.SshLibrary.ssh_auth_e
 
ssh_auth_list(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_auth_list(ssh_session)
native declaration : /usr/include/libssh/libssh.h:300
SSH_AUTH_METHOD_HOSTBASED - Static variable in interface ssh.SshLibrary
 
SSH_AUTH_METHOD_INTERACTIVE - Static variable in interface ssh.SshLibrary
 
SSH_AUTH_METHOD_NONE - Static variable in interface ssh.SshLibrary
 
SSH_AUTH_METHOD_PASSWORD - Static variable in interface ssh.SshLibrary
 
SSH_AUTH_METHOD_PUBLICKEY - Static variable in interface ssh.SshLibrary
 
SSH_AUTH_METHOD_UNKNOWN - Static variable in interface ssh.SshLibrary
 
SSH_AUTH_PARTIAL - Static variable in interface ssh.SshLibrary.ssh_auth_e
 
SSH_AUTH_SUCCESS - Static variable in interface ssh.SshLibrary.ssh_auth_e
 
ssh_basename(Pointer) - Method in interface ssh.SshLibrary
ssh_basename(String) - Method in interface ssh.SshLibrary
Original signature : char* ssh_basename(const char*)
native declaration : /usr/include/libssh/libssh.h:301
ssh_bind(Pointer) - Constructor for class ssh.SshLibrary.ssh_bind
 
ssh_bind() - Constructor for class ssh.SshLibrary.ssh_bind
 
ssh_bind_accept(SshLibrary.ssh_bind, SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
 
ssh_bind_callbacks_struct - Class in ssh
 
ssh_bind_callbacks_struct() - Constructor for class ssh.ssh_bind_callbacks_struct
 
ssh_bind_callbacks_struct(NativeSize, SshLibrary.ssh_bind_incoming_connection_callback) - Constructor for class ssh.ssh_bind_callbacks_struct
 
ssh_bind_callbacks_struct.ByReference - Class in ssh
 
ssh_bind_callbacks_struct.ByValue - Class in ssh
 
ssh_bind_fd_toaccept(SshLibrary.ssh_bind) - Method in interface ssh.SshLibrary
 
ssh_bind_free(SshLibrary.ssh_bind) - Method in interface ssh.SshLibrary
 
ssh_bind_get_fd(SshLibrary.ssh_bind) - Method in interface ssh.SshLibrary
 
ssh_bind_listen(SshLibrary.ssh_bind) - Method in interface ssh.SshLibrary
 
ssh_bind_new() - Method in interface ssh.SshLibrary
 
SSH_BIND_OPTIONS_BANNER - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
 
SSH_BIND_OPTIONS_BINDADDR - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
 
SSH_BIND_OPTIONS_BINDPORT - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
 
SSH_BIND_OPTIONS_BINDPORT_STR - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
 
SSH_BIND_OPTIONS_DSAKEY - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
 
SSH_BIND_OPTIONS_HOSTKEY - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
 
SSH_BIND_OPTIONS_LOG_VERBOSITY - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
 
SSH_BIND_OPTIONS_LOG_VERBOSITY_STR - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
 
SSH_BIND_OPTIONS_RSAKEY - Static variable in interface ssh.SshLibrary.ssh_bind_options_e
 
ssh_bind_options_set(SshLibrary.ssh_bind, int, Pointer) - Method in interface ssh.SshLibrary
 
ssh_bind_set_blocking(SshLibrary.ssh_bind, int) - Method in interface ssh.SshLibrary
 
ssh_bind_set_callbacks(SshLibrary.ssh_bind, ssh_bind_callbacks_struct, Pointer) - Method in interface ssh.SshLibrary
 
ssh_bind_set_fd(SshLibrary.ssh_bind, SshLibrary.SOCKET) - Method in interface ssh.SshLibrary
 
ssh_blocking_flush(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_blocking_flush(ssh_session, int)
native declaration : /usr/include/libssh/libssh.h:261
ssh_buffer(Pointer) - Constructor for class ssh.SshLibrary.ssh_buffer
 
ssh_buffer() - Constructor for class ssh.SshLibrary.ssh_buffer
 
ssh_callbacks_struct - Class in ssh
The structure to replace libssh functions with appropriate callbacks.
native declaration : /usr/include/libssh/callbacks.h:115
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
ssh_callbacks_struct() - Constructor for class ssh.ssh_callbacks_struct
 
ssh_callbacks_struct(NativeSize, Pointer, SshLibrary.ssh_auth_callback, SshLibrary.ssh_log_callback, ssh_callbacks_struct.connect_status_function_callback, SshLibrary.ssh_global_request_callback) - Constructor for class ssh.ssh_callbacks_struct
 
ssh_callbacks_struct.ByReference - Class in ssh
 
ssh_callbacks_struct.ByValue - Class in ssh
 
ssh_callbacks_struct.connect_status_function_callback - Interface in ssh
 
ssh_channel(Pointer) - Constructor for class ssh.SshLibrary.ssh_channel
 
ssh_channel() - Constructor for class ssh.SshLibrary.ssh_channel
 
ssh_channel_accept_x11(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
Original signature : ssh_channel ssh_channel_accept_x11(ssh_channel, int)
native declaration : /usr/include/libssh/libssh.h:262
ssh_channel_callbacks_struct - Class in ssh
native declaration : /usr/include/libssh/callbacks.h:350
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
ssh_channel_callbacks_struct() - Constructor for class ssh.ssh_channel_callbacks_struct
 
ssh_channel_callbacks_struct(NativeSize, Pointer, SshLibrary.ssh_channel_data_callback, SshLibrary.ssh_channel_eof_callback, SshLibrary.ssh_channel_close_callback, SshLibrary.ssh_channel_signal_callback, SshLibrary.ssh_channel_exit_status_callback, SshLibrary.ssh_channel_exit_signal_callback) - Constructor for class ssh.ssh_channel_callbacks_struct
 
ssh_channel_callbacks_struct.ByReference - Class in ssh
 
ssh_channel_callbacks_struct.ByValue - Class in ssh
 
ssh_channel_change_pty_size(SshLibrary.ssh_channel, int, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_change_pty_size(ssh_channel, int, int)
native declaration : /usr/include/libssh/libssh.h:263
ssh_channel_close(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_close(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:264
SSH_CHANNEL_DIRECT_TCPIP - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
 
SSH_CHANNEL_FORWARDED_TCPIP - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
 
ssh_channel_free(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : void ssh_channel_free(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:265
ssh_channel_get_exit_status(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_get_exit_status(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:266
ssh_channel_get_session(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : ssh_session ssh_channel_get_session(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:267
ssh_channel_is_closed(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_is_closed(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:268
ssh_channel_is_eof(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_is_eof(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:269
ssh_channel_is_open(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_is_open(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:270
ssh_channel_new(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : ssh_channel ssh_channel_new(ssh_session)
native declaration : /usr/include/libssh/libssh.h:271
ssh_channel_open_forward(SshLibrary.ssh_channel, Pointer, int, Pointer, int) - Method in interface ssh.SshLibrary
ssh_channel_open_forward(SshLibrary.ssh_channel, String, int, String, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_open_forward(ssh_channel, const char*, int, const char*, int)
native declaration : /usr/include/libssh/libssh.h:272
ssh_channel_open_reverse_forward(SshLibrary.ssh_channel, Pointer, int, Pointer, int) - Method in interface ssh.SshLibrary
ssh_channel_open_reverse_forward(SshLibrary.ssh_channel, String, int, String, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_open_reverse_forward(ssh_channel, const char*, int, const char*, int)
native declaration : /usr/include/libssh/server.h:289
ssh_channel_open_session(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_open_session(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:274
ssh_channel_poll(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_poll(ssh_channel, int)
native declaration : /usr/include/libssh/libssh.h:275
ssh_channel_read(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_read(ssh_channel, void*, uint32_t, int)
native declaration : /usr/include/libssh/libssh.h:276
ssh_channel_read_nonblocking(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_read_nonblocking(ssh_channel, void*, uint32_t, int)
native declaration : /usr/include/libssh/libssh.h:277
ssh_channel_request_env(SshLibrary.ssh_channel, Pointer, Pointer) - Method in interface ssh.SshLibrary
ssh_channel_request_env(SshLibrary.ssh_channel, String, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_env(ssh_channel, const char*, const char*)
native declaration : /usr/include/libssh/libssh.h:279
SSH_CHANNEL_REQUEST_ENV - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
 
ssh_channel_request_exec(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
ssh_channel_request_exec(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_exec(ssh_channel, const char*)
native declaration : /usr/include/libssh/libssh.h:280
SSH_CHANNEL_REQUEST_EXEC - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
 
ssh_channel_request_pty(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_pty(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:281
SSH_CHANNEL_REQUEST_PTY - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
 
ssh_channel_request_pty_size(SshLibrary.ssh_channel, Pointer, int, int) - Method in interface ssh.SshLibrary
ssh_channel_request_pty_size(SshLibrary.ssh_channel, String, int, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_pty_size(ssh_channel, const char*, int, int)
native declaration : /usr/include/libssh/libssh.h:282
ssh_channel_request_send_exit_signal(SshLibrary.ssh_channel, Pointer, int, Pointer, Pointer) - Method in interface ssh.SshLibrary
ssh_channel_request_send_exit_signal(SshLibrary.ssh_channel, String, int, String, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_send_exit_signal(ssh_channel, const char*, int, const char*, const char*)
native declaration : /usr/include/libssh/server.h:294
ssh_channel_request_send_exit_status(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_send_exit_status(ssh_channel, int)
native declaration : /usr/include/libssh/server.h:292
ssh_channel_request_send_signal(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
ssh_channel_request_send_signal(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_send_signal(ssh_channel, const char*)
native declaration : /usr/include/libssh/libssh.h:285
ssh_channel_request_sftp(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_sftp(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:286
ssh_channel_request_shell(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_shell(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:284
SSH_CHANNEL_REQUEST_SHELL - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
 
ssh_channel_request_subsystem(SshLibrary.ssh_channel, Pointer) - Method in interface ssh.SshLibrary
ssh_channel_request_subsystem(SshLibrary.ssh_channel, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_subsystem(ssh_channel, const char*)
native declaration : /usr/include/libssh/libssh.h:287
SSH_CHANNEL_REQUEST_SUBSYSTEM - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
 
SSH_CHANNEL_REQUEST_UNKNOWN - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
 
SSH_CHANNEL_REQUEST_WINDOW_CHANGE - Static variable in interface ssh.SshLibrary.ssh_channel_requests_e
 
ssh_channel_request_x11(SshLibrary.ssh_channel, int, Pointer, Pointer, int) - Method in interface ssh.SshLibrary
ssh_channel_request_x11(SshLibrary.ssh_channel, int, String, String, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_request_x11(ssh_channel, int, const char*, const char*, int)
native declaration : /usr/include/libssh/libssh.h:288
ssh_channel_select(PointerByReference, PointerByReference, PointerByReference, Pointer) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_select(ssh_channel*, ssh_channel*, ssh_channel*, timeval*)
native declaration : /usr/include/libssh/libssh.h:291
ssh_channel_send_eof(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_send_eof(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:290
SSH_CHANNEL_SESSION - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
 
ssh_channel_set_blocking(SshLibrary.ssh_channel, int) - Method in interface ssh.SshLibrary
Original signature : void ssh_channel_set_blocking(ssh_channel, int)
native declaration : /usr/include/libssh/libssh.h:293
SSH_CHANNEL_UNKNOWN - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
 
ssh_channel_window_size(SshLibrary.ssh_channel) - Method in interface ssh.SshLibrary
Original signature : uint32_t ssh_channel_window_size(ssh_channel)
native declaration : /usr/include/libssh/libssh.h:295
ssh_channel_write(SshLibrary.ssh_channel, Pointer, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_write(ssh_channel, const void*, uint32_t)
native declaration : /usr/include/libssh/libssh.h:294
ssh_channel_write_stderr(SshLibrary.ssh_channel, Pointer, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_channel_write_stderr(ssh_channel, const void*, uint32_t)
native declaration : /usr/include/libssh/server.h:299
SSH_CHANNEL_X11 - Static variable in interface ssh.SshLibrary.ssh_channel_type_e
 
ssh_clean_pubkey_hash(PointerByReference) - Method in interface ssh.SshLibrary
Original signature : void ssh_clean_pubkey_hash(unsigned char**)
native declaration : /usr/include/libssh/libssh.h:302
SSH_CLOSED - Static variable in interface ssh.SshLibrary
 
SSH_CLOSED_ERROR - Static variable in interface ssh.SshLibrary
 
SSH_COMP - Static variable in interface ssh.SshLibrary
 
SSH_COMP_C_S - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
SSH_COMP_S_C - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
ssh_connect(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_connect(ssh_session)
native declaration : /usr/include/libssh/libssh.h:303
ssh_copyright() - Method in interface ssh.SshLibrary
Original signature : char* ssh_copyright()
native declaration : /usr/include/libssh/libssh.h:304
SSH_CRYPT - Static variable in interface ssh.SshLibrary
 
SSH_CRYPT_C_S - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
SSH_CRYPT_S_C - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
ssh_dirname(Pointer) - Method in interface ssh.SshLibrary
ssh_dirname(String) - Method in interface ssh.SshLibrary
Original signature : char* ssh_dirname(const char*)
native declaration : /usr/include/libssh/libssh.h:306
ssh_disconnect(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : void ssh_disconnect(ssh_session)
native declaration : /usr/include/libssh/libssh.h:305
SSH_EINTR - Static variable in interface ssh.SshLibrary.ssh_error_types_e
 
SSH_EOF - Static variable in interface ssh.SshLibrary
 
SSH_ERROR - Static variable in interface ssh.SshLibrary
 
ssh_execute_message_callbacks(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_execute_message_callbacks(ssh_session)
native declaration : /usr/include/libssh/server.h:264
SSH_FATAL - Static variable in interface ssh.SshLibrary.ssh_error_types_e
 
SSH_FILEXFER_ATTR_ACCESSTIME - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_ACL - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_ACMODTIME - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_CREATETIME - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_EXTENDED - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_MODIFYTIME - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_OWNERGROUP - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_PERMISSIONS - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_SIZE - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_SUBSECOND_TIMES - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_ATTR_UIDGID - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_TYPE_DIRECTORY - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_TYPE_REGULAR - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_TYPE_SPECIAL - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_TYPE_SYMLINK - Static variable in interface ssh.SshLibrary
 
SSH_FILEXFER_TYPE_UNKNOWN - Static variable in interface ssh.SshLibrary
 
ssh_finalize() - Method in interface ssh.SshLibrary
Original signature : int ssh_finalize()
native declaration : /usr/include/libssh/libssh.h:307
ssh_forward_accept(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
Original signature : ssh_channel ssh_forward_accept(ssh_session, int)
native declaration : /usr/include/libssh/libssh.h:308
ssh_forward_cancel(SshLibrary.ssh_session, Pointer, int) - Method in interface ssh.SshLibrary
ssh_forward_cancel(SshLibrary.ssh_session, String, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_forward_cancel(ssh_session, const char*, int)
native declaration : /usr/include/libssh/libssh.h:309
ssh_forward_listen(SshLibrary.ssh_session, Pointer, int, IntByReference) - Method in interface ssh.SshLibrary
ssh_forward_listen(SshLibrary.ssh_session, String, int, IntBuffer) - Method in interface ssh.SshLibrary
Original signature : int ssh_forward_listen(ssh_session, const char*, int, int*)
native declaration : /usr/include/libssh/libssh.h:310
ssh_free(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : void ssh_free(ssh_session)
native declaration : /usr/include/libssh/libssh.h:311
SSH_FX_BAD_MESSAGE - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_BAD_MESSAGE
SSH_FX_BAD_MESSAGE - Static variable in interface ssh.SshLibrary
 
SSH_FX_BYTE_RANGE_LOCK_CONFLICT - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_BYTE_RANGE_LOCK_CONFLICT
SSH_FX_BYTE_RANGE_LOCK_REFUSED - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_BYTE_RANGE_LOCK_REFUSED
SSH_FX_CANNOT_DELETE - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_CANNOT_DELETE
SSH_FX_CONNECTION_LOST - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_NO_CONNECTION
SSH_FX_CONNECTION_LOST - Static variable in interface ssh.SshLibrary
 
SSH_FX_DELETE_PENDING - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_DELETE_PENDING
SSH_FX_DIR_NOT_EMPTY - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_DIR_NOT_EMPTY
SSH_FX_EOF - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_EOF
SSH_FX_EOF - Static variable in interface ssh.SshLibrary
 
SSH_FX_FAILURE - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_FAILURE
SSH_FX_FAILURE - Static variable in interface ssh.SshLibrary
 
SSH_FX_FILE_ALREADY_EXISTS - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_FILE_ALREADY_EXISTS
SSH_FX_FILE_ALREADY_EXISTS - Static variable in interface ssh.SshLibrary
 
SSH_FX_FILE_CORRUPT - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_FILE_CORRUPT
SSH_FX_FILE_IS_A_DIRECTORY - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_FILE_IS_A_DIRECTORY
SSH_FX_GROUP_INVALID - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_GROUP_INVALID
SSH_FX_INVALID_FILENAME - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_INVALID_FILENAME
SSH_FX_INVALID_HANDLE - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_NO_SUCH_PATH
SSH_FX_INVALID_HANDLE - Static variable in interface ssh.SshLibrary
 
SSH_FX_INVALID_PARAMETER - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_INVALID_PARAMETER
SSH_FX_LINK_LOOP - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_LINK_LOOP
SSH_FX_LOCK_CONFLICT - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_LOCK_CONFLICT
SSH_FX_NO_CONNECTION - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_BAD_MESSAGE
SSH_FX_NO_CONNECTION - Static variable in interface ssh.SshLibrary
 
SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK
SSH_FX_NO_MEDIA - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_NO_MEDIA
SSH_FX_NO_MEDIA - Static variable in interface ssh.SshLibrary
 
SSH_FX_NO_SPACE_ON_FILESYSTEM - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_NO_SPACE_ON_FILESYSTEM
SSH_FX_NO_SUCH_FILE - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_NO_SUCH_FILE
SSH_FX_NO_SUCH_FILE - Static variable in interface ssh.SshLibrary
 
SSH_FX_NO_SUCH_PATH - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_NO_SUCH_PATH
SSH_FX_NO_SUCH_PATH - Static variable in interface ssh.SshLibrary
 
SSH_FX_NOT_A_DIRECTORY - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_NOT_A_DIRECTORY
SSH_FX_OK - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_OK
SSH_FX_OK - Static variable in interface ssh.SshLibrary
 
SSH_FX_OP_UNSUPPORTED - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_OP_UNSUPPORTED
SSH_FX_OP_UNSUPPORTED - Static variable in interface ssh.SshLibrary
 
SSH_FX_OWNER_INVALID - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_OWNER_INVALID
SSH_FX_PERMISSION_DENIED - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_PERMISSION_DENIED
SSH_FX_PERMISSION_DENIED - Static variable in interface ssh.SshLibrary
 
SSH_FX_QUOTA_EXCEEDED - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_QUOTA_EXCEEDED
SSH_FX_UNKNOWN_PRINCIPAL - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_UNKNOWN_PRINCIPAL
SSH_FX_WRITE_PROTECT - Static variable in exception net.sf.sshapi.sftp.SftpException
SSH_FX_WRITE_PROTECT
SSH_FX_WRITE_PROTECT - Static variable in interface ssh.SshLibrary
 
SSH_FXE_STATVFS_ST_NOSUID - Static variable in interface ssh.SshLibrary
 
SSH_FXE_STATVFS_ST_RDONLY - Static variable in interface ssh.SshLibrary
 
SSH_FXF_APPEND - Static variable in interface ssh.SshLibrary
 
SSH_FXF_CREAT - Static variable in interface ssh.SshLibrary
 
SSH_FXF_EXCL - Static variable in interface ssh.SshLibrary
 
SSH_FXF_READ - Static variable in interface ssh.SshLibrary
 
SSH_FXF_RENAME_ATOMIC - Static variable in interface ssh.SshLibrary
 
SSH_FXF_RENAME_NATIVE - Static variable in interface ssh.SshLibrary
 
SSH_FXF_RENAME_OVERWRITE - Static variable in interface ssh.SshLibrary
 
SSH_FXF_TEXT - Static variable in interface ssh.SshLibrary
 
SSH_FXF_TRUNC - Static variable in interface ssh.SshLibrary
 
SSH_FXF_WRITE - Static variable in interface ssh.SshLibrary
 
SSH_FXP_ATTRS - Static variable in interface ssh.SshLibrary
 
SSH_FXP_CLOSE - Static variable in interface ssh.SshLibrary
 
SSH_FXP_DATA - Static variable in interface ssh.SshLibrary
 
SSH_FXP_EXTENDED - Static variable in interface ssh.SshLibrary
 
SSH_FXP_EXTENDED_REPLY - Static variable in interface ssh.SshLibrary
 
SSH_FXP_FSETSTAT - Static variable in interface ssh.SshLibrary
 
SSH_FXP_FSTAT - Static variable in interface ssh.SshLibrary
 
SSH_FXP_HANDLE - Static variable in interface ssh.SshLibrary
 
SSH_FXP_INIT - Static variable in interface ssh.SshLibrary
 
SSH_FXP_LSTAT - Static variable in interface ssh.SshLibrary
 
SSH_FXP_MKDIR - Static variable in interface ssh.SshLibrary
 
SSH_FXP_NAME - Static variable in interface ssh.SshLibrary
 
SSH_FXP_OPEN - Static variable in interface ssh.SshLibrary
 
SSH_FXP_OPENDIR - Static variable in interface ssh.SshLibrary
 
SSH_FXP_READ - Static variable in interface ssh.SshLibrary
 
SSH_FXP_READDIR - Static variable in interface ssh.SshLibrary
 
SSH_FXP_READLINK - Static variable in interface ssh.SshLibrary
 
SSH_FXP_REALPATH - Static variable in interface ssh.SshLibrary
 
SSH_FXP_REMOVE - Static variable in interface ssh.SshLibrary
 
SSH_FXP_RENAME - Static variable in interface ssh.SshLibrary
 
SSH_FXP_RMDIR - Static variable in interface ssh.SshLibrary
 
SSH_FXP_SETSTAT - Static variable in interface ssh.SshLibrary
 
SSH_FXP_STAT - Static variable in interface ssh.SshLibrary
 
SSH_FXP_STATUS - Static variable in interface ssh.SshLibrary
 
SSH_FXP_SYMLINK - Static variable in interface ssh.SshLibrary
 
SSH_FXP_VERSION - Static variable in interface ssh.SshLibrary
 
SSH_FXP_WRITE - Static variable in interface ssh.SshLibrary
 
ssh_get_disconnect_message(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : char* ssh_get_disconnect_message(ssh_session)
native declaration : /usr/include/libssh/libssh.h:312
ssh_get_error(Pointer) - Method in interface ssh.SshLibrary
Original signature : char* ssh_get_error(void*)
native declaration : /usr/include/libssh/libssh.h:313
ssh_get_error_code(Pointer) - Method in interface ssh.SshLibrary
Original signature : int ssh_get_error_code(void*)
native declaration : /usr/include/libssh/libssh.h:314
ssh_get_fd(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : socket_t ssh_get_fd(ssh_session)
native declaration : /usr/include/libssh/libssh.h:315
ssh_get_hexa(Pointer, NativeSize) - Method in interface ssh.SshLibrary
ssh_get_hexa(byte[], NativeSize) - Method in interface ssh.SshLibrary
Original signature : char* ssh_get_hexa(const unsigned char*, size_t)
native declaration : /usr/include/libssh/libssh.h:316
ssh_get_issue_banner(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : char* ssh_get_issue_banner(ssh_session)
native declaration : /usr/include/libssh/libssh.h:317
ssh_get_openssh_version(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_get_openssh_version(ssh_session)
native declaration : /usr/include/libssh/libssh.h:318
ssh_get_pubkey(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : ssh_string ssh_get_pubkey(ssh_session)
native declaration : /usr/include/libssh/libssh.h:319
ssh_get_pubkey_hash(SshLibrary.ssh_session, PointerByReference) - Method in interface ssh.SshLibrary
Original signature : int ssh_get_pubkey_hash(ssh_session, unsigned char**)
native declaration : /usr/include/libssh/libssh.h:320
ssh_get_random(Pointer, int, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_get_random(void*, int, int)
native declaration : /usr/include/libssh/libssh.h:321
ssh_get_status(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_get_status(ssh_session)
native declaration : /usr/include/libssh/libssh.h:323
ssh_get_version(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_get_version(ssh_session)
native declaration : /usr/include/libssh/libssh.h:322
ssh_getpass(Pointer, Pointer, NativeSize, int, int) - Method in interface ssh.SshLibrary
ssh_getpass(String, ByteBuffer, NativeSize, int, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_getpass(const char*, char*, size_t, int, int)
native declaration : /usr/include/libssh/libssh.h:409
SSH_GLOBAL_REQUEST_CANCEL_TCPIP_FORWARD - Static variable in interface ssh.SshLibrary.ssh_global_requests_e
 
SSH_GLOBAL_REQUEST_TCPIP_FORWARD - Static variable in interface ssh.SshLibrary.ssh_global_requests_e
 
SSH_GLOBAL_REQUEST_UNKNOWN - Static variable in interface ssh.SshLibrary.ssh_global_requests_e
 
ssh_handle_key_exchange(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
 
SSH_HOSTKEYS - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
ssh_init() - Method in interface ssh.SshLibrary
Original signature : int ssh_init()
native declaration : /usr/include/libssh/libssh.h:324
ssh_is_blocking(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_is_blocking(ssh_session)
native declaration : /usr/include/libssh/libssh.h:325
ssh_is_connected(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_is_connected(ssh_session)
native declaration : /usr/include/libssh/libssh.h:326
ssh_is_server_known(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_is_server_known(ssh_session)
native declaration : /usr/include/libssh/libssh.h:327
SSH_KEX - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
SSH_KEYTYPE_DSS - Static variable in interface ssh.SshLibrary.ssh_keytypes_e
 
SSH_KEYTYPE_RSA - Static variable in interface ssh.SshLibrary.ssh_keytypes_e
 
SSH_KEYTYPE_RSA1 - Static variable in interface ssh.SshLibrary.ssh_keytypes_e
 
SSH_KEYTYPE_UNKNOWN - Static variable in interface ssh.SshLibrary.ssh_keytypes_e
 
SSH_LANG - Static variable in interface ssh.SshLibrary
 
SSH_LANG_C_S - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
SSH_LANG_S_C - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
ssh_log(SshLibrary.ssh_session, int, Pointer, Object...) - Method in interface ssh.SshLibrary
Deprecated.
use the safer methods #ssh_log(ssh.SshLibrary.ssh_session, int, java.lang.String, java.lang.Object) and #ssh_log(ssh.SshLibrary.ssh_session, int, com.sun.jna.Pointer, java.lang.Object) instead
ssh_log(SshLibrary.ssh_session, int, String, Object...) - Method in interface ssh.SshLibrary
Original signature : void ssh_log(ssh_session, int, const char*, null)
native declaration : /usr/include/libssh/libssh.h:328
SSH_LOG_FUNCTIONS - Static variable in interface ssh.SshLibrary
 
SSH_LOG_NOLOG - Static variable in interface ssh.SshLibrary
 
SSH_LOG_PACKET - Static variable in interface ssh.SshLibrary
 
SSH_LOG_PROTOCOL - Static variable in interface ssh.SshLibrary
 
SSH_LOG_RARE - Static variable in interface ssh.SshLibrary
 
SSH_MAC - Static variable in interface ssh.SshLibrary
 
SSH_MAC_C_S - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
SSH_MAC_S_C - Static variable in interface ssh.SshLibrary.ssh_kex_types_e
 
ssh_message(Pointer) - Constructor for class ssh.SshLibrary.ssh_message
 
ssh_message() - Constructor for class ssh.SshLibrary.ssh_message
 
ssh_message_auth_password(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_auth_password(ssh_message)
native declaration : /usr/include/libssh/server.h:246
ssh_message_auth_publickey(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : ssh_public_key ssh_message_auth_publickey(ssh_message)
native declaration : /usr/include/libssh/server.h:247
ssh_message_auth_publickey_state(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
 
ssh_message_auth_reply_pk_ok(SshLibrary.ssh_message, SshLibrary.ssh_string, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_auth_reply_pk_ok(ssh_message, ssh_string, ssh_string)
native declaration : /usr/include/libssh/server.h:250
ssh_message_auth_reply_pk_ok_simple(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_auth_reply_pk_ok_simple(ssh_message)
native declaration : /usr/include/libssh/server.h:251
ssh_message_auth_reply_success(SshLibrary.ssh_message, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_auth_reply_success(ssh_message, int)
native declaration : /usr/include/libssh/server.h:249
ssh_message_auth_set_methods(SshLibrary.ssh_message, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_auth_set_methods(ssh_message, int)
native declaration : /usr/include/libssh/server.h:253
ssh_message_auth_user(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_auth_user(ssh_message)
native declaration : /usr/include/libssh/server.h:245
ssh_message_channel_request_channel(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : ssh_channel ssh_message_channel_request_channel(ssh_message)
native declaration : /usr/include/libssh/server.h:271
ssh_message_channel_request_command(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_channel_request_command(ssh_message)
native declaration : /usr/include/libssh/server.h:282
ssh_message_channel_request_env_name(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_channel_request_env_name(ssh_message)
native declaration : /usr/include/libssh/server.h:279
ssh_message_channel_request_env_value(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_channel_request_env_value(ssh_message)
native declaration : /usr/include/libssh/server.h:280
ssh_message_channel_request_open_destination(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_channel_request_open_destination(ssh_message)
native declaration : /usr/include/libssh/server.h:268
ssh_message_channel_request_open_destination_port(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_channel_request_open_destination_port(ssh_message)
native declaration : /usr/include/libssh/server.h:269
ssh_message_channel_request_open_originator(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_channel_request_open_originator(ssh_message)
native declaration : /usr/include/libssh/server.h:266
ssh_message_channel_request_open_originator_port(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_channel_request_open_originator_port(ssh_message)
native declaration : /usr/include/libssh/server.h:267
ssh_message_channel_request_open_reply_accept(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message)
native declaration : /usr/include/libssh/libssh.h:329
ssh_message_channel_request_pty_height(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_channel_request_pty_height(ssh_message)
native declaration : /usr/include/libssh/server.h:275
ssh_message_channel_request_pty_pxheight(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_channel_request_pty_pxheight(ssh_message)
native declaration : /usr/include/libssh/server.h:277
ssh_message_channel_request_pty_pxwidth(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_channel_request_pty_pxwidth(ssh_message)
native declaration : /usr/include/libssh/server.h:276
ssh_message_channel_request_pty_term(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_channel_request_pty_term(ssh_message)
native declaration : /usr/include/libssh/server.h:273
ssh_message_channel_request_pty_width(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_channel_request_pty_width(ssh_message)
native declaration : /usr/include/libssh/server.h:274
ssh_message_channel_request_reply_success(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_channel_request_reply_success(ssh_message)
native declaration : /usr/include/libssh/libssh.h:330
ssh_message_channel_request_subsystem(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_channel_request_subsystem(ssh_message)
native declaration : /usr/include/libssh/server.h:284
ssh_message_free(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : void ssh_message_free(ssh_message)
native declaration : /usr/include/libssh/libssh.h:331
ssh_message_get(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : ssh_message ssh_message_get(ssh_session)
native declaration : /usr/include/libssh/libssh.h:332
ssh_message_global_request_address(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_global_request_address(ssh_message)
native declaration : /usr/include/libssh/server.h:286
ssh_message_global_request_port(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_global_request_port(ssh_message)
native declaration : /usr/include/libssh/server.h:287
ssh_message_global_request_reply_success(SshLibrary.ssh_message, short) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_global_request_reply_success(ssh_message, uint16_t)
native declaration : /usr/include/libssh/server.h:258
ssh_message_reply_default(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
messages.c
Original signature : int ssh_message_reply_default(ssh_message)
native declaration : /usr/include/libssh/server.h:243
ssh_message_retrieve(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
Original signature : ssh_message ssh_message_retrieve(ssh_session, uint32_t)
native declaration : /usr/include/libssh/legacy.h:90
ssh_message_service_reply_success(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_service_reply_success(ssh_message)
native declaration : /usr/include/libssh/server.h:255
ssh_message_service_service(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : char* ssh_message_service_service(ssh_message)
native declaration : /usr/include/libssh/server.h:256
ssh_message_subtype(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_subtype(ssh_message)
native declaration : /usr/include/libssh/libssh.h:333
ssh_message_type(SshLibrary.ssh_message) - Method in interface ssh.SshLibrary
Original signature : int ssh_message_type(ssh_message)
native declaration : /usr/include/libssh/libssh.h:334
ssh_mkdir(Pointer, int) - Method in interface ssh.SshLibrary
ssh_mkdir(String, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_mkdir(const char*, mode_t)
native declaration : /usr/include/libssh/libssh.h:335
ssh_new() - Method in interface ssh.SshLibrary
Original signature : ssh_session ssh_new()
native declaration : /usr/include/libssh/libssh.h:336
SSH_NO_ERROR - Static variable in interface ssh.SshLibrary.ssh_error_types_e
 
SSH_OK - Static variable in interface ssh.SshLibrary
 
SSH_OPTIONS_ADD_IDENTITY - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_BINDADDR - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_CIPHERS_C_S - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_CIPHERS_S_C - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_COMPRESSION - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_COMPRESSION_C_S - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_COMPRESSION_LEVEL - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_COMPRESSION_S_C - Static variable in interface ssh.SshLibrary.ssh_options_e
 
ssh_options_copy(SshLibrary.ssh_session, PointerByReference) - Method in interface ssh.SshLibrary
Original signature : int ssh_options_copy(ssh_session, ssh_session*)
native declaration : /usr/include/libssh/libssh.h:338
SSH_OPTIONS_FD - Static variable in interface ssh.SshLibrary.ssh_options_e
 
ssh_options_getopt(SshLibrary.ssh_session, IntByReference, PointerByReference) - Method in interface ssh.SshLibrary
ssh_options_getopt(SshLibrary.ssh_session, IntBuffer, PointerByReference) - Method in interface ssh.SshLibrary
Original signature : int ssh_options_getopt(ssh_session, int*, char**)
native declaration : /usr/include/libssh/libssh.h:339
SSH_OPTIONS_HOST - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_IDENTITY - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_KNOWNHOSTS - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_LOG_VERBOSITY - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_LOG_VERBOSITY_STR - Static variable in interface ssh.SshLibrary.ssh_options_e
 
ssh_options_parse_config(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
ssh_options_parse_config(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_options_parse_config(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:340
SSH_OPTIONS_PORT - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_PORT_STR - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_PROXYCOMMAND - Static variable in interface ssh.SshLibrary.ssh_options_e
 
ssh_options_set(SshLibrary.ssh_session, int, Pointer) - Method in interface ssh.SshLibrary
Original signature : int ssh_options_set(ssh_session, ssh_options_e, const void*)
native declaration : /usr/include/libssh/libssh.h:341
SSH_OPTIONS_SSH1 - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_SSH2 - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_SSH_DIR - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_STRICTHOSTKEYCHECK - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_TIMEOUT - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_TIMEOUT_USEC - Static variable in interface ssh.SshLibrary.ssh_options_e
 
SSH_OPTIONS_USER - Static variable in interface ssh.SshLibrary.ssh_options_e
 
ssh_packet_callbacks_struct - Class in ssh
native declaration : /usr/include/libssh/callbacks.h:235
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
ssh_packet_callbacks_struct() - Constructor for class ssh.ssh_packet_callbacks_struct
 
ssh_packet_callbacks_struct(byte, byte, Pointer, Pointer) - Constructor for class ssh.ssh_packet_callbacks_struct
 
ssh_packet_callbacks_struct.ByReference - Class in ssh
 
ssh_packet_callbacks_struct.ByValue - Class in ssh
 
SSH_PACKET_NOT_USED - Static variable in interface ssh.SshLibrary
 
SSH_PACKET_USED - Static variable in interface ssh.SshLibrary
 
ssh_pcap_file(Pointer) - Constructor for class ssh.SshLibrary.ssh_pcap_file
 
ssh_pcap_file() - Constructor for class ssh.SshLibrary.ssh_pcap_file
 
ssh_pcap_file_close(SshLibrary.ssh_pcap_file) - Method in interface ssh.SshLibrary
Original signature : int ssh_pcap_file_close(ssh_pcap_file)
native declaration : /usr/include/libssh/libssh.h:343
ssh_pcap_file_free(SshLibrary.ssh_pcap_file) - Method in interface ssh.SshLibrary
Original signature : void ssh_pcap_file_free(ssh_pcap_file)
native declaration : /usr/include/libssh/libssh.h:344
ssh_pcap_file_new() - Method in interface ssh.SshLibrary
Original signature : ssh_pcap_file ssh_pcap_file_new()
native declaration : /usr/include/libssh/libssh.h:345
ssh_pcap_file_open(SshLibrary.ssh_pcap_file, Pointer) - Method in interface ssh.SshLibrary
ssh_pcap_file_open(SshLibrary.ssh_pcap_file, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_pcap_file_open(ssh_pcap_file, const char*)
native declaration : /usr/include/libssh/libssh.h:346
ssh_print_hexa(Pointer, Pointer, NativeSize) - Method in interface ssh.SshLibrary
ssh_print_hexa(String, byte[], NativeSize) - Method in interface ssh.SshLibrary
Original signature : void ssh_print_hexa(const char*, const unsigned char*, size_t)
native declaration : /usr/include/libssh/libssh.h:350
ssh_private_key(Pointer) - Constructor for class ssh.SshLibrary.ssh_private_key
 
ssh_private_key() - Constructor for class ssh.SshLibrary.ssh_private_key
 
ssh_privatekey_type(SshLibrary.ssh_private_key) - Method in interface ssh.SshLibrary
Original signature : ssh_keytypes_e ssh_privatekey_type(ssh_private_key)
native declaration : /usr/include/libssh/libssh.h:348
ssh_public_key(Pointer) - Constructor for class ssh.SshLibrary.ssh_public_key
 
ssh_public_key() - Constructor for class ssh.SshLibrary.ssh_public_key
 
SSH_PUBLICKEY_STATE_ERROR - Static variable in interface ssh.SshLibrary.ssh_publickey_state_e
 
SSH_PUBLICKEY_STATE_NONE - Static variable in interface ssh.SshLibrary.ssh_publickey_state_e
 
SSH_PUBLICKEY_STATE_VALID - Static variable in interface ssh.SshLibrary.ssh_publickey_state_e
 
SSH_PUBLICKEY_STATE_WRONG - Static variable in interface ssh.SshLibrary.ssh_publickey_state_e
 
ssh_publickey_to_file(SshLibrary.ssh_session, Pointer, SshLibrary.ssh_string, int) - Method in interface ssh.SshLibrary
ssh_publickey_to_file(SshLibrary.ssh_session, String, SshLibrary.ssh_string, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_publickey_to_file(ssh_session, const char*, ssh_string, int)
native declaration : /usr/include/libssh/legacy.h:84
SSH_READ_PENDING - Static variable in interface ssh.SshLibrary
 
SSH_REQUEST_AUTH - Static variable in interface ssh.SshLibrary.ssh_requests_e
 
SSH_REQUEST_CHANNEL - Static variable in interface ssh.SshLibrary.ssh_requests_e
 
SSH_REQUEST_CHANNEL_OPEN - Static variable in interface ssh.SshLibrary.ssh_requests_e
 
SSH_REQUEST_DENIED - Static variable in interface ssh.SshLibrary.ssh_error_types_e
 
SSH_REQUEST_GLOBAL - Static variable in interface ssh.SshLibrary.ssh_requests_e
 
SSH_REQUEST_SERVICE - Static variable in interface ssh.SshLibrary.ssh_requests_e
 
ssh_scp(Pointer) - Constructor for class ssh.SshLibrary.ssh_scp
 
ssh_scp() - Constructor for class ssh.SshLibrary.ssh_scp
 
ssh_scp_accept_request(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_accept_request(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:351
ssh_scp_close(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_close(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:352
ssh_scp_deny_request(SshLibrary.ssh_scp, Pointer) - Method in interface ssh.SshLibrary
ssh_scp_deny_request(SshLibrary.ssh_scp, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_deny_request(ssh_scp, const char*)
native declaration : /usr/include/libssh/libssh.h:353
ssh_scp_free(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : void ssh_scp_free(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:354
ssh_scp_init(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_init(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:355
ssh_scp_leave_directory(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_leave_directory(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:356
ssh_scp_new(SshLibrary.ssh_session, int, Pointer) - Method in interface ssh.SshLibrary
ssh_scp_new(SshLibrary.ssh_session, int, String) - Method in interface ssh.SshLibrary
Original signature : ssh_scp ssh_scp_new(ssh_session, int, const char*)
native declaration : /usr/include/libssh/libssh.h:357
ssh_scp_pull_request(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_pull_request(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:358
ssh_scp_push_directory(SshLibrary.ssh_scp, Pointer, int) - Method in interface ssh.SshLibrary
ssh_scp_push_directory(SshLibrary.ssh_scp, String, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_push_directory(ssh_scp, const char*, int)
native declaration : /usr/include/libssh/libssh.h:359
ssh_scp_push_file(SshLibrary.ssh_scp, Pointer, NativeSize, int) - Method in interface ssh.SshLibrary
ssh_scp_push_file(SshLibrary.ssh_scp, String, NativeSize, int) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_push_file(ssh_scp, const char*, size_t, int)
native declaration : /usr/include/libssh/libssh.h:360
SSH_SCP_READ - Static variable in interface ssh.SshLibrary
 
ssh_scp_read(SshLibrary.ssh_scp, Pointer, NativeSize) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_read(ssh_scp, void*, size_t)
native declaration : /usr/include/libssh/libssh.h:361
SSH_SCP_RECURSIVE - Static variable in interface ssh.SshLibrary
 
SSH_SCP_REQUEST_ENDDIR - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
End of directory
End of directory
native declaration : /usr/include/libssh/libssh.h:256
SSH_SCP_REQUEST_EOF - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
End of requests
End of requests
native declaration : /usr/include/libssh/libssh.h:254
ssh_scp_request_get_filename(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : char* ssh_scp_request_get_filename(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:362
ssh_scp_request_get_permissions(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_request_get_permissions(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:363
ssh_scp_request_get_size(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : size_t ssh_scp_request_get_size(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:364
ssh_scp_request_get_warning(SshLibrary.ssh_scp) - Method in interface ssh.SshLibrary
Original signature : char* ssh_scp_request_get_warning(ssh_scp)
native declaration : /usr/include/libssh/libssh.h:365
SSH_SCP_REQUEST_NEWDIR - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
A new directory is going to be pulled
A new directory is going to be pulled
native declaration : /usr/include/libssh/libssh.h:250
SSH_SCP_REQUEST_NEWFILE - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
A new file is going to be pulled
A new file is going to be pulled
native declaration : /usr/include/libssh/libssh.h:252
SSH_SCP_REQUEST_WARNING - Static variable in interface ssh.SshLibrary.ssh_scp_request_types
Warning received
Warning received
native declaration : /usr/include/libssh/libssh.h:258
SSH_SCP_WRITE - Static variable in interface ssh.SshLibrary
 
ssh_scp_write(SshLibrary.ssh_scp, Pointer, NativeSize) - Method in interface ssh.SshLibrary
Original signature : int ssh_scp_write(ssh_scp, const void*, size_t)
native declaration : /usr/include/libssh/libssh.h:366
ssh_select(PointerByReference, PointerByReference, SshLibrary.SOCKET, Pointer, Pointer) - Method in interface ssh.SshLibrary
Original signature : int ssh_select(ssh_channel*, ssh_channel*, socket_t, fd_set*, timeval*)
native declaration : /usr/include/libssh/libssh.h:367
SSH_SERVER_ERROR - Static variable in interface ssh.SshLibrary.ssh_server_known_e
 
SSH_SERVER_FILE_NOT_FOUND - Static variable in interface ssh.SshLibrary.ssh_server_known_e
 
SSH_SERVER_FOUND_OTHER - Static variable in interface ssh.SshLibrary.ssh_server_known_e
 
SSH_SERVER_KNOWN_CHANGED - Static variable in interface ssh.SshLibrary.ssh_server_known_e
 
SSH_SERVER_KNOWN_OK - Static variable in interface ssh.SshLibrary.ssh_server_known_e
 
SSH_SERVER_NOT_KNOWN - Static variable in interface ssh.SshLibrary.ssh_server_known_e
 
ssh_service_request(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
ssh_service_request(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_service_request(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:369
ssh_session(Pointer) - Constructor for class ssh.SshLibrary.ssh_session
 
ssh_session() - Constructor for class ssh.SshLibrary.ssh_session
 
ssh_set_blocking(SshLibrary.ssh_session, int) - Method in interface ssh.SshLibrary
Original signature : void ssh_set_blocking(ssh_session, int)
native declaration : /usr/include/libssh/libssh.h:370
ssh_set_callbacks(SshLibrary.ssh_session, ssh_callbacks_struct) - Method in interface ssh.SshLibrary
 
ssh_set_channel_callbacks(SshLibrary.ssh_channel, ssh_channel_callbacks_struct) - Method in interface ssh.SshLibrary
 
ssh_set_fd_except(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : void ssh_set_fd_except(ssh_session)
native declaration : /usr/include/libssh/libssh.h:371
ssh_set_fd_toread(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : void ssh_set_fd_toread(ssh_session)
native declaration : /usr/include/libssh/libssh.h:372
ssh_set_fd_towrite(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : void ssh_set_fd_towrite(ssh_session)
native declaration : /usr/include/libssh/libssh.h:373
ssh_set_message_callback(SshLibrary.ssh_session, SshLibrary.ssh_set_message_callback_arg1_ssh_bind_message_callback_callback, Pointer) - Method in interface ssh.SshLibrary
Original signature : void ssh_set_message_callback(ssh_session, ssh_set_message_callback_arg1_ssh_bind_message_callback_callback, void*)
native declaration : /usr/include/libssh/server.h:261
ssh_set_pcap_file(SshLibrary.ssh_session, SshLibrary.ssh_pcap_file) - Method in interface ssh.SshLibrary
Original signature : int ssh_set_pcap_file(ssh_session, ssh_pcap_file)
native declaration : /usr/include/libssh/libssh.h:375
ssh_silent_disconnect(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : void ssh_silent_disconnect(ssh_session)
native declaration : /usr/include/libssh/libssh.h:374
ssh_socket_callbacks_struct - Class in ssh
These are the callbacks exported by the socket structure
They are called by the socket module when a socket event appears
native declaration : /usr/include/libssh/callbacks.h:146
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
ssh_socket_callbacks_struct() - Constructor for class ssh.ssh_socket_callbacks_struct
 
ssh_socket_callbacks_struct(Pointer, SshLibrary.ssh_callback_data, SshLibrary.ssh_callback_int, SshLibrary.ssh_callback_int_int, SshLibrary.ssh_callback_int_int) - Constructor for class ssh.ssh_socket_callbacks_struct
 
ssh_socket_callbacks_struct.ByReference - Class in ssh
 
ssh_socket_callbacks_struct.ByValue - Class in ssh
 
SSH_SOCKET_CONNECTED_ERROR - Static variable in interface ssh.SshLibrary
 
SSH_SOCKET_CONNECTED_OK - Static variable in interface ssh.SshLibrary
 
SSH_SOCKET_CONNECTED_TIMEOUT - Static variable in interface ssh.SshLibrary
 
SSH_SOCKET_EXCEPTION_EOF - Static variable in interface ssh.SshLibrary
 
SSH_SOCKET_EXCEPTION_ERROR - Static variable in interface ssh.SshLibrary
 
SSH_SOCKET_FLOW_WRITEWILLBLOCK - Static variable in interface ssh.SshLibrary
 
SSH_SOCKET_FLOW_WRITEWONTBLOCK - Static variable in interface ssh.SshLibrary
 
ssh_string(Pointer) - Constructor for class ssh.SshLibrary.ssh_string
 
ssh_string() - Constructor for class ssh.SshLibrary.ssh_string
 
ssh_string_burn(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : void ssh_string_burn(ssh_string)
native declaration : /usr/include/libssh/libssh.h:398
ssh_string_copy(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : ssh_string ssh_string_copy(ssh_string)
native declaration : /usr/include/libssh/libssh.h:399
ssh_string_data(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : void* ssh_string_data(ssh_string)
native declaration : /usr/include/libssh/libssh.h:400
ssh_string_fill(SshLibrary.ssh_string, Pointer, NativeSize) - Method in interface ssh.SshLibrary
Original signature : int ssh_string_fill(ssh_string, const void*, size_t)
native declaration : /usr/include/libssh/libssh.h:401
ssh_string_free(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : void ssh_string_free(ssh_string)
native declaration : /usr/include/libssh/libssh.h:402
ssh_string_free_char(Pointer) - Method in interface ssh.SshLibrary
ssh_string_free_char(ByteBuffer) - Method in interface ssh.SshLibrary
Original signature : void ssh_string_free_char(char*)
native declaration : /usr/include/libssh/libssh.h:407
ssh_string_from_char(Pointer) - Method in interface ssh.SshLibrary
ssh_string_from_char(String) - Method in interface ssh.SshLibrary
Original signature : ssh_string ssh_string_from_char(const char*)
native declaration : /usr/include/libssh/libssh.h:403
ssh_string_len(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : size_t ssh_string_len(ssh_string)
native declaration : /usr/include/libssh/libssh.h:404
ssh_string_new(NativeSize) - Method in interface ssh.SshLibrary
Original signature : ssh_string ssh_string_new(size_t)
native declaration : /usr/include/libssh/libssh.h:405
ssh_string_to_char(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : char* ssh_string_to_char(ssh_string)
native declaration : /usr/include/libssh/libssh.h:406
ssh_threads_callbacks_struct - Class in ssh
native declaration : /usr/include/libssh/callbacks.h:417
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
ssh_threads_callbacks_struct() - Constructor for class ssh.ssh_threads_callbacks_struct
 
ssh_threads_callbacks_struct(Pointer, SshLibrary.ssh_thread_callback, SshLibrary.ssh_thread_callback, SshLibrary.ssh_thread_callback, SshLibrary.ssh_thread_callback, SshLibrary.ssh_thread_id_callback) - Constructor for class ssh.ssh_threads_callbacks_struct
 
ssh_threads_callbacks_struct.ByReference - Class in ssh
 
ssh_threads_callbacks_struct.ByValue - Class in ssh
 
ssh_threads_get_noop() - Method in interface ssh.SshLibrary
 
ssh_threads_get_pthread() - Method in interface ssh.SshLibrary
 
ssh_threads_set_callbacks(ssh_threads_callbacks_struct) - Method in interface ssh.SshLibrary
 
ssh_try_publickey_from_file(SshLibrary.ssh_session, Pointer, PointerByReference, IntByReference) - Method in interface ssh.SshLibrary
ssh_try_publickey_from_file(SshLibrary.ssh_session, String, PointerByReference, IntBuffer) - Method in interface ssh.SshLibrary
Original signature : int ssh_try_publickey_from_file(ssh_session, const char*, ssh_string*, int*)
native declaration : /usr/include/libssh/libssh.h:297
ssh_userauth_autopubkey(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
ssh_userauth_autopubkey(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_autopubkey(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:380
ssh_userauth_kbdint(SshLibrary.ssh_session, Pointer, Pointer) - Method in interface ssh.SshLibrary
ssh_userauth_kbdint(SshLibrary.ssh_session, String, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_kbdint(ssh_session, const char*, const char*)
native declaration : /usr/include/libssh/libssh.h:381
ssh_userauth_kbdint_getinstruction(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : char* ssh_userauth_kbdint_getinstruction(ssh_session)
native declaration : /usr/include/libssh/libssh.h:382
ssh_userauth_kbdint_getname(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : char* ssh_userauth_kbdint_getname(ssh_session)
native declaration : /usr/include/libssh/libssh.h:383
ssh_userauth_kbdint_getnprompts(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_kbdint_getnprompts(ssh_session)
native declaration : /usr/include/libssh/libssh.h:384
ssh_userauth_kbdint_getprompt(SshLibrary.ssh_session, int, Pointer) - Method in interface ssh.SshLibrary
ssh_userauth_kbdint_getprompt(SshLibrary.ssh_session, int, ByteBuffer) - Method in interface ssh.SshLibrary
Original signature : char* ssh_userauth_kbdint_getprompt(ssh_session, unsigned int, char*)
native declaration : /usr/include/libssh/libssh.h:385
ssh_userauth_kbdint_setanswer(SshLibrary.ssh_session, int, Pointer) - Method in interface ssh.SshLibrary
ssh_userauth_kbdint_setanswer(SshLibrary.ssh_session, int, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_kbdint_setanswer(ssh_session, unsigned int, const char*)
native declaration : /usr/include/libssh/libssh.h:386
ssh_userauth_list(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
ssh_userauth_list(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_list(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:388
ssh_userauth_none(SshLibrary.ssh_session, Pointer) - Method in interface ssh.SshLibrary
ssh_userauth_none(SshLibrary.ssh_session, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_none(ssh_session, const char*)
native declaration : /usr/include/libssh/libssh.h:389
ssh_userauth_offer_pubkey(SshLibrary.ssh_session, Pointer, int, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
ssh_userauth_offer_pubkey(SshLibrary.ssh_session, String, int, SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_offer_pubkey(ssh_session, const char*, int, ssh_string)
native declaration : /usr/include/libssh/libssh.h:390
ssh_userauth_password(SshLibrary.ssh_session, Pointer, Pointer) - Method in interface ssh.SshLibrary
ssh_userauth_password(SshLibrary.ssh_session, String, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_password(ssh_session, const char*, const char*)
native declaration : /usr/include/libssh/libssh.h:391
ssh_userauth_privatekey_file(SshLibrary.ssh_session, Pointer, Pointer, Pointer) - Method in interface ssh.SshLibrary
ssh_userauth_privatekey_file(SshLibrary.ssh_session, String, String, String) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_privatekey_file(ssh_session, const char*, const char*, const char*)
native declaration : /usr/include/libssh/libssh.h:393
ssh_userauth_pubkey(SshLibrary.ssh_session, Pointer, SshLibrary.ssh_string, SshLibrary.ssh_private_key) - Method in interface ssh.SshLibrary
ssh_userauth_pubkey(SshLibrary.ssh_session, String, SshLibrary.ssh_string, SshLibrary.ssh_private_key) - Method in interface ssh.SshLibrary
Original signature : int ssh_userauth_pubkey(ssh_session, const char*, ssh_string, ssh_private_key)
native declaration : /usr/include/libssh/libssh.h:392
ssh_version(int) - Method in interface ssh.SshLibrary
Original signature : char* ssh_version(int)
native declaration : /usr/include/libssh/libssh.h:395
ssh_write_knownhost(SshLibrary.ssh_session) - Method in interface ssh.SshLibrary
Original signature : int ssh_write_knownhost(ssh_session)
native declaration : /usr/include/libssh/libssh.h:396
SshAgent - Interface in net.sf.sshapi.agent
Client implementations are responsible for maintaining the connection with the server, authentication, and access to the sub-systems
SshAgentAuthenticator - Interface in net.sf.sshapi.auth
Authenticator that uses keys from the local agent.
SshAuthenticator - Interface in net.sf.sshapi.auth
Call-back interface used when authenticating an SshClient.
SshBannerHandler - Interface in net.sf.sshapi
Call back that is invoked when to display a banner message (during authentication)
SshChannel - Interface in net.sf.sshapi
Interface for custom channels created by SshChannelHandler implementations.
SshChannel.ChannelData - Interface in net.sf.sshapi
Encapsulate details needed for channel creation
SshChannelHandler - Interface in net.sf.sshapi
SSH allows custom channels to be handled.
SshChannelListener - Interface in net.sf.sshapi
 
SshClient - Interface in net.sf.sshapi
Client implementations are responsible for maintaining the connection with the server, authentication, and access to the sub-systems
SshClientFactory - Class in net.sf.sshapi.vfs
Helper to create SshClient objects.
SshClientFactory() - Constructor for class net.sf.sshapi.vfs.SshClientFactory
 
SshConfiguration - Class in net.sf.sshapi
Represents configuration of an SshClient and some attributes / callbacks that are common to all providers.
SshConfiguration() - Constructor for class net.sf.sshapi.SshConfiguration
Constructor
SshConfiguration(SshHostKeyValidator) - Constructor for class net.sf.sshapi.SshConfiguration
Constructor
SshConfiguration(Properties) - Constructor for class net.sf.sshapi.SshConfiguration
Constructor
SshConfiguration(Properties, SshHostKeyValidator) - Constructor for class net.sf.sshapi.SshConfiguration
Constructor
SshDataListener - Interface in net.sf.sshapi
Interface to be implemented by listeners who wish to receive events about SshLifecycleComponent opening, closing and data transfer.
SshDataProducingComponent - Interface in net.sf.sshapi
Interface to be implemented by any lifecycle components that might produce data that can be listened to.
SshException - Exception in net.sf.sshapi
Exception thrown during various SSH operations.
SshException() - Constructor for exception net.sf.sshapi.SshException
Constructor.
SshException(String, Throwable) - Constructor for exception net.sf.sshapi.SshException
Constructor.
SshException(String) - Constructor for exception net.sf.sshapi.SshException
Constructor.
SshException(Throwable) - Constructor for exception net.sf.sshapi.SshException
Constructor.
SshException(SshException.Code) - Constructor for exception net.sf.sshapi.SshException
Constructor.
SshException(SshException.Code, String, Throwable) - Constructor for exception net.sf.sshapi.SshException
Constructor.
SshException(SshException.Code, String) - Constructor for exception net.sf.sshapi.SshException
Constructor.
SshException(SshException.Code, Throwable) - Constructor for exception net.sf.sshapi.SshException
Constructor.
SshException.Code - Class in net.sf.sshapi
Error code.
SshExtendedStreamChannel - Interface in net.sf.sshapi
Extension of a SshStreamChannel that adds the Extended Input Stream, used for STDERR.
SshFileTransferClient - Interface in net.sf.sshapi
Interface to be implemented by components that can produce file transfer events, such as SFTP and SCP.
SshFileTransferListener - Interface in net.sf.sshapi
Listener that may be implemented to received events about file transfer progress, for both SCP and SFTP.
SshGSSAPIAuthenticator - Interface in net.sf.sshapi.auth
Authenticate using GGSAPI.
SshHostKey - Interface in net.sf.sshapi.hostkeys
Represent an authorized host key.
SshHostKeyManager - Interface in net.sf.sshapi.hostkeys
Implementations are responsible for managing host keys.
SshHostKeyValidator - Interface in net.sf.sshapi.hostkeys
Implementations are responsible for validating host keys during initial connection.
SshIdentityManager - Interface in net.sf.sshapi.identity
Identity manager implementations are responsible for generating and parsing various different formats of Public and Private keys.
SshKeyboardInteractiveAuthenticator - Interface in net.sf.sshapi.auth
Authenticator used for Keyboard Interactive authentication.
SshKeyPair - Class in net.sf.sshapi.identity
Composite of an SshPrivateKey and an SshPublicKey.
SshKeyPair(SshPublicKey, SshPrivateKey) - Constructor for class net.sf.sshapi.identity.SshKeyPair
Constructor.
SshLibrary - Interface in ssh
JNA Wrapper for library ssh
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
SshLibrary.sftp_ext - Class in ssh
 
SshLibrary.sftp_ext_struct - Interface in ssh
 
SshLibrary.SOCKET - Interface in ssh
 
SshLibrary.ssh_auth_callback - Interface in ssh
 
SshLibrary.ssh_auth_e - Interface in ssh
native declaration : /usr/include/libssh/libssh.h:88
enum values
SshLibrary.ssh_bind - Class in ssh
 
SshLibrary.ssh_bind_incoming_connection_callback - Interface in ssh
 
SshLibrary.ssh_bind_options_e - Interface in ssh
native declaration : /usr/include/libssh/server.h:38
enum values
SshLibrary.ssh_bind_struct - Interface in ssh
 
SshLibrary.ssh_buffer - Class in ssh
 
SshLibrary.ssh_buffer_struct - Interface in ssh
 
SshLibrary.ssh_callback_data - Interface in ssh
 
SshLibrary.ssh_callback_int - Interface in ssh
 
SshLibrary.ssh_callback_int_int - Interface in ssh
 
SshLibrary.ssh_channel - Class in ssh
 
SshLibrary.ssh_channel_callback_data - Interface in ssh
 
SshLibrary.ssh_channel_callback_int - Interface in ssh
 
SshLibrary.ssh_channel_close_callback - Interface in ssh
 
SshLibrary.ssh_channel_data_callback - Interface in ssh
 
SshLibrary.ssh_channel_eof_callback - Interface in ssh
 
SshLibrary.ssh_channel_exit_signal_callback - Interface in ssh
 
SshLibrary.ssh_channel_exit_status_callback - Interface in ssh
 
SshLibrary.ssh_channel_requests_e - Interface in ssh
native declaration : /usr/include/libssh/libssh.h:122
enum values
SshLibrary.ssh_channel_signal_callback - Interface in ssh
 
SshLibrary.ssh_channel_struct - Interface in ssh
 
SshLibrary.ssh_channel_type_e - Interface in ssh
native declaration : /usr/include/libssh/libssh.h:114
enum values
SshLibrary.ssh_error_types_e - Interface in ssh
native declaration : /usr/include/libssh/libssh.h:164
enum values
SshLibrary.ssh_global_request_callback - Interface in ssh
 
SshLibrary.ssh_global_requests_e - Interface in ssh
native declaration : /usr/include/libssh/libssh.h:132
enum values
SshLibrary.ssh_kex_types_e - Interface in ssh
the offsets of methods
native declaration : /usr/include/libssh/libssh.h:70
enum values
SshLibrary.ssh_keytypes_e - Interface in ssh
some types for keys
native declaration : /usr/include/libssh/libssh.h:172
enum values
SshLibrary.ssh_log_callback - Interface in ssh
 
SshLibrary.ssh_message - Class in ssh
 
SshLibrary.ssh_message_callback - Interface in ssh
 
SshLibrary.ssh_message_struct - Interface in ssh
 
SshLibrary.ssh_options_e - Interface in ssh
native declaration : /usr/include/libssh/libssh.h:213
enum values
SshLibrary.ssh_packet_callback - Interface in ssh
 
SshLibrary.ssh_pcap_file - Class in ssh
 
SshLibrary.ssh_pcap_file_struct - Interface in ssh
 
SshLibrary.ssh_private_key - Class in ssh
 
SshLibrary.ssh_private_key_struct - Interface in ssh
 
SshLibrary.ssh_public_key - Class in ssh
 
SshLibrary.ssh_public_key_struct - Interface in ssh
 
SshLibrary.ssh_publickey_state_e - Interface in ssh
native declaration : /usr/include/libssh/libssh.h:138
enum values
SshLibrary.ssh_requests_e - Interface in ssh
messages
native declaration : /usr/include/libssh/libssh.h:106
enum values
SshLibrary.ssh_scp - Class in ssh
 
SshLibrary.ssh_scp_request_types - Interface in ssh
native declaration : /usr/include/libssh/libssh.h:248
enum values
SshLibrary.ssh_scp_struct - Interface in ssh
 
SshLibrary.ssh_server_known_e - Interface in ssh
native declaration : /usr/include/libssh/libssh.h:150
enum values
SshLibrary.ssh_session - Class in ssh
 
SshLibrary.ssh_session_struct - Interface in ssh
 
SshLibrary.ssh_set_message_callback_arg1_ssh_bind_message_callback_callback - Interface in ssh
 
SshLibrary.ssh_status_callback - Interface in ssh
 
SshLibrary.ssh_string - Class in ssh
 
SshLibrary.ssh_string_struct - Interface in ssh
 
SshLibrary.ssh_thread_callback - Interface in ssh
 
SshLibrary.ssh_thread_id_callback - Interface in ssh
 
SshLibrary.timeval - Interface in ssh
 
SshLifecycleComponent - Interface in net.sf.sshapi
Many components of SSHAPI implement this interface, as they all follow the open() / close() pattern.
SshLifecycleListener - Interface in net.sf.sshapi
Interface to be implemented by listeners who wish to receive events about SshLifecycleComponent opening, closing and data transfer.
SshPasswordAuthenticator - Interface in net.sf.sshapi.auth
Authenticator implementation used for simple "password" authentication.
SshPasswordPrompt - Interface in net.sf.sshapi
Call-back interface used when passwords or passphrases are needed.
SshPortForward - Interface in net.sf.sshapi.forwarding
Maintains state of either a local or remote port forward.
SshPortForwardListener - Interface in net.sf.sshapi.forwarding
Interfaces to be implemented by classes that wish to be notified when port forwarding channels are opened and closed.
SshPortForwardTunnel - Interface in net.sf.sshapi.forwarding
Represents a single tunneled connection that is spawned as the result of a client making a connection to the listening socket of a configured port forward.
SshPrivateKey - Interface in net.sf.sshapi
Represents a private key.
SshPrivateKeyFile - Interface in net.sf.sshapi.identity
Represent a persisted SshPrivateKey.
SshProvider - Interface in net.sf.sshapi
Every SSH API implementation must provide one implementation of this interface.
SshProviderFactory - Interface in net.sf.sshapi
Implementations are responsible for creating SshProvider instances.
SshProxyServerDetails - Class in net.sf.sshapi
Holds details of the proxy server to connect to the remote SSH through.
SshProxyServerDetails(SshProxyServerDetails.Type, String, int, String, char[]) - Constructor for class net.sf.sshapi.SshProxyServerDetails
Constructor.
SshProxyServerDetails.Type - Class in net.sf.sshapi
Proxy sever type.
SshPublicKey - Interface in net.sf.sshapi
Represents the the public key portion of a key pair.
SshPublicKeyAuthenticator - Interface in net.sf.sshapi.auth
Authenticator used to key authentication.
SshPublicKeyFile - Interface in net.sf.sshapi.identity
Represent a persisted SshPublicKey.
SshPublicKeySubsystem - Interface in net.sf.sshapi.identity
Some server / provider combinations will be able to support management of authorized keys.
SshSCPClient - Interface in net.sf.sshapi
The SCP client.
SshShell - Interface in net.sf.sshapi
A remote shell.
SshStreamChannel - Interface in net.sf.sshapi
Extension to SshLifecycleComponent for channels who expost I/O streams, such as executing a command, or a SshShell.
sshTool - Variable in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
SSHTOOLS_FORMAT - Static variable in interface net.sf.sshapi.identity.SshPublicKeyFile
SSHTools
start() - Method in class scp
Start the command.
start - Variable in class ssh.ssh_packet_callbacks_struct
 
startedTransfer(String, String, long) - Method in interface net.sf.sshapi.SshFileTransferListener
A new file transfer has started.
startedTransfer(String, String, long) - Method in class scp
 
stat(String) - Method in interface net.sf.sshapi.sftp.SftpClient
Get an SFTP file object (containing all of it's attributes) given a path in the remote file system.
status - Variable in class ssh.sftp_status_message_struct
 
STATUS_HOST_CHANGED - Static variable in interface net.sf.sshapi.hostkeys.SshHostKeyValidator
Host key is known, but is different.
STATUS_HOST_KEY_UNKNOWN - Static variable in interface net.sf.sshapi.hostkeys.SshHostKeyValidator
Host key is not known
STATUS_HOST_KEY_VALID - Static variable in interface net.sf.sshapi.hostkeys.SshHostKeyValidator
Host key is valid
string_burn(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : void string_burn(ssh_string)
native declaration : /usr/include/libssh/legacy.h:91
string_copy(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : ssh_string string_copy(ssh_string)
native declaration : /usr/include/libssh/legacy.h:92
string_data(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : void* string_data(ssh_string)
native declaration : /usr/include/libssh/legacy.h:93
string_fill(SshLibrary.ssh_string, Pointer, NativeSize) - Method in interface ssh.SshLibrary
Original signature : int string_fill(ssh_string, const void*, size_t)
native declaration : /usr/include/libssh/legacy.h:94
string_free(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : void string_free(ssh_string)
native declaration : /usr/include/libssh/legacy.h:95
string_from_char(Pointer) - Method in interface ssh.SshLibrary
string_from_char(String) - Method in interface ssh.SshLibrary
Original signature : ssh_string string_from_char(const char*)
native declaration : /usr/include/libssh/legacy.h:96
string_len(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : size_t string_len(ssh_string)
native declaration : /usr/include/libssh/legacy.h:97
string_new(NativeSize) - Method in interface ssh.SshLibrary
Original signature : ssh_string string_new(size_t)
native declaration : /usr/include/libssh/legacy.h:98
string_to_char(SshLibrary.ssh_string) - Method in interface ssh.SshLibrary
Original signature : char* string_to_char(ssh_string)
native declaration : /usr/include/libssh/legacy.h:99
stringPointer(String) - Static method in class net.sf.sshapi.impl.libssh.LibsshClient
 
supportsConfiguration(SshConfiguration) - Method in class net.sf.sshapi.AbstractProvider
 
supportsConfiguration(SshConfiguration) - Method in interface net.sf.sshapi.SshProvider
Examine the configuration to see if this provider supports it.
supportsDirectoryCopy() - Method in class org.apache.maven.wagon.providers.ssh.sshapi.AbstractSSHAPIWagon
 
supportsPassphraseChange() - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
Get whether changing of the key passphrase is supported.

T

TCPIP_AGENT_SOCKET_TYPE - Static variable in interface net.sf.sshapi.agent.SshAgent
Use a TCP/IP socket for communication with agent.
test() - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
 
thread_id - Variable in class ssh.ssh_threads_callbacks_struct
 
toDelimited(String[], char) - Static method in class net.sf.sshapi.util.Util
Convert a string array into a delimited string.
toKeyPair() - Method in interface net.sf.sshapi.identity.SshPrivateKeyFile
Get the actual key pair.
toString() - Method in class net.sf.sshapi.AbstractSocket
 
toString() - Method in class net.sf.sshapi.Capability
 
toString() - Method in class net.sf.sshapi.Logger.Level
 
toString() - Method in class net.sf.sshapi.sftp.SftpFile
 
toString() - Method in class net.sf.sshapi.SshException.Code
 
toString() - Method in class net.sf.sshapi.SshProxyServerDetails.Type
 
transferProgress(String, String, long) - Method in interface net.sf.sshapi.SshFileTransferListener
A file transfer has progressed.
transferProgress(String, String, long) - Method in class scp
 
TrileadSshProvider - Class in net.sf.sshapi.impl.trilead
Provider implementation for Trilead
TrileadSshProvider() - Constructor for class net.sf.sshapi.impl.trilead.TrileadSshProvider
Constructor.
TUNNELED_SOCKET_FACTORY - Static variable in class net.sf.sshapi.Capability
The provider can create a socket factory that is tunneled to a remote host over SSH.
Type(String) - Constructor for class net.sf.sshapi.SshProxyServerDetails.Type
Constructor
type - Variable in class ssh.sftp_attributes_struct
 
type - Variable in class ssh.sftp_client_message_struct
 
type - Variable in class ssh.sftp_packet_struct
 
type - Variable in class ssh.ssh_threads_callbacks_struct
 
TYPE_BLOCK - Static variable in class net.sf.sshapi.sftp.SftpFile
File is a of block special device type
TYPE_CHARACTER - Static variable in class net.sf.sshapi.sftp.SftpFile
File is a of character special device type
TYPE_DIRECTORY - Static variable in class net.sf.sshapi.sftp.SftpFile
File is a of Directory type
TYPE_DSA - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
DSA
TYPE_FIFO - Static variable in class net.sf.sshapi.sftp.SftpFile
File is a of FIFO type
TYPE_FILE - Static variable in class net.sf.sshapi.sftp.SftpFile
File is a of File type
TYPE_LINK - Static variable in class net.sf.sshapi.sftp.SftpFile
File is a of Symbolic Link type
TYPE_RSA - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
RSA
TYPE_SOCKET - Static variable in class net.sf.sshapi.sftp.SftpFile
File is a of socket type
TYPE_UNKNOWN - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
Unknown
TYPE_UNKNOWN - Static variable in class net.sf.sshapi.sftp.SftpFile
File is a of an unknown type.
TYPES - Static variable in class net.sf.sshapi.sftp.SftpFile
Type mnemonics (match those returned by 'ls' command)

U

uid - Variable in class ssh.sftp_attributes_struct
 
UNIX_DOMAIN_AGENT_SOCKET_TYPE - Static variable in interface net.sf.sshapi.agent.SshAgent
Use a domain socket for communication with agent.
unlockAgent(String) - Method in interface net.sf.sshapi.agent.SshAgent
Unlock the agent
unlockAgent(String) - Method in class net.sf.sshapi.impl.maverick16.MaverickAgent
 
UNSUPPORTED_FEATURE - Static variable in exception net.sf.sshapi.SshException
The SshConfiguration requested use of a feature not supported by the provider in use.
UNSUPPORTED_PROTOCOL_VERSION - Static variable in exception net.sf.sshapi.SshException
The implementation does not support the protocol version request by SshConfiguration.getProtocolVersion().
user - Variable in class ssh.ssh_packet_callbacks_struct
User-provided data.
userdata - Variable in class ssh.ssh_callbacks_struct
User-provided data.
userdata - Variable in class ssh.ssh_channel_callbacks_struct
User-provided data.
userdata - Variable in class ssh.ssh_socket_callbacks_struct
User-provided data.
Util - Class in net.sf.sshapi.util
Various utilities
Util() - Constructor for class net.sf.sshapi.util.Util
 

V

VENDOR_FSECURE - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
FSecure
VENDOR_OPENSSH - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
OpenSSH
VENDOR_PUTTY - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
Putty.
VENDOR_SSH1 - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
SSH1.
VENDOR_SSHCOM - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
SSH Communications Security
VENDOR_SSHTOOLS - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
SSHTools
VENDOR_UNKNOWN - Static variable in interface net.sf.sshapi.identity.SshPrivateKeyFile
Unknown
verifyHost(SshHostKey) - Method in interface net.sf.sshapi.hostkeys.SshHostKeyValidator
verifyHost(SshHostKey) - Method in class net.sf.sshapi.util.BatchHostKeyValidator
 
verifyHost(SshHostKey) - Method in class net.sf.sshapi.util.ConsoleHostKeyValidator
 
verifyHost(SshHostKey) - Method in class net.sf.sshapi.util.DumbHostKeyValidator
 
verifyHost(SshHostKey) - Method in class org.apache.maven.wagon.providers.ssh.sshapi.PromptingKeyValidator
 
verifySignature(byte[], byte[]) - Method in class net.sf.sshapi.impl.maverick16.MaverickSshPublicKey
 
version - Variable in class ssh.sftp_session_struct
 

W

WARN - Static variable in class net.sf.sshapi.Logger.Level
Only log warnings.
WINDOW_CHANGE - Static variable in class net.sf.sshapi.Capability
The provider supports changing of terminal window size SshShell.requestPseudoTerminalChange(int, int, int, int).
write(SshIdentityManager, String, SshKeyPair) - Static method in class E18IdentityManagement
 
write(byte[], int, int) - Method in class net.sf.sshapi.impl.libssh.LibsshOutputStream
 
write(int) - Method in class net.sf.sshapi.impl.libssh.LibsshOutputStream
 
write(boolean) - Method in class net.sf.sshapi.util.XAuthorityFile
Write out the attributes of this object in the .XAuthority file format.

X

X11_FORWARDING - Static variable in interface net.sf.sshapi.forwarding.SshPortForward
Constant used to specify whether the event relates to an X11 forwarding
XAuthorityFile - Class in net.sf.sshapi.util
Parses a standard X Authority File
XAuthorityFile(File, String, int) - Constructor for class net.sf.sshapi.util.XAuthorityFile
Constructor.
XDetails - Class in net.sf.sshapi.util
Utility class that tries to determine the default values for X Display Host, Screen and Magic Cookie.
XDetails() - Constructor for class net.sf.sshapi.util.XDetails
Constructor.
XDetails(File, String) - Constructor for class net.sf.sshapi.util.XDetails
Constructor.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2018. All rights reserved.