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

A

A - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
ACCEPTING_SERVICE - Static variable in class com.sshtools.j2ssh.transport.Service
Serivce start mode passed into init method when the service is operating in server mode.
ACTION_STRS - Static variable in class com.sshtools.ant.Sftp
 
ADD_AUTHORIZEDKEY - Static variable in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
AGENT_FORWARDING_CHANNEL - Static variable in class com.sshtools.j2ssh.agent.AgentSocketChannel
DOCUMENT ME!
ALLOW_ICON - Static variable in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
AUTH_CANCELLED_BY_USER - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
AUTH_HOSTBASED - Static variable in class com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory
DOCUMENT ME!
AUTH_ICON - Static variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
AUTH_KBI - Static variable in class com.sshtools.daemon.authentication.SshAuthenticationServerFactory
DOCUMENT ME!
AUTH_KBI - Static variable in class com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory
DOCUMENT ME!
AUTH_PASSWORD - Static variable in class com.sshtools.daemon.authentication.SshAuthenticationServerFactory
DOCUMENT ME!
AUTH_PASSWORD - Static variable in class com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory
DOCUMENT ME!
AUTH_PK - Static variable in class com.sshtools.daemon.authentication.SshAuthenticationServerFactory
DOCUMENT ME!
AUTH_PK - Static variable in class com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory
DOCUMENT ME!
AboutAction - class com.sshtools.common.ui.AboutAction.
DOCUMENT ME!
AboutAction(Component, SshToolsApplication) - Constructor for class com.sshtools.common.ui.AboutAction
Creates a new AboutAction object.
AbstractHostKeyVerification - class com.sshtools.common.hosts.AbstractHostKeyVerification.
DOCUMENT ME!
AbstractHostKeyVerification() - Constructor for class com.sshtools.common.hosts.AbstractHostKeyVerification
Creates a new AbstractHostKeyVerification object.
AbstractHostKeyVerification(String) - Constructor for class com.sshtools.common.hosts.AbstractHostKeyVerification
Creates a new AbstractHostKeyVerification object.
AbstractKnownHostsKeyVerification - class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification.
An abstract HostKeyVerification class providing validation against the known_hosts format.
AbstractKnownHostsKeyVerification(String) - Constructor for class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Constructs a host key verification instance reading the specified known_hosts file.
AgentAuthenticationClient - class com.sshtools.j2ssh.agent.AgentAuthenticationClient.
Provides an application with an authentication mechanism that links to the sshtools agent; the agent stores private keys and can hash and sign data for the public key authentication request.
AgentAuthenticationClient() - Constructor for class com.sshtools.j2ssh.agent.AgentAuthenticationClient
Creates a new AgentAuthenticationClient object.
AgentNotAvailableException - exception com.sshtools.j2ssh.agent.AgentNotAvailableException.
DOCUMENT ME!
AgentNotAvailableException() - Constructor for class com.sshtools.j2ssh.agent.AgentNotAvailableException
Creates a new AgentNotAvailableException object.
AgentSocketChannel - class com.sshtools.j2ssh.agent.AgentSocketChannel.
DOCUMENT ME!
AgentSocketChannel(boolean) - Constructor for class com.sshtools.j2ssh.agent.AgentSocketChannel
Creates a new AgentSocketChannel object.
AlgorithmInitializationException - exception com.sshtools.j2ssh.transport.AlgorithmInitializationException.
Thrown by the transport protocol if an error occurs during any type of algorithm initialization.
AlgorithmInitializationException(String) - Constructor for class com.sshtools.j2ssh.transport.AlgorithmInitializationException
Constructs the exception.
AlgorithmNotAgreedException - exception com.sshtools.j2ssh.transport.AlgorithmNotAgreedException.
Thrown by the transport protocol if an algortihm cannot be agreed between the client and server.
AlgorithmNotAgreedException(String) - Constructor for class com.sshtools.j2ssh.transport.AlgorithmNotAgreedException
Constructs the exception.
AlgorithmNotSupportedException - exception com.sshtools.j2ssh.transport.AlgorithmNotSupportedException.
Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
AlgorithmNotSupportedException(String) - Constructor for class com.sshtools.j2ssh.transport.AlgorithmNotSupportedException
Constructs the exception.
AlgorithmOperationException - exception com.sshtools.j2ssh.transport.AlgorithmOperationException.
Thrown by the transport protocol if an algorithm operation error occurs.
AlgorithmOperationException(String) - Constructor for class com.sshtools.j2ssh.transport.AlgorithmOperationException
Contructs the exception.
AllowedSubsystem - class com.sshtools.daemon.configuration.AllowedSubsystem.
DOCUMENT ME!
AllowedSubsystem(String, String, String) - Constructor for class com.sshtools.daemon.configuration.AllowedSubsystem
Creates a new AllowedSubsystem object.
AsyncService - class com.sshtools.j2ssh.transport.AsyncService.
Extends the simple Service class to provide an asyncronous messaging service for the transport protocol.
AsyncService(String) - Constructor for class com.sshtools.j2ssh.transport.AsyncService
Constructs an asyncronous service.
AuthenticationDialog - class com.sshtools.common.authentication.AuthenticationDialog.
DOCUMENT ME!
AuthenticationDialog() - Constructor for class com.sshtools.common.authentication.AuthenticationDialog
Creates a new AuthenticationDialog object.
AuthenticationDialog(Frame) - Constructor for class com.sshtools.common.authentication.AuthenticationDialog
Creates a new AuthenticationDialog object.
AuthenticationDialog(Dialog) - Constructor for class com.sshtools.common.authentication.AuthenticationDialog
Creates a new AuthenticationDialog object.
AuthenticationProtocolClient - class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient.
DOCUMENT ME!
AuthenticationProtocolClient() - Constructor for class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
Creates a new AuthenticationProtocolClient object.
AuthenticationProtocolException - exception com.sshtools.j2ssh.authentication.AuthenticationProtocolException.
DOCUMENT ME!
AuthenticationProtocolException(String) - Constructor for class com.sshtools.j2ssh.authentication.AuthenticationProtocolException
Creates a new AuthenticationProtocolException object.
AuthenticationProtocolServer - class com.sshtools.daemon.authentication.AuthenticationProtocolServer.
DOCUMENT ME!
AuthenticationProtocolServer() - Constructor for class com.sshtools.daemon.authentication.AuthenticationProtocolServer
Creates a new AuthenticationProtocolServer object.
AuthenticationProtocolState - class com.sshtools.j2ssh.authentication.AuthenticationProtocolState.
DOCUMENT ME!
AuthenticationProtocolState() - Constructor for class com.sshtools.j2ssh.authentication.AuthenticationProtocolState
 
Authorization - class com.sshtools.common.configuration.Authorization.
DOCUMENT ME!
Authorization(InputStream) - Constructor for class com.sshtools.common.configuration.Authorization
Creates a new Authorization object.
Authorization() - Constructor for class com.sshtools.common.configuration.Authorization
Creates a new Authorization object.
AuthorizationFileVerification - class com.sshtools.daemon.authentication.AuthorizationFileVerification.
DOCUMENT ME!
AuthorizationFileVerification() - Constructor for class com.sshtools.daemon.authentication.AuthorizationFileVerification
 
AuthorizedKeys - class com.sshtools.common.automate.AuthorizedKeys.
DOCUMENT ME!
AuthorizedKeys() - Constructor for class com.sshtools.common.automate.AuthorizedKeys
 
AuthorizedKeysFileLoader - interface com.sshtools.common.automate.AuthorizedKeysFileLoader.
DOCUMENT ME!
AuthorizedKeysFileSaver - interface com.sshtools.common.automate.AuthorizedKeysFileSaver.
DOCUMENT ME!
AuthorizedKeysFormat - interface com.sshtools.common.automate.AuthorizedKeysFormat.
DOCUMENT ME!
AutomationConfiguration - class com.sshtools.common.automate.AutomationConfiguration.
DOCUMENT ME!
AutomationConfiguration(InputStream) - Constructor for class com.sshtools.common.automate.AutomationConfiguration
Creates a new AutomationConfiguration object.
aboutAction - Variable in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
acceptService(Service) - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
acceptService(Service) - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
acceptsKey(String, SshPublicKey) - Method in class com.sshtools.j2ssh.SshClient
Determine whether a private/public key pair will be accepted for public key authentication.
acceptsKey(AuthenticationProtocolClient, String, String, SshPublicKey) - Method in class com.sshtools.j2ssh.agent.AgentAuthenticationClient
DOCUMENT ME!
acceptsKey(AuthenticationProtocolClient, String, String, SshPublicKey) - Method in class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
DOCUMENT ME!
actionMenus - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.keygen.Main
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.mru.MRUMenu
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.ui.AboutAction
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.ui.ExitAction
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.ui.NewWindowAction
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.ui.OptionsDialog
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
actionPerformed(ActionEvent) - Method in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
actions - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
actionsVisible - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
activeChannels - Variable in class com.sshtools.j2ssh.SshClient
The currently active channels for this SSH Client connection.
add(File) - Method in class com.sshtools.common.mru.MRUListModel
DOCUMENT ME!
add(UnsignedInteger32, UnsignedInteger32) - Static method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
add(UnsignedInteger32, int) - Static method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
add(UnsignedInteger64, UnsignedInteger64) - Static method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
add(UnsignedInteger64, int) - Static method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
addActionListener(ActionListener) - Method in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
addAdditionalOptionsTab(OptionsTab) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
addAuthenticationMethod(SshAuthenticationClient) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
addChangeListener(ChangeListener) - Method in class com.sshtools.common.ui.ColorComboBox
DOCUMENT ME!
addChannelFactory(String, ChannelFactory) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
addEventHandler(TransportProtocolEventHandler) - Method in class com.sshtools.j2ssh.SshClient
Set the event handler for the underlying transport protocol.
addEventHandler(TransportProtocolEventHandler) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
addEventListener(ChannelEventListener) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
addExpression(String, String) - Method in class com.sshtools.common.automate.RemoteIdentificationRule
DOCUMENT ME!
addFileset(FileSet) - Method in class com.sshtools.ant.Sftp
A set of files to upload or download
addForwardingConfigurationListener(ForwardingConfigurationListener) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
addIOStreamConnectorListener(IOStreamConnectorListener) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
DOCUMENT ME!
addKey(String, SshPublicKey) - Method in class com.sshtools.common.automate.AuthorizedKeys
DOCUMENT ME!
addKey(String) - Method in class com.sshtools.common.configuration.Authorization
DOCUMENT ME!
addKey(SshPrivateKey, SshPublicKey, String, KeyConstraints) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
addKey(SshPrivateKey, SshPublicKey, String, KeyConstraints) - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Add a key to the agent
addKeyStoreListener(KeyStoreListener) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
addLocalForwarding(ForwardingConfiguration) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
addLocalForwarding(String, String, int, String, int) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
addLocalForwarding(ForwardingConfiguration) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
addMessage(SubsystemMessage) - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
DOCUMENT ME!
addMessage(byte[]) - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
DOCUMENT ME!
addMessage(byte[]) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Adds a raw message to the store and processes the data into a registered message.
addMessage(SshMessage) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Add a formed message to the store.
addMessageStore(SshMessageStore) - Method in interface com.sshtools.j2ssh.transport.TransportProtocol
DOCUMENT ME!
addMessageStore(SshMessageStore) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
addPrompt(String, boolean) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
DOCUMENT ME!
addReference(Object) - Method in class com.sshtools.j2ssh.agent.SshAgentForwardingListener
DOCUMENT ME!
addRemoteForwarding(ForwardingConfiguration) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
addRemoteForwarding(String, String, int, String, int) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
addRemoteForwarding(ForwardingConfiguration) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
addRemoteForwardingConfiguration(String, int) - Method in class com.sshtools.daemon.forwarding.ForwardingServer
DOCUMENT ME!
addRule(RemoteIdentificationRule) - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
addTab(OptionsTab) - Method in class com.sshtools.common.ui.OptionsPanel
DOCUMENT ME!
addTab(SshToolsConnectionTab) - Method in class com.sshtools.common.ui.SshToolsConnectionPanel
DOCUMENT ME!
addTab(Tab) - Method in class com.sshtools.common.ui.Tabber
DOCUMENT ME!
addTask(Task) - Method in class com.sshtools.ant.ConditionalTasks
 
addText(String) - Method in class com.sshtools.ant.Ssh.Shell.Read
the message as nested text
addText(String) - Method in class com.sshtools.ant.Ssh.Shell.Write
the message as nested text
additionalOptionsTabs - Variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
addressToBind - Variable in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
agent - Variable in class com.sshtools.j2ssh.agent.AgentAuthenticationClient
DOCUMENT ME!
algorithmName - Static variable in class com.sshtools.j2ssh.transport.cipher.BlowfishCbc
DOCUMENT ME!
algorithmName - Static variable in class com.sshtools.j2ssh.transport.cipher.TripleDesCbc
DOCUMENT ME!
algorithmsIn - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
algorithmsOut - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
allocatePseudoTerminal(SessionChannelClient) - Method in class com.sshtools.ant.Ssh.Shell
 
allocatePseudoTerminal(String, int, int, int, int, String) - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
allowAgentForwarding - Variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
allowChannelOpen(String, ChannelFactory) - Method in class com.sshtools.j2ssh.SshClient
Instructs the underlying connection protocol to allow channels of the given type to be opened by the server.
allowGlobalRequest(String, GlobalRequestHandler) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
allowHost(String, String, boolean) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
allowHost(String, SshPublicKey, boolean) - Method in class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Allows a host key, optionally recording the key to the known_hosts file.
allowedHosts() - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
allowedHosts() - Method in class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Returns a Map of the allowed hosts.
always - Variable in class com.sshtools.ant.Ssh
 
ansi - class com.sshtools.daemon.terminal.ansi.
DOCUMENT ME!
ansi() - Constructor for class com.sshtools.daemon.terminal.ansi
 
append(char) - Method in class com.sshtools.daemon.terminal.Editline
 
append(String) - Method in class com.sshtools.daemon.terminal.Editline
 
append(char) - Method in class com.sshtools.daemon.terminal.UserInput
 
append(String) - Method in class com.sshtools.daemon.terminal.UserInput
 
application - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
applicationPanel - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
applyTab() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
applyTab() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
applyTab() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
applyTab() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
applyTab() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
applyTab() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
applyTab() - Method in interface com.sshtools.common.ui.Tab
DOCUMENT ME!
applyTabs() - Method in class com.sshtools.common.ui.OptionsPanel
DOCUMENT ME!
applyTabs() - Method in class com.sshtools.common.ui.SshToolsConnectionPanel
DOCUMENT ME!
applyTabs() - Method in class com.sshtools.common.ui.Tabber
DOCUMENT ME!
assertByte(int) - Method in class com.sshtools.j2ssh.util.SimpleASNReader
DOCUMENT ME!
attachStreams(InputStream, OutputStream) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
authenticate(AuthenticationProtocolServer, SshMsgUserAuthRequest) - Method in class com.sshtools.daemon.authentication.KBIPasswordAuthenticationServer
DOCUMENT ME!
authenticate(AuthenticationProtocolServer, SshMsgUserAuthRequest) - Method in class com.sshtools.daemon.authentication.PasswordAuthenticationServer
DOCUMENT ME!
authenticate(AuthenticationProtocolServer, SshMsgUserAuthRequest) - Method in class com.sshtools.daemon.authentication.PublicKeyAuthenticationServer
DOCUMENT ME!
authenticate(AuthenticationProtocolServer, SshMsgUserAuthRequest) - Method in class com.sshtools.daemon.authentication.SshAuthenticationServer
DOCUMENT ME!
authenticate(SshAuthenticationClient) - Method in class com.sshtools.j2ssh.SshClient
Authenticate the user on the remote host.
authenticate(AuthenticationProtocolClient, String) - Method in class com.sshtools.j2ssh.agent.AgentAuthenticationClient
DOCUMENT ME!
authenticate(SshAuthenticationClient, Service) - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
authenticate(AuthenticationProtocolClient, String) - Method in class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient
DOCUMENT ME!
authenticate(AuthenticationProtocolClient, String) - Method in class com.sshtools.j2ssh.authentication.KBIAuthenticationClient
DOCUMENT ME!
authenticate(AuthenticationProtocolClient, String) - Method in class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient
 
authenticate(AuthenticationProtocolClient, String) - Method in class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
DOCUMENT ME!
authenticate(AuthenticationProtocolClient, String) - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
authenticateUser(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
authentication - Variable in class com.sshtools.j2ssh.SshClient
The SSH Authentication protocol implementation for this SSH client.
authenticationComplete(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
authenticationMethod - Variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
authenticationState - Variable in class com.sshtools.j2ssh.SshClient
The current state of the authentication for the current connection.
available() - Method in class com.sshtools.j2ssh.connection.ChannelInputStream
DOCUMENT ME!
available() - Method in class com.sshtools.j2ssh.subsystem.SubsystemInputStream
DOCUMENT ME!
availableWindowSpace() - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!

B

B - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
BACKSPACE - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BANNER_TIMEOUT - Static variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
BCOLOR - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BEL - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BLACK - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
BLACK - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BLINK - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
BLINK - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BLINK_OFF - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
BLINK_OFF - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BLUE - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
BLUE - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BOF - Static variable in class com.sshtools.j2ssh.io.IOStreamConnectorState
DOCUMENT ME!
BOLD - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
BOLD - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BOLD_OFF - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
BOLD_OFF - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BS - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
BS - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BYTEMISSING - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
BY_APPLICATION - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
BannerDialog - class com.sshtools.common.authentication.BannerDialog.
DOCUMENT ME!
BannerDialog(String) - Constructor for class com.sshtools.common.authentication.BannerDialog
Creates a new BannerDialog object.
BannerDialog(Frame, String) - Constructor for class com.sshtools.common.authentication.BannerDialog
Creates a new BannerDialog object.
BannerDialog(Dialog, String) - Constructor for class com.sshtools.common.authentication.BannerDialog
Creates a new BannerDialog object.
Base64 - class com.sshtools.j2ssh.util.Base64.
DOCUMENT ME!
Base64.InputStream - class com.sshtools.j2ssh.util.Base64.InputStream.
 
Base64.InputStream(InputStream) - Constructor for class com.sshtools.j2ssh.util.Base64.InputStream
 
Base64.InputStream(InputStream, boolean) - Constructor for class com.sshtools.j2ssh.util.Base64.InputStream
 
Base64.OutputStream - class com.sshtools.j2ssh.util.Base64.OutputStream.
 
Base64.OutputStream(OutputStream) - Constructor for class com.sshtools.j2ssh.util.Base64.OutputStream
 
Base64.OutputStream(OutputStream, boolean) - Constructor for class com.sshtools.j2ssh.util.Base64.OutputStream
 
Base64EncodedFileFormat - class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat.
DOCUMENT ME!
Base64EncodedFileFormat(String, String) - Constructor for class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
Creates a new Base64EncodedFileFormat object.
BasicTerminal - class com.sshtools.daemon.terminal.BasicTerminal.
DOCUMENT ME!
BasicTerminal() - Constructor for class com.sshtools.daemon.terminal.BasicTerminal
Creates a new BasicTerminal object.
BindingChannel - class com.sshtools.j2ssh.connection.BindingChannel.
DOCUMENT ME!
BindingChannel() - Constructor for class com.sshtools.j2ssh.connection.BindingChannel
 
BlowfishCbc - class com.sshtools.j2ssh.transport.cipher.BlowfishCbc.
DOCUMENT ME!
BlowfishCbc() - Constructor for class com.sshtools.j2ssh.transport.cipher.BlowfishCbc
Creates a new BlowfishCbc object.
BrowserLauncher - class com.sshtools.common.util.BrowserLauncher.
DOCUMENT ME!
BufferOverflowException - exception com.sshtools.daemon.terminal.BufferOverflowException.
DOCUMENT ME!
BufferOverflowException() - Constructor for class com.sshtools.daemon.terminal.BufferOverflowException
 
ByteArrayReader - class com.sshtools.j2ssh.io.ByteArrayReader.
DOCUMENT ME!
ByteArrayReader(byte[]) - Constructor for class com.sshtools.j2ssh.io.ByteArrayReader
Creates a new ByteArrayReader object.
ByteArrayWriter - class com.sshtools.j2ssh.io.ByteArrayWriter.
DOCUMENT ME!
ByteArrayWriter() - Constructor for class com.sshtools.j2ssh.io.ByteArrayWriter
Creates a new ByteArrayWriter object.
begin - Variable in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
begin - Variable in class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
DOCUMENT ME!
beginKeyExchange() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
bell() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
bigIntValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
bindChannel(BindingChannel) - Method in class com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
bindInputStream(InputStream) - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
bindMasterInputStream(InputStream) - Method in class com.sshtools.daemon.session.PseudoTerminalWrapper
DOCUMENT ME!
bindMasterOutputStream(OutputStream) - Method in class com.sshtools.daemon.session.PseudoTerminalWrapper
DOCUMENT ME!
bindOutputStream(OutputStream) - Method in class com.sshtools.j2ssh.connection.IOChannel
 
bindSlaveInputStream(InputStream) - Method in class com.sshtools.daemon.session.PseudoTerminalWrapper
DOCUMENT ME!
bindSlaveInputStream(InputStream) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
bindSlaveOutputStream(OutputStream) - Method in class com.sshtools.daemon.session.PseudoTerminalWrapper
DOCUMENT ME!
bindSlaveOutputStream(OutputStream) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
bindSocket(Socket) - Method in class com.sshtools.j2ssh.connection.SocketChannel
DOCUMENT ME!
blinkingText(String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
 
boldText(String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
 
boldcolorizeText(String, String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
 
boldcolorizeText(String, String, String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
 
boundChannel - Variable in class com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
boundInputStream - Variable in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
boundOutputStream - Variable in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
breakWaiting() - Method in class com.sshtools.j2ssh.util.State
DOCUMENT ME!
buf - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
buildAppletComponent() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
buildProfile() - Method in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
byteValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!

C

C - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
CAN - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
CANCELLED - Static variable in class com.sshtools.j2ssh.authentication.AuthenticationProtocolState
DOCUMENT ME!
CHANGE_PASSPHRASE - Static variable in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
CHANGE_PASSPHRASE - Static variable in class com.sshtools.common.keygen.KeygenPanel2
DOCUMENT ME!
CHANNEL_CLOSED - Static variable in class com.sshtools.j2ssh.connection.ChannelState
DOCUMENT ME!
CHANNEL_OPEN - Static variable in class com.sshtools.j2ssh.connection.ChannelState
DOCUMENT ME!
CHANNEL_UNINITIALIZED - Static variable in class com.sshtools.j2ssh.connection.ChannelState
DOCUMENT ME!
CHMOD - Static variable in class com.sshtools.ant.Sftp
 
CLIENT_PARAMETER_INFO - Static variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
CLOSED - Static variable in class com.sshtools.j2ssh.io.IOStreamConnectorState
DOCUMENT ME!
CLOSED - Static variable in class com.sshtools.j2ssh.util.OpenClosedState
DOCUMENT ME!
COLORINIT - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
COMMANDS_ICON - Static variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
COMPLETE - Static variable in class com.sshtools.j2ssh.authentication.AuthenticationProtocolState
DOCUMENT ME!
COMPLETE - Static variable in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
COMPLETED_ACTION_STRS - Static variable in class com.sshtools.ant.Sftp
 
COMPRESSION_ERROR - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
COMP_NONE - Static variable in class com.sshtools.j2ssh.transport.compression.SshCompressionFactory
DOCUMENT ME!
CONNECTED - Static variable in class com.sshtools.j2ssh.io.IOStreamConnectorState
DOCUMENT ME!
CONNECTED - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
CONNECTION_LOST - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
CONNECT_ICON - Static variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
CONTEXT_MENU_GROUP - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
CONTEXT_MENU_WEIGHT - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
CONVERT_IETF_SECSH_TO_OPENSSH - Static variable in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
CONVERT_IETF_SECSH_TO_OPENSSH - Static variable in class com.sshtools.common.keygen.KeygenPanel2
DOCUMENT ME!
CONVERT_OPENSSH_TO_IETF_SECSH - Static variable in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
CONVERT_OPENSSH_TO_IETF_SECSH - Static variable in class com.sshtools.common.keygen.KeygenPanel2
DOCUMENT ME!
CR - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
CRLF - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
CROSS_PLATFORM_LAF - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
CS7 - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
CS8 - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
CYAN - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
CYAN - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
Channel - class com.sshtools.j2ssh.connection.Channel.
DOCUMENT ME!
Channel() - Constructor for class com.sshtools.j2ssh.connection.Channel
Creates a new Channel object.
ChannelDataWindow - class com.sshtools.j2ssh.connection.ChannelDataWindow.
DOCUMENT ME!
ChannelDataWindow() - Constructor for class com.sshtools.j2ssh.connection.ChannelDataWindow
Creates a new ChannelDataWindow object.
ChannelEventListener - interface com.sshtools.j2ssh.connection.ChannelEventListener.
DOCUMENT ME!
ChannelFactory - interface com.sshtools.j2ssh.connection.ChannelFactory.
DOCUMENT ME!
ChannelInputStream - class com.sshtools.j2ssh.connection.ChannelInputStream.
DOCUMENT ME!
ChannelInputStream(SshMessageStore, Integer) - Constructor for class com.sshtools.j2ssh.connection.ChannelInputStream
Creates a new ChannelInputStream object.
ChannelInputStream(SshMessageStore) - Constructor for class com.sshtools.j2ssh.connection.ChannelInputStream
Creates a new ChannelInputStream object.
ChannelOutputStream - class com.sshtools.j2ssh.connection.ChannelOutputStream.
DOCUMENT ME!
ChannelOutputStream(Channel, Integer) - Constructor for class com.sshtools.j2ssh.connection.ChannelOutputStream
Creates a new ChannelOutputStream object.
ChannelOutputStream(Channel) - Constructor for class com.sshtools.j2ssh.connection.ChannelOutputStream
Creates a new ChannelOutputStream object.
ChannelState - class com.sshtools.j2ssh.connection.ChannelState.
DOCUMENT ME!
ChannelState() - Constructor for class com.sshtools.j2ssh.connection.ChannelState
Creates a new ChannelState object.
CharacterUpdate - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
CloseAction - class com.sshtools.common.ui.CloseAction.
DOCUMENT ME!
CloseAction() - Constructor for class com.sshtools.common.ui.CloseAction
Creates a new CloseAction object.
ColorComboBox - class com.sshtools.common.ui.ColorComboBox.
DOCUMENT ME!
ColorComboBox() - Constructor for class com.sshtools.common.ui.ColorComboBox
Creates a new ColorComboBox object.
ColorComboBox(Color) - Constructor for class com.sshtools.common.ui.ColorComboBox
Creates a new ColorComboBox object.
ColorHelper - class com.sshtools.daemon.terminal.ColorHelper.
DOCUMENT ME!
ColorHelper() - Constructor for class com.sshtools.daemon.terminal.ColorHelper
 
ColorIcon - class com.sshtools.common.ui.ColorIcon.
DOCUMENT ME!
ColorIcon() - Constructor for class com.sshtools.common.ui.ColorIcon
Creates a new ColorIcon object.
ColorIcon(Color) - Constructor for class com.sshtools.common.ui.ColorIcon
Creates a new ColorIcon object.
ColorIcon(Color, Color) - Constructor for class com.sshtools.common.ui.ColorIcon
Creates a new ColorIcon object.
ColorIcon(Color, Dimension, Color) - Constructor for class com.sshtools.common.ui.ColorIcon
Creates a new ColorIcon object.
Colorizer - class com.sshtools.daemon.terminal.Colorizer.
DOCUMENT ME!
ConditionalTasks - class com.sshtools.ant.ConditionalTasks.
 
ConditionalTasks() - Constructor for class com.sshtools.ant.ConditionalTasks
 
ConfigurationContext - interface com.sshtools.j2ssh.configuration.ConfigurationContext.
DOCUMENT ME!
ConfigurationException - exception com.sshtools.j2ssh.configuration.ConfigurationException.
DOCUMENT ME!
ConfigurationException(String) - Constructor for class com.sshtools.j2ssh.configuration.ConfigurationException
Creates a new ConfigurationException object.
ConfigurationLoader - class com.sshtools.j2ssh.configuration.ConfigurationLoader.
DOCUMENT ME!
ConfigurationLoader() - Constructor for class com.sshtools.j2ssh.configuration.ConfigurationLoader
 
ConnectedSocketTransportProvider - class com.sshtools.j2ssh.net.ConnectedSocketTransportProvider.
DOCUMENT ME!
ConnectedSocketTransportProvider(Socket) - Constructor for class com.sshtools.j2ssh.net.ConnectedSocketTransportProvider
Creates a new ConnectedSocketTransportProvider object.
ConnectionPropertiesAction - class com.sshtools.common.ui.ConnectionPropertiesAction.
DOCUMENT ME!
ConnectionPropertiesAction() - Constructor for class com.sshtools.common.ui.ConnectionPropertiesAction
Creates a new ConnectionPropertiesAction object.
ConnectionProtocol - class com.sshtools.j2ssh.connection.ConnectionProtocol.
DOCUMENT ME!
ConnectionProtocol() - Constructor for class com.sshtools.j2ssh.connection.ConnectionProtocol
Creates a new ConnectionProtocol object.
ConsoleHostKeyVerification - class com.sshtools.common.hosts.ConsoleHostKeyVerification.
DOCUMENT ME!
ConsoleHostKeyVerification() - Constructor for class com.sshtools.common.hosts.ConsoleHostKeyVerification
Creates a new ConsoleHostKeyVerification object.
ConsoleHostKeyVerification(String) - Constructor for class com.sshtools.common.hosts.ConsoleHostKeyVerification
Creates a new ConsoleHostKeyVerification object.
ConsoleKnownHostsKeyVerification - class com.sshtools.j2ssh.transport.ConsoleKnownHostsKeyVerification.
Implements the AbstractKnownHostsKeyVerification to provide host key verification through the console.
ConsoleKnownHostsKeyVerification() - Constructor for class com.sshtools.j2ssh.transport.ConsoleKnownHostsKeyVerification
Constructs the verification instance with the default known_hosts file from $HOME/.ssh/known_hosts.
ConsoleKnownHostsKeyVerification(String) - Constructor for class com.sshtools.j2ssh.transport.ConsoleKnownHostsKeyVerification
Constructs the verification instance with the specified known_hosts file.
calculateExchangeHash() - Method in class com.sshtools.j2ssh.transport.kex.DhGroup1Sha1
DOCUMENT ME!
canAuthenticate() - Method in class com.sshtools.j2ssh.agent.AgentAuthenticationClient
DOCUMENT ME!
canAuthenticate() - Method in class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient
DOCUMENT ME!
canAuthenticate() - Method in class com.sshtools.j2ssh.authentication.KBIAuthenticationClient
DOCUMENT ME!
canAuthenticate() - Method in class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient
DOCUMENT ME!
canAuthenticate() - Method in class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
DOCUMENT ME!
canAuthenticate() - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
canClose(OptionsDialog, Option) - Method in interface com.sshtools.common.ui.OptionCallback
DOCUMENT ME!
canClose() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
canExecute() - Method in class com.sshtools.daemon.vfs.VFSPermission
DOCUMENT ME!
canPrompt() - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
canRead() - Method in class com.sshtools.daemon.vfs.VFSPermission
DOCUMENT ME!
canRead() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
canUse() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
canWrite() - Method in class com.sshtools.daemon.vfs.VFSPermission
DOCUMENT ME!
canWrite() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
cd(String) - Method in class com.sshtools.j2ssh.SftpClient
Changes the working directory on the remote server.
changePassphrase(File, String, String) - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyGenerator
DOCUMENT ME!
changePassphrase(String, String) - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
changePassword(String) - Method in class com.sshtools.common.authentication.PasswordChange
DOCUMENT ME!
changePassword(String, String, String) - Method in class com.sshtools.daemon.platform.NativeAuthenticationProvider
DOCUMENT ME!
changePassword(String) - Method in interface com.sshtools.j2ssh.authentication.PasswordChangePrompt
DOCUMENT ME!
changePermissions(SftpFile, String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
changePermissions(SftpFile, int) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
changePermissions(String, int) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
changePermissions(String, String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
changeTerminalDimensions(PseudoTerminal) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
changedUpdate(DocumentEvent) - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
characters(char[], int, int) - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
characters(char[], int, int) - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
characters(char[], int, int) - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
checkAndGetProperty(String, String) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
checkConfiguration() - Method in class com.sshtools.ant.Sftp
Checks to see that all required parameters are set.
chgrp(int, String) - Method in class com.sshtools.j2ssh.SftpClient
Sets the group ID for the file or directory.
chmod(SftpClient, String) - Method in class com.sshtools.ant.Sftp
 
chmod(int, String) - Method in class com.sshtools.j2ssh.SftpClient
Changes the access permissions or modes of the specified file or directory.
chown(int, String) - Method in class com.sshtools.j2ssh.SftpClient
Sets the user ID to owner for the file or directory.
cipher - Variable in class com.sshtools.ant.Ssh
 
cleanUp() - Method in class com.sshtools.common.mru.MRUMenu
DOCUMENT ME!
clear() - Method in class com.sshtools.daemon.terminal.Editline
DOCUMENT ME!
clear() - Method in class com.sshtools.daemon.terminal.UserInput
DOCUMENT ME!
clientIdent - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
clientKexInit - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
cloneThread(Runnable, String) - Method in class com.sshtools.j2ssh.SshThread
Create's a cloned copy of this thread with the given target and name.
close() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
close() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Close the agent
close() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.connection.ChannelInputStream
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.connection.ChannelOutputStream
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.io.IOStreamConnector
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.net.ConnectedSocketTransportProvider
DOCUMENT ME!
close() - Method in interface com.sshtools.j2ssh.net.TransportProvider
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.sftp.SftpFileInputStream
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.sftp.SftpFileOutputStream
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
DOCUMENT ME!
close() - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Closes the store.
close() - Method in class com.sshtools.j2ssh.util.Base64.OutputStream
 
closeChannel(Channel) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
closeConnection(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
closeContainer(SshToolsApplicationContainer) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
closeContainer() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet.SshToolsApplicationAppletContainer
 
closeContainer() - Method in interface com.sshtools.common.ui.SshToolsApplicationContainer
DOCUMENT ME!
closeContainer() - Method in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
closeFile(byte[]) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
closeFile(byte[]) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
closeFile(SftpFile) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
closeHandle(byte[]) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
closeInput() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
closeOutput() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
closeStream(InputStream) - Static method in class com.sshtools.j2ssh.io.IOUtil
DOCUMENT ME!
closeStream(OutputStream) - Static method in class com.sshtools.j2ssh.io.IOUtil
DOCUMENT ME!
closed(ForwardingChannel) - Method in interface com.sshtools.j2ssh.forwarding.ForwardingConfigurationListener
DOCUMENT ME!
colorToString(Color) - Static method in class com.sshtools.common.util.PropertyUtil
DOCUMENT ME!
colorize(String, boolean) - Method in class com.sshtools.daemon.terminal.Colorizer
 
colorizeBackground(String, String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
 
colorizeText(String, String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
colorizeText(String, String, String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
 
com.sshtools.ant - package com.sshtools.ant
 
com.sshtools.common.authentication - package com.sshtools.common.authentication
 
com.sshtools.common.automate - package com.sshtools.common.automate
 
com.sshtools.common.configuration - package com.sshtools.common.configuration
 
com.sshtools.common.hosts - package com.sshtools.common.hosts
 
com.sshtools.common.keygen - package com.sshtools.common.keygen
 
com.sshtools.common.mru - package com.sshtools.common.mru
 
com.sshtools.common.ui - package com.sshtools.common.ui
 
com.sshtools.common.util - package com.sshtools.common.util
 
com.sshtools.daemon - package com.sshtools.daemon
 
com.sshtools.daemon.authentication - package com.sshtools.daemon.authentication
 
com.sshtools.daemon.configuration - package com.sshtools.daemon.configuration
 
com.sshtools.daemon.forwarding - package com.sshtools.daemon.forwarding
 
com.sshtools.daemon.platform - package com.sshtools.daemon.platform
 
com.sshtools.daemon.session - package com.sshtools.daemon.session
 
com.sshtools.daemon.sftp - package com.sshtools.daemon.sftp
 
com.sshtools.daemon.subsystem - package com.sshtools.daemon.subsystem
 
com.sshtools.daemon.terminal - package com.sshtools.daemon.terminal
 
com.sshtools.daemon.transport - package com.sshtools.daemon.transport
 
com.sshtools.daemon.vfs - package com.sshtools.daemon.vfs
 
com.sshtools.j2ssh - package com.sshtools.j2ssh
 
com.sshtools.j2ssh.agent - package com.sshtools.j2ssh.agent
 
com.sshtools.j2ssh.authentication - package com.sshtools.j2ssh.authentication
 
com.sshtools.j2ssh.configuration - package com.sshtools.j2ssh.configuration
 
com.sshtools.j2ssh.connection - package com.sshtools.j2ssh.connection
 
com.sshtools.j2ssh.forwarding - package com.sshtools.j2ssh.forwarding
 
com.sshtools.j2ssh.io - package com.sshtools.j2ssh.io
 
com.sshtools.j2ssh.net - package com.sshtools.j2ssh.net
 
com.sshtools.j2ssh.openssh - package com.sshtools.j2ssh.openssh
 
com.sshtools.j2ssh.session - package com.sshtools.j2ssh.session
 
com.sshtools.j2ssh.sftp - package com.sshtools.j2ssh.sftp
 
com.sshtools.j2ssh.subsystem - package com.sshtools.j2ssh.subsystem
 
com.sshtools.j2ssh.transport - package com.sshtools.j2ssh.transport
 
com.sshtools.j2ssh.transport.cipher - package com.sshtools.j2ssh.transport.cipher
 
com.sshtools.j2ssh.transport.compression - package com.sshtools.j2ssh.transport.compression
 
com.sshtools.j2ssh.transport.hmac - package com.sshtools.j2ssh.transport.hmac
 
com.sshtools.j2ssh.transport.kex - package com.sshtools.j2ssh.transport.kex
 
com.sshtools.j2ssh.transport.publickey - package com.sshtools.j2ssh.transport.publickey
 
com.sshtools.j2ssh.transport.publickey.dsa - package com.sshtools.j2ssh.transport.publickey.dsa
 
com.sshtools.j2ssh.transport.publickey.rsa - package com.sshtools.j2ssh.transport.publickey.rsa
 
com.sshtools.j2ssh.util - package com.sshtools.j2ssh.util
 
commands - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
compareTo(Object) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel.ActionMenu
 
compareTo(Object) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel.ActionMenu
 
compareTo(Object) - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
completeKeyExchange() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
completeOnNewKeys - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
compress(byte[]) - Method in interface com.sshtools.j2ssh.transport.compression.SshCompression
DOCUMENT ME!
configureNewLocation() - Static method in class com.sshtools.j2ssh.agent.SshAgentSocketListener
Configure a new random port for the agent listener.
configureServices(ConnectionProtocol) - Method in class com.sshtools.daemon.SshServer
DOCUMENT ME!
configureUserAccess(SshClient, String, String, SshPublicKey, String, int) - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
configureUserAccess(SshClient, String, String, List, String, int) - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
connect(SshToolsConnectionProfile, boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
connect(SshClient, SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
connect() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
connect(String) - Method in class com.sshtools.j2ssh.SshClient
Connect the client to the server using default connection properties.
connect(String, HostKeyVerification) - Method in class com.sshtools.j2ssh.SshClient
Connect the client to the server using the default connection properties.
connect(String, int) - Method in class com.sshtools.j2ssh.SshClient
Connect the client to the server on a specified port with default connection properties.
connect(String, int, HostKeyVerification) - Method in class com.sshtools.j2ssh.SshClient
Connect the client to the server on a specified port with default connection properties.
connect(SshConnectionProperties) - Method in class com.sshtools.j2ssh.SshClient
Connect the client to the server with the specified properties.
connect(SshConnectionProperties, HostKeyVerification) - Method in class com.sshtools.j2ssh.SshClient
Connect the client to the server with the specified properties.
connect(InputStream, OutputStream) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
DOCUMENT ME!
connectAgentSocket(String) - Static method in class com.sshtools.j2ssh.agent.SshAgentClient
Connect a socket to the agent at the location specified.
connectAndAuthenticate() - Method in class com.sshtools.ant.Ssh
 
connectImmediately - Variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
connectLocalAgent(String, String) - Static method in class com.sshtools.j2ssh.agent.SshAgentClient
Connect to the local agent.
connectTransportProvider(SshConnectionProperties, int) - Static method in class com.sshtools.j2ssh.net.TransportProviderFactory
DOCUMENT ME!
connectViaProxy(String, int, String, int, String, String, String) - Static method in class com.sshtools.j2ssh.net.HttpProxySocketProvider
DOCUMENT ME!
connectViaProxy(String, int, String, int, String, String, String, String) - Static method in class com.sshtools.j2ssh.net.HttpProxySocketProvider
DOCUMENT ME!
connectViaSocks4Proxy(String, int, String, int, String) - Static method in class com.sshtools.j2ssh.net.SocksProxySocket
DOCUMENT ME!
connectViaSocks5Proxy(String, int, String, int, boolean, String, String) - Static method in class com.sshtools.j2ssh.net.SocksProxySocket
DOCUMENT ME!
connectViaSocks5Proxy(String, int, String, int, String, String) - Static method in class com.sshtools.j2ssh.net.SocksProxySocket
DOCUMENT ME!
connection - Variable in class com.sshtools.j2ssh.SshClient
The SSH Connection protocol implementation for this SSH client.
connection - Variable in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
connectionFileFilter - Variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoResponse
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPwdChangeReq
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelClose
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelData
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelEOF
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelFailure
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpen
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelRequest
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelSuccess
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgGlobalRequest
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgRequestFailure
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.connection.SshMsgRequestSuccess
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpAttrs
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpClose
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpData
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpFSetStat
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpFStat
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpHandle
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpInit
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpLStat
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpMkdir
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpName
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpOpenDir
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpRead
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpReadDir
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpReadlink
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpRealPath
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpRemove
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpRename
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpRmdir
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpSetStat
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpStat
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpSymlink
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpVersion
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.sftp.SshFxpWrite
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessage
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.SshMessage
Message implementations should implement this method, writing the data as exected in the transport protocol message format.
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.SshMsgDebug
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.SshMsgIgnore
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.SshMsgNewKeys
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.SshMsgServiceAccept
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.SshMsgServiceRequest
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.SshMsgUnimplemented
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhInit
DOCUMENT ME!
constructByteArray(ByteArrayWriter) - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoResponse
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPwdChangeReq
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelClose
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelData
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelEOF
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelFailure
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpen
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelRequest
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelSuccess
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgGlobalRequest
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgRequestFailure
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.connection.SshMsgRequestSuccess
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpAttrs
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpClose
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpData
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpFSetStat
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpFStat
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpHandle
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpInit
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpLStat
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpMkdir
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpName
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpOpenDir
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpRead
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpReadDir
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpReadlink
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpRealPath
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpRemove
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpRename
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpRmdir
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpSetStat
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpStat
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpSymlink
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpVersion
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.sftp.SshFxpWrite
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessage
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMessage
Message implementation should implement this method, reading the data as expected in the transport protocol message format.
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMsgDebug
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMsgIgnore
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMsgNewKeys
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMsgServiceAccept
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMsgServiceRequest
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMsgUnimplemented
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhInit
DOCUMENT ME!
constructMessage(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
DOCUMENT ME!
consumeWindowSpace(int) - Method in class com.sshtools.j2ssh.connection.ChannelDataWindow
DOCUMENT ME!
container - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
containers - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
containsChannelFactory(String) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
containsKey(SshPublicKey) - Method in class com.sshtools.common.automate.AuthorizedKeys
DOCUMENT ME!
containsProperty(String) - Method in class com.sshtools.j2ssh.SshThread
Determine if this thread contains the given property.
containsSetting(String) - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
contentsChanged(ListDataEvent) - Method in class com.sshtools.common.mru.MRUMenu
DOCUMENT ME!
contextMenu - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
convertContainer(SshToolsApplicationContainer, Class) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
convertPublicKeyFile(File, SshPublicKeyFormat) - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyGenerator
DOCUMENT ME!
create(AuthorizedKeys, String, AuthorizedKeysFileSaver) - Static method in class com.sshtools.common.automate.AuthorizedKeys
DOCUMENT ME!
create(SshPrivateKey, String, SshPrivateKeyFormat) - Static method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
 
create(SshPublicKey, SshPublicKeyFormat) - Static method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
createApplicationPanel() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
createChannel(String, byte[]) - Method in class com.sshtools.daemon.forwarding.ForwardingServer
 
createChannel(String, byte[]) - Method in class com.sshtools.daemon.session.SessionChannelFactory
 
createChannel(String, byte[]) - Method in interface com.sshtools.j2ssh.connection.ChannelFactory
 
createChannel(String, int, Socket) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient.ClientForwardingListener
 
createChannel(String, byte[]) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
createChannel(String, int, Socket) - Method in class com.sshtools.j2ssh.forwarding.ForwardingListener
DOCUMENT ME!
createCookie(String) - Static method in class com.sshtools.common.util.X11Util
DOCUMENT ME!
createDelimString(List) - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
createExec() - Method in class com.sshtools.ant.Ssh
 
createForwardingBindingChannel(String, String, int, String, int) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
createForwardingIOChannel(String, String, int, String, int) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
createForwardingSocketChannel(String, String, int, String, int) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
createLocalKexInit() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
createLocalKexInit() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
createMessage(byte[]) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Create a formed message from raw message data.
createOptionDialog(JComponent, Option[], Object, String, Option, OptionCallback, Icon) - Static method in class com.sshtools.common.ui.OptionsDialog
DOCUMENT ME!
createParents(SftpClient, String) - Method in class com.sshtools.ant.Sftp
Creates all parent directories specified in a complete relative pathname.
createProcess(String, Map) - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
createRead() - Method in class com.sshtools.ant.Ssh.Shell
 
createSession(Socket) - Method in class com.sshtools.daemon.SshServer
DOCUMENT ME!
createSftp() - Method in class com.sshtools.ant.Ssh
 
createShell() - Method in class com.sshtools.ant.Ssh
 
createSymbolicLink(String, String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
createSymbolicLink(String, String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
createSymbolicLink(String, String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
createWrite() - Method in class com.sshtools.ant.Ssh.Shell
Reading/Writing to the session/command
currentConnectionFile - Variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
currentConnectionProfile - Variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!

D

D - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
DECODE - Static variable in class com.sshtools.j2ssh.util.Base64
DOCUMENT ME!
DECRYPT_MODE - Static variable in class com.sshtools.j2ssh.transport.cipher.SshCipher
DOCUMENT ME!
DEFAULT_BUFFER_SIZE - Static variable in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
DEFAULT_LAF - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
DEFAULT_PORT - Static variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
DEL - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
DEL - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
DELETE - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
DEL_FILES - Static variable in class com.sshtools.ant.Sftp
 
DENY_ICON - Static variable in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
DISCONNECTED - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
DOWN - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
DO_NOTHING - Static variable in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
DSAKeyInfo - class com.sshtools.j2ssh.openssh.DSAKeyInfo.
DOCUMENT ME!
DSAKeyInfo(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.sshtools.j2ssh.openssh.DSAKeyInfo
Creates a new DSAKeyInfo object.
DSA_PRIVATE_KEY - Static variable in class com.sshtools.j2ssh.openssh.PEM
DOCUMENT ME!
DhGroup1Sha1 - class com.sshtools.j2ssh.transport.kex.DhGroup1Sha1.
DOCUMENT ME!
DhGroup1Sha1() - Constructor for class com.sshtools.j2ssh.transport.kex.DhGroup1Sha1
Creates a new DhGroup1Sha1 object.
DialogHostKeyVerification - class com.sshtools.common.hosts.DialogHostKeyVerification.
DOCUMENT ME!
DialogHostKeyVerification(Component) - Constructor for class com.sshtools.common.hosts.DialogHostKeyVerification
Creates a new DialogHostKeyVerification object.
DialogHostKeyVerification(Component, String) - Constructor for class com.sshtools.common.hosts.DialogHostKeyVerification
Creates a new DialogHostKeyVerification object.
DialogKnownHostsKeyVerification - class com.sshtools.common.hosts.DialogKnownHostsKeyVerification.
DOCUMENT ME!
DialogKnownHostsKeyVerification(Component) - Constructor for class com.sshtools.common.hosts.DialogKnownHostsKeyVerification
Creates a new DialogKnownHostsKeyVerification object.
DialogKnownHostsKeyVerification(Component, String) - Constructor for class com.sshtools.common.hosts.DialogKnownHostsKeyVerification
Creates a new DialogKnownHostsKeyVerification object.
DynamicBuffer - class com.sshtools.j2ssh.io.DynamicBuffer.
DOCUMENT ME!
DynamicBuffer() - Constructor for class com.sshtools.j2ssh.io.DynamicBuffer
Creates a new DynamicBuffer object.
DynamicClassLoader - class com.sshtools.j2ssh.util.DynamicClassLoader.
DOCUMENT ME!
DynamicClassLoader(ClassLoader, List) - Constructor for class com.sshtools.j2ssh.util.DynamicClassLoader
Creates a new DynamicClassLoader object.
data(byte[], int) - Method in interface com.sshtools.j2ssh.io.IOStreamConnectorListener
DOCUMENT ME!
dataReceived(ForwardingChannel, int) - Method in interface com.sshtools.j2ssh.forwarding.ForwardingConfigurationListener
DOCUMENT ME!
dataSent(ForwardingChannel, int) - Method in interface com.sshtools.j2ssh.forwarding.ForwardingConfigurationListener
DOCUMENT ME!
decode(String) - Static method in class com.sshtools.j2ssh.util.Base64
DOCUMENT ME!
decode(byte[], int, int) - Static method in class com.sshtools.j2ssh.util.Base64
 
decodePrivateKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.SshKeyPair
DOCUMENT ME!
decodePrivateKey(byte[]) - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
DOCUMENT ME!
decodePrivateKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.dsa.SshDssKeyPair
DOCUMENT ME!
decodePrivateKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaKeyPair
DOCUMENT ME!
decodePublicKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.SshKeyPair
DOCUMENT ME!
decodePublicKey(byte[]) - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
DOCUMENT ME!
decodePublicKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.dsa.SshDssKeyPair
DOCUMENT ME!
decodePublicKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaKeyPair
DOCUMENT ME!
decodeToObject(String) - Static method in class com.sshtools.j2ssh.util.Base64
 
decodeToString(String) - Static method in class com.sshtools.j2ssh.util.Base64
 
decompress(byte[]) - Method in interface com.sshtools.j2ssh.transport.compression.SshCompression
DOCUMENT ME!
decryptKeyblob(byte[], String) - Method in class com.sshtools.j2ssh.openssh.OpenSSHPrivateKeyFormat
DOCUMENT ME!
decryptKeyblob(byte[], String) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat
DOCUMENT ME!
decryptKeyblob(byte[], String) - Method in class com.sshtools.j2ssh.transport.publickey.SshtoolsPrivateKeyFormat
DOCUMENT ME!
decryptPayload(String) - Method in class com.sshtools.j2ssh.openssh.PEMReader
DOCUMENT ME!
defaultContainerClass - Variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
defineScrollRegion(int, int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
delFile(SftpClient, String) - Method in class com.sshtools.ant.Sftp
Delete a file from the remote host.
delete() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
deleteAllKeys() - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
deleteAllKeys() - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Delete all the keys held by the agent.
deleteKey(SshPublicKey, String) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
deleteKey(SshPublicKey, String) - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Delete a key held by the agent
deniedHosts() - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
denyChannelOpen(String) - Method in class com.sshtools.j2ssh.SshClient
Stops the specified channel type from being opended.
denyHost(String, boolean) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
deregisterAction(StandardAction) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
destroy() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
destroy() - Method in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
detachStreams() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
determineAlgorithm(List, List) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
disableHostKeyVerification - Variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
disabledActions - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
disconnect() - Method in class com.sshtools.ant.Ssh
 
disconnect() - Method in class com.sshtools.j2ssh.SshClient
Disconnect the client.
disconnect(String) - Method in interface com.sshtools.j2ssh.transport.TransportProtocol
DOCUMENT ME!
disconnect(String) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
disconnectOnSessionClose() - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
disconnectOnSessionClose - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
doAction(String) - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
doFinal() - Method in class com.sshtools.j2ssh.util.Hash
DOCUMENT ME!
doLayout() - Method in class com.sshtools.common.ui.ToolBarSeparator
DOCUMENT ME!
doNothing - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
doubleValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
doubleValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
draw() - Method in class com.sshtools.daemon.terminal.Editline
 
draw() - Method in class com.sshtools.daemon.terminal.UserInput
 

E

E - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
EBOL - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
EBOS - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
ECHO - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ECHOCTL - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ECHOE - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ECHOK - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ECHOKE - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ECHONL - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
EEL - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
EEOL - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
EEOS - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
EES - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
ENCODE - Static variable in class com.sshtools.j2ssh.util.Base64
DOCUMENT ME!
ENCRYPT_MODE - Static variable in class com.sshtools.j2ssh.transport.cipher.SshCipher
DOCUMENT ME!
ENTER - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
EOF - Static variable in class com.sshtools.j2ssh.io.IOStreamConnectorState
DOCUMENT ME!
EOL_CR - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
EOL_CRLF - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
EOL_CRLF - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
EOL_LF - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
EOT - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
ESC - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
ESCAPE - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
EXECUTE_COMMANDS - Static variable in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
EditAction - class com.sshtools.common.ui.EditAction.
DOCUMENT ME!
EditAction() - Constructor for class com.sshtools.common.ui.EditAction
Creates a new EditAction object.
EditBuffer - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
Editline - class com.sshtools.daemon.terminal.Editline.
DOCUMENT ME!
Editline(TerminalIO) - Constructor for class com.sshtools.daemon.terminal.Editline
Creates a new Editline object.
EmptyIcon - class com.sshtools.common.ui.EmptyIcon.
DOCUMENT ME!
EmptyIcon(int, int) - Constructor for class com.sshtools.common.ui.EmptyIcon
Creates a new EmptyIcon object.
ExitAction - class com.sshtools.common.ui.ExitAction.
DOCUMENT ME!
ExitAction(SshToolsApplication, SshToolsApplicationContainer) - Constructor for class com.sshtools.common.ui.ExitAction
Creates a new ExitAction object.
ExtensionAlgorithm - class com.sshtools.j2ssh.configuration.ExtensionAlgorithm.
DOCUMENT ME!
ExtensionAlgorithm() - Constructor for class com.sshtools.j2ssh.configuration.ExtensionAlgorithm
Creates a new ExtensionAlgorithm object.
echo - Variable in class com.sshtools.ant.Ssh.Shell.Write
 
echo() - Method in class com.sshtools.j2ssh.authentication.KBIPrompt
DOCUMENT ME!
echo(String) - Method in interface com.sshtools.j2ssh.session.SessionOutputEcho
DOCUMENT ME!
editConnection() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
editConnection(SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
elementAt(int) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
enableX11Forwarding(XDisplay) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
encodeBytes(byte[], boolean) - Static method in class com.sshtools.j2ssh.util.Base64
 
encodeBytes(byte[], int, int, boolean) - Static method in class com.sshtools.j2ssh.util.Base64
 
encodeInt(int) - Static method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
encodeObject(Serializable) - Static method in class com.sshtools.j2ssh.util.Base64
 
encodeString(String, boolean) - Static method in class com.sshtools.j2ssh.util.Base64
 
encryptKeyblob(byte[], String) - Method in class com.sshtools.j2ssh.openssh.OpenSSHPrivateKeyFormat
DOCUMENT ME!
encryptKeyblob(byte[], String) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat
DOCUMENT ME!
encryptKeyblob(byte[], String) - Method in class com.sshtools.j2ssh.transport.publickey.SshtoolsPrivateKeyFormat
DOCUMENT ME!
encryptPayload(byte[], String) - Method in class com.sshtools.j2ssh.openssh.PEMWriter
DOCUMENT ME!
end - Variable in class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
DOCUMENT ME!
endElement(String, String, String) - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
endElement(String, String, String) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
endElement(String, String, String) - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
endElement(String, String, String) - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
equals(Object) - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
equals(Object) - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
equals(Object) - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKey
DOCUMENT ME!
equals(Object) - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
DOCUMENT ME!
eraseLine() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
eraseScreen() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
eraseToBeginOfLine() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
eraseToBeginOfScreen() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
eraseToEndOfLine() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
eraseToEndOfScreen() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
eventHandler - Variable in class com.sshtools.j2ssh.SshClient
A Transport protocol event handler instance that receives notifications of transport layer events such as Socket timeouts and disconnection.
eventListener - Variable in class com.sshtools.j2ssh.SshClient
An channel event listener implemention to maintain the active channel list.
exchangeHash - Variable in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
execute() - Method in class com.sshtools.ant.ConditionalTasks
 
execute(SshClient) - Method in class com.sshtools.ant.Sftp
Runs the task.
execute(SshClient) - Method in class com.sshtools.ant.Ssh.Exec
 
execute() - Method in class com.sshtools.ant.Ssh.Shell.Read
 
execute() - Method in class com.sshtools.ant.Ssh.Shell.Write
 
execute(SshClient) - Method in class com.sshtools.ant.Ssh.Shell
 
execute() - Method in class com.sshtools.ant.Ssh
 
execute(SshClient) - Method in class com.sshtools.ant.SshSubTask
 
executeCommand(String) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
executeCommands - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
executeSFTPTask(SshClient) - Method in class com.sshtools.ant.Sftp
 
executeSubTasks() - Method in class com.sshtools.ant.Ssh
 
exit() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
exitAction - Variable in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!

F

FAILED - Static variable in class com.sshtools.j2ssh.authentication.AuthenticationProtocolState
DOCUMENT ME!
FAILED - Static variable in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
FCOLOR - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
FF - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
FXF_APPEND - Static variable in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
FXF_CREAT - Static variable in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
FXF_EXCL - Static variable in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
FXF_READ - Static variable in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
FXF_TRUNC - Static variable in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
FXF_WRITE - Static variable in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
FileAttributes - class com.sshtools.j2ssh.sftp.FileAttributes.
DOCUMENT ME!
FileAttributes() - Constructor for class com.sshtools.j2ssh.sftp.FileAttributes
Creates a new FileAttributes object.
FileAttributes(ByteArrayReader) - Constructor for class com.sshtools.j2ssh.sftp.FileAttributes
 
ForwardingBindingChannel - class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel.
DOCUMENT ME!
ForwardingBindingChannel(String, String, int, String, int) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
Creates a new ForwardingBindingChannel object.
ForwardingChannel - interface com.sshtools.j2ssh.forwarding.ForwardingChannel.
DOCUMENT ME!
ForwardingChannelImpl - class com.sshtools.j2ssh.forwarding.ForwardingChannelImpl.
DOCUMENT ME!
ForwardingChannelImpl(String, String, int, String, int) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingChannelImpl
Creates a new ForwardingChannelImpl object.
ForwardingClient - class com.sshtools.j2ssh.forwarding.ForwardingClient.
DOCUMENT ME!
ForwardingClient(ConnectionProtocol) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingClient
Creates a new ForwardingClient object.
ForwardingClient.ClientForwardingListener - class com.sshtools.j2ssh.forwarding.ForwardingClient.ClientForwardingListener.
 
ForwardingClient.ClientForwardingListener(String, ConnectionProtocol, String, int, String, int) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingClient.ClientForwardingListener
 
ForwardingConfiguration - class com.sshtools.j2ssh.forwarding.ForwardingConfiguration.
DOCUMENT ME!
ForwardingConfiguration(String, String, int, String, int) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
Creates a new ForwardingConfiguration object.
ForwardingConfiguration(String, int) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
Creates a new ForwardingConfiguration object.
ForwardingConfiguration.ForwardingConfigurationMonitor - class com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor.
 
ForwardingConfiguration.ForwardingConfigurationMonitor() - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor
 
ForwardingConfigurationException - exception com.sshtools.j2ssh.forwarding.ForwardingConfigurationException.
DOCUMENT ME!
ForwardingConfigurationException(String) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingConfigurationException
Creates a new ForwardingConfigurationException object.
ForwardingConfigurationListener - interface com.sshtools.j2ssh.forwarding.ForwardingConfigurationListener.
DOCUMENT ME!
ForwardingIOChannel - class com.sshtools.j2ssh.forwarding.ForwardingIOChannel.
DOCUMENT ME!
ForwardingIOChannel(String, String, int, String, int) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
Creates a new ForwardingIOChannel object.
ForwardingListener - class com.sshtools.j2ssh.forwarding.ForwardingListener.
DOCUMENT ME!
ForwardingListener(String, ConnectionProtocol, String, int, String, int) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingListener
Creates a new ForwardingListener object.
ForwardingListener(ConnectionProtocol, String, int) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingListener
Creates a new ForwardingListener object.
ForwardingServer - class com.sshtools.daemon.forwarding.ForwardingServer.
DOCUMENT ME!
ForwardingServer(ConnectionProtocol) - Constructor for class com.sshtools.daemon.forwarding.ForwardingServer
Creates a new ForwardingServer object.
ForwardingSocketChannel - class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel.
DOCUMENT ME!
ForwardingSocketChannel(String, String, int, String, int) - Constructor for class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
Creates a new ForwardingSocketChannel object.
f - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
fileExists(String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
fileExists(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
 
finalize() - Method in class com.sshtools.j2ssh.sftp.SftpFileInputStream
DOCUMENT ME!
finalize() - Method in class com.sshtools.j2ssh.sftp.SftpFileOutputStream
DOCUMENT ME!
finalizeClose() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
fingerprint - Variable in class com.sshtools.ant.Ssh
 
fireChangeEvent() - Method in class com.sshtools.common.ui.ColorComboBox
DOCUMENT ME!
floatValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
floatValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
flush() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
flush() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
flush() - Method in class com.sshtools.j2ssh.util.Base64.OutputStream
 
fontToString(Font) - Static method in class com.sshtools.common.util.PropertyUtil
DOCUMENT ME!
format(AuthorizedKeys) - Method in interface com.sshtools.common.automate.AuthorizedKeysFormat
DOCUMENT ME!
format(AuthorizedKeys, AuthorizedKeysFileSaver) - Method in interface com.sshtools.common.automate.AuthorizedKeysFormat
DOCUMENT ME!
format(AuthorizedKeys, AuthorizedKeysFileSaver) - Method in class com.sshtools.common.automate.OpenSSHAuthorizedKeysFormat
DOCUMENT ME!
format(AuthorizedKeys) - Method in class com.sshtools.common.automate.OpenSSHAuthorizedKeysFormat
DOCUMENT ME!
format(AuthorizedKeys) - Method in class com.sshtools.common.automate.SSH2AuthorizedKeysFormat
DOCUMENT ME!
format(AuthorizedKeys, AuthorizedKeysFileSaver) - Method in class com.sshtools.common.automate.SSH2AuthorizedKeysFormat
DOCUMENT ME!
format(AuthorizedKeys) - Method in class com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat
DOCUMENT ME!
format(AuthorizedKeys, AuthorizedKeysFileSaver) - Method in class com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat
DOCUMENT ME!
format(String) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
format(String) - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
formatKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
DOCUMENT ME!
formatKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
DOCUMENT ME!
formatKey(byte[]) - Method in interface com.sshtools.j2ssh.transport.publickey.SshKeyFormatConversion
DOCUMENT ME!
formatKey(byte[]) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat
DOCUMENT ME!
forwarding - Variable in class com.sshtools.j2ssh.SshClient
Provides a high level management interface for SSH port forwarding.
freeChannel(Channel) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
fromByteArray(byte[]) - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessage
DOCUMENT ME!
fromByteArray(ByteArrayReader) - Method in class com.sshtools.j2ssh.transport.SshMessage
Initializes the message from a byte array.

G

GENERATE_KEY_PAIR - Static variable in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
GENERATE_KEY_PAIR - Static variable in class com.sshtools.common.keygen.KeygenPanel2
DOCUMENT ME!
GET_FILES - Static variable in class com.sshtools.ant.Sftp
 
GLOBAL_ICON - Static variable in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
GLOBAL_ICON - Static variable in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
GREEN - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
GREEN - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
GREEN_LED_OFF - Static variable in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
GREEN_LED_ON - Static variable in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
GlobalOptionsTab - class com.sshtools.common.ui.GlobalOptionsTab.
DOCUMENT ME!
GlobalOptionsTab() - Constructor for class com.sshtools.common.ui.GlobalOptionsTab
Creates a new GlobalOptionsTab object.
GlobalRequestHandler - interface com.sshtools.j2ssh.connection.GlobalRequestHandler.
DOCUMENT ME!
GlobalRequestResponse - class com.sshtools.j2ssh.connection.GlobalRequestResponse.
DOCUMENT ME!
GlobalRequestResponse(boolean) - Constructor for class com.sshtools.j2ssh.connection.GlobalRequestResponse
Creates a new GlobalRequestResponse object.
generate(long, byte[], int, int) - Method in class com.sshtools.j2ssh.transport.hmac.HmacMd5
DOCUMENT ME!
generate(long, byte[], int, int) - Method in class com.sshtools.j2ssh.transport.hmac.HmacMd596
DOCUMENT ME!
generate(long, byte[], int, int) - Method in class com.sshtools.j2ssh.transport.hmac.HmacSha
DOCUMENT ME!
generate(long, byte[], int, int) - Method in class com.sshtools.j2ssh.transport.hmac.HmacSha96
DOCUMENT ME!
generate(long, byte[], int, int) - Method in interface com.sshtools.j2ssh.transport.hmac.SshHmac
DOCUMENT ME!
generate(int) - Method in class com.sshtools.j2ssh.transport.publickey.SshKeyPair
DOCUMENT ME!
generate(int) - Method in class com.sshtools.j2ssh.transport.publickey.dsa.SshDssKeyPair
DOCUMENT ME!
generate(int) - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaKeyPair
DOCUMENT ME!
generateKeyPair(String, int, String, String, String) - Method in class com.sshtools.j2ssh.transport.publickey.SshKeyGenerator
DOCUMENT ME!
generateSignature(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKey
DOCUMENT ME!
generateSignature(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
DOCUMENT ME!
get(String, String) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
get(String, String[], boolean) - Method in class com.sshtools.j2ssh.ScpClient
Downloads an array of remote files to the local computer.
get(String, String, boolean) - Method in class com.sshtools.j2ssh.ScpClient
Downloads a remote file onto the local computer.
get(String) - Method in class com.sshtools.j2ssh.SftpClient
Download the remote file to the local computer.
get(String, String) - Method in class com.sshtools.j2ssh.SftpClient
Download the remote file to the local computer.
get(String, OutputStream) - Method in class com.sshtools.j2ssh.SftpClient
Download the remote file writing it to the specified OutputStream.
getAboutAuthors() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getAboutLicenseDetails() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getAboutURL() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getAbsolutePath() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
getAbsolutePath(String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
getAbsolutePath(SftpFile) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
getAccessedTime() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
getAction() - Method in class com.sshtools.ant.Sftp.Action
 
getAction() - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
getAction(String) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
getActionCommand() - Method in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
getActionMenu(String) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
getActiveChannelCount() - Method in class com.sshtools.j2ssh.SshClient
Returns the number of active channels for this client.
getActiveChannels() - Method in class com.sshtools.j2ssh.SshClient
Returns the list of active channels.
getActiveForwardingSocketChannels() - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
getActiveSession(String) - Method in class com.sshtools.j2ssh.SshClient
Returns the active session channel of the given type.
getActiveSftpClient() - Method in class com.sshtools.j2ssh.SshClient
DOCUMENT ME!
getAdditionalConnectionTabs() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
getAdditionalOptionsTabs() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getAdditionalText() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
getAddressToBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
getAlgorithm() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
getAlgorithmName() - Method in class com.sshtools.j2ssh.configuration.ExtensionAlgorithm
DOCUMENT ME!
getAlgorithmName() - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKey
DOCUMENT ME!
getAlgorithmName() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKey
DOCUMENT ME!
getAlgorithmName() - Method in class com.sshtools.j2ssh.transport.publickey.dsa.SshDssPublicKey
DOCUMENT ME!
getAlgorithmName() - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
DOCUMENT ME!
getAlgorithmName() - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPublicKey
DOCUMENT ME!
getAllLookAndFeelInfo() - Static method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getAllowAgentForwarding() - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getAllowTcpForwarding() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getAllowedAuthentications() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getApplication() - Method in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
getApplication() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
getApplicationLargeIcon() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getApplicationName() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getApplicationPanel() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet.SshToolsApplicationAppletContainer
 
getApplicationPanel() - Method in interface com.sshtools.common.ui.SshToolsApplicationContainer
DOCUMENT ME!
getApplicationPanel() - Method in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
getApplicationPreferencesDirectory() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getApplicationProperty(String, String) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getApplicationPropertyBoolean(String, boolean) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getApplicationPropertyColor(String, Color) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getApplicationPropertyInt(String, int) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getApplicationVersion() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getAsyncMessageFilter() - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
getAsyncMessageFilter() - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
getAsyncMessageFilter() - Method in class com.sshtools.j2ssh.transport.AsyncService
Implement this method by returning the message ids of the asyncrounous messages your implementation wants to receive.
getAtomicSequenceLength() - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
getAtomicSequenceLength() - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
getAttachedInputStream() - Method in class com.sshtools.daemon.terminal.TerminalIO
 
getAttachedOutputStream() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getAttributes() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
getAttributes(String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
getAttributes(SftpFile) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
getAttributes() - Method in class com.sshtools.j2ssh.sftp.SshFxpAttrs
DOCUMENT ME!
getAttributes() - Method in class com.sshtools.j2ssh.sftp.SshFxpFSetStat
DOCUMENT ME!
getAttributes() - Method in class com.sshtools.j2ssh.sftp.SshFxpMkdir
DOCUMENT ME!
getAttributes() - Method in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
getAttributes() - Method in class com.sshtools.j2ssh.sftp.SshFxpSetStat
DOCUMENT ME!
getAuthenticationBanner() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getAuthenticationBanner(int) - Method in class com.sshtools.j2ssh.SshClient
Returns the server's authentication banner.
getAuthenticationExtensions() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getAuthenticationExtensions() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getAuthenticationExtensions() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getAuthenticationMethod() - Method in class com.sshtools.j2ssh.net.HttpResponse
DOCUMENT ME!
getAuthenticationMethods() - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getAuthenticationPrompt() - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
getAuthenticationRealm() - Method in class com.sshtools.j2ssh.net.HttpResponse
DOCUMENT ME!
getAuthorizationFile() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getAuthorizedKeys() - Method in class com.sshtools.common.automate.AuthorizedKeys
DOCUMENT ME!
getAuthorizedKeys() - Method in class com.sshtools.common.configuration.Authorization
DOCUMENT ME!
getAuthorizedKeysDefaultPath() - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
getAuthorizedKeysFormat() - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
getAvailableAuthMethods(String) - Method in class com.sshtools.j2ssh.SshClient
Returns the list of available authentication methods for a given user.
getAvailableAuthentications() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
DOCUMENT ME!
getAvailableAuths(String, String) - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
getBanner() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner
DOCUMENT ME!
getBannerMessage(int) - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
getBitLength() - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKey
DOCUMENT ME!
getBitLength() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKey
DOCUMENT ME!
getBitLength() - Method in class com.sshtools.j2ssh.transport.publickey.dsa.SshDssPublicKey
DOCUMENT ME!
getBitLength() - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
DOCUMENT ME!
getBitLength() - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPublicKey
DOCUMENT ME!
getBits() - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
getBlockSize() - Method in class com.sshtools.j2ssh.transport.cipher.BlowfishCbc
DOCUMENT ME!
getBlockSize() - Method in class com.sshtools.j2ssh.transport.cipher.SshCipher
DOCUMENT ME!
getBlockSize() - Method in class com.sshtools.j2ssh.transport.cipher.TripleDesCbc
DOCUMENT ME!
getBoolean(String, boolean) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
getByte() - Method in class com.sshtools.j2ssh.util.SimpleASNReader
DOCUMENT ME!
getBytes() - Method in class com.sshtools.j2ssh.io.IOStreamConnector
DOCUMENT ME!
getBytes() - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
getBytes() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
getBytesToAdd() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust
DOCUMENT ME!
getCanonicalPath(String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
getCanonicalPath(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
 
getChannelConfirmationData() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
getChannelConfirmationData() - Method in class com.sshtools.j2ssh.agent.AgentSocketChannel
DOCUMENT ME!
getChannelConfirmationData() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getChannelConfirmationData() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getChannelConfirmationData() - Method in class com.sshtools.j2ssh.forwarding.ForwardingChannelImpl
DOCUMENT ME!
getChannelConfirmationData() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getChannelConfirmationData() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getChannelConfirmationData() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getChannelData() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelData
DOCUMENT ME!
getChannelData() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
DOCUMENT ME!
getChannelData() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpen
DOCUMENT ME!
getChannelData() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
DOCUMENT ME!
getChannelData() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelRequest
DOCUMENT ME!
getChannelDataLength() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelData
DOCUMENT ME!
getChannelId() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelSuccess
DOCUMENT ME!
getChannelOpenData() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
getChannelOpenData() - Method in class com.sshtools.j2ssh.agent.AgentSocketChannel
 
getChannelOpenData() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getChannelOpenData() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getChannelOpenData() - Method in class com.sshtools.j2ssh.forwarding.ForwardingChannelImpl
DOCUMENT ME!
getChannelOpenData() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getChannelOpenData() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getChannelOpenData() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getChannelType() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
getChannelType() - Method in class com.sshtools.j2ssh.agent.AgentSocketChannel
DOCUMENT ME!
getChannelType() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getChannelType() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpen
DOCUMENT ME!
getChannelType() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getChannelType() - Method in interface com.sshtools.j2ssh.forwarding.ForwardingChannel
 
getChannelType() - Method in class com.sshtools.j2ssh.forwarding.ForwardingChannelImpl
DOCUMENT ME!
getChannelType() - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
getChannelType() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getChannelType() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getChannelType() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getCipher() - Method in class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
DOCUMENT ME!
getCipherExtensions() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getCipherExtensions() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getCipherExtensions() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getColor() - Method in class com.sshtools.common.ui.ColorComboBox
DOCUMENT ME!
getColumns() - Method in class com.sshtools.ant.Ssh.Shell
 
getColumns() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getColumns() - Method in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
getCommandPort() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getCommandsToExecute() - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getComment() - Method in class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
DOCUMENT ME!
getComment() - Method in class com.sshtools.j2ssh.transport.publickey.SECSHPublicKeyFormat
DOCUMENT ME!
getComment() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
getComment() - Method in interface com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat
DOCUMENT ME!
getCompression() - Method in class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
DOCUMENT ME!
getCompressionExtensions() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getCompressionExtensions() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getCompressionExtensions() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getConfiguration(Class) - Method in class com.sshtools.common.configuration.XmlConfigurationContext
DOCUMENT ME!
getConfiguration(Class) - Method in class com.sshtools.daemon.configuration.XmlServerConfigurationContext
DOCUMENT ME!
getConfiguration() - Method in class com.sshtools.j2ssh.agent.SshAgentForwardingListener
DOCUMENT ME!
getConfiguration(Class) - Method in interface com.sshtools.j2ssh.configuration.ConfigurationContext
DOCUMENT ME!
getConfiguration(Class) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
getConfigurationDirectory() - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
getConnectionId() - Method in interface com.sshtools.j2ssh.transport.TransportProtocol
DOCUMENT ME!
getConnectionId() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getConnectionProfile() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
getConnectionProfile() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
getConnectionProfile() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
getConnectionProfile() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
getConnectionProfile() - Method in interface com.sshtools.common.ui.SshToolsConnectionTab
DOCUMENT ME!
getConnectionState() - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
getConnectionState() - Method in class com.sshtools.j2ssh.SshClient
Returns the transport protocol's connection state.
getContainer() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
getContainerAt(int) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getContainerCount() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getContainerForPanel(SshToolsApplicationPanel) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getContextClassLoader() - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
getContextMenu() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
getCookie(int) - Static method in class com.sshtools.common.util.X11Util
DOCUMENT ME!
getCrtCoefficient() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getCurrentConnectionFile() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
getCurrentConnectionProfile() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
getCurrentSessionId() - Static method in class com.sshtools.j2ssh.SshThread
Returns the session id of the current thread context.
getCurrentThread() - Static method in class com.sshtools.j2ssh.SshThread
Returns the current SshThread.
getCurrentThreadUser() - Static method in class com.sshtools.j2ssh.SshThread
Call to determine the username of the current thread context.
getCursorMoveSequence(int, int) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
getCursorMoveSequence(int, int) - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
getCursorPosition() - Method in class com.sshtools.daemon.terminal.Editline
 
getCursorPosition() - Method in class com.sshtools.daemon.terminal.UserInput
 
getCursorPositioningSequence(int[]) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
getCursorPositioningSequence(int[]) - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
getDSAKeyInfo(SimpleASNReader) - Static method in class com.sshtools.j2ssh.openssh.DSAKeyInfo
DOCUMENT ME!
getData() - Method in class com.sshtools.j2ssh.sftp.SshFxpData
DOCUMENT ME!
getData() - Method in class com.sshtools.j2ssh.sftp.SshFxpWrite
DOCUMENT ME!
getData() - Method in class com.sshtools.j2ssh.transport.SshMsgIgnore
DOCUMENT ME!
getData() - Method in class com.sshtools.j2ssh.util.SimpleASNReader
DOCUMENT ME!
getDataTypeCode() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
DOCUMENT ME!
getDecryptionAlgorithm() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getDecryptionAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getDecryptionAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getDefaultButton() - Method in class com.sshtools.common.ui.OptionsDialog
DOCUMENT ME!
getDefaultCipher() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultCipher() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultCipher() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultCipher() - Static method in class com.sshtools.j2ssh.transport.cipher.SshCipherFactory
DOCUMENT ME!
getDefaultCompression() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultCompression() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultCompression() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultCompression() - Static method in class com.sshtools.j2ssh.transport.compression.SshCompressionFactory
DOCUMENT ME!
getDefaultDirectory() - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
getDefaultFormatType() - Static method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormatFactory
DOCUMENT ME!
getDefaultFormatType() - Static method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormatFactory
DOCUMENT ME!
getDefaultHmac() - Static method in class com.sshtools.j2ssh.transport.hmac.SshHmacFactory
DOCUMENT ME!
getDefaultKeyExchange() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultKeyExchange() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultKeyExchange() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultKeyExchange() - Static method in class com.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory
DOCUMENT ME!
getDefaultMac() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultMac() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultMac() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultName() - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
getDefaultPrivateKeyFormat() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultPrivateKeyFormat() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultPrivateKeyFormat() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultPublicKey() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultPublicKey() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultPublicKey() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultPublicKey() - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
DOCUMENT ME!
getDefaultPublicKeyFormat() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultPublicKeyFormat() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultPublicKeyFormat() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getDefaultTerminalProvider() - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
getDescription(SshPublicKey) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
getDescription() - Method in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
getDisconnectReason() - Method in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
getDisplay() - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
getDisplayAlways() - Method in class com.sshtools.j2ssh.transport.SshMsgDebug
DOCUMENT ME!
getDouble(String, double) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
getE() - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhInit
DOCUMENT ME!
getEOL() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getEOLString() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getElementAt(int) - Method in class com.sshtools.common.mru.MRUListModel
DOCUMENT ME!
getEncoded() - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKey
DOCUMENT ME!
getEncoded() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKey
DOCUMENT ME!
getEncoded() - Method in class com.sshtools.j2ssh.transport.publickey.dsa.SshDssPublicKey
DOCUMENT ME!
getEncoded() - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
DOCUMENT ME!
getEncoded() - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPublicKey
DOCUMENT ME!
getEncodedTerminalModes() - Method in class com.sshtools.ant.Ssh.Shell
 
getEncodedTerminalModes() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getEncodedTerminalModes() - Method in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
getEncryptionAlgorithm() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getEncryptionAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getEncryptionAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getEraseSequence(int) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
getEraseSequence(int) - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
getErrorCode() - Method in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
getErrorMessage() - Method in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
getEventHandlers() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getExchangeHash() - Method in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
getExchangeHash() - Method in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
getExitCode() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getExtended() - Method in class com.sshtools.j2ssh.sftp.SshFxpInit
DOCUMENT ME!
getExtended() - Method in class com.sshtools.j2ssh.sftp.SshFxpVersion
DOCUMENT ME!
getExtendedAttributes() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
 
getExtensionClass(String) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
getF() - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
DOCUMENT ME!
getFailureReason() - Method in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
getFile(SftpClient, String, String) - Method in class com.sshtools.ant.Sftp
Retrieve a single file to the remote host.
getFileAttributes(String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
getFileAttributes(byte[]) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
getFileAttributes(byte[]) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
getFileAttributes(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
getFilename() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
getFilename() - Method in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
getFilename() - Method in class com.sshtools.j2ssh.sftp.SshFxpRemove
DOCUMENT ME!
getFiles() - Method in class com.sshtools.j2ssh.sftp.SshFxpName
DOCUMENT ME!
getFingerprint() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKey
DOCUMENT ME!
getFormat() - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
getFormat() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
getFormatType() - Method in class com.sshtools.j2ssh.openssh.OpenSSHPrivateKeyFormat
DOCUMENT ME!
getFormatType() - Method in class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
DOCUMENT ME!
getFormatType() - Method in class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
DOCUMENT ME!
getFormatType() - Method in class com.sshtools.j2ssh.transport.publickey.SECSHPublicKeyFormat
DOCUMENT ME!
getFormatType() - Method in interface com.sshtools.j2ssh.transport.publickey.SshKeyFormatConversion
DOCUMENT ME!
getFormatType() - Method in interface com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat
DOCUMENT ME!
getFormatType() - Method in interface com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat
DOCUMENT ME!
getFormatType() - Method in class com.sshtools.j2ssh.transport.publickey.SshtoolsPrivateKeyFormat
DOCUMENT ME!
getForwardingClient() - Method in class com.sshtools.j2ssh.SshClient
Returns the default port forwarding manager.
getForwardingPath() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
getG() - Method in class com.sshtools.j2ssh.openssh.DSAKeyInfo
DOCUMENT ME!
getGID() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
getGRSequence(int, int) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
getGRSequence(int, int) - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
getHandle() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
getHandle() - Method in class com.sshtools.j2ssh.sftp.SshFxpClose
DOCUMENT ME!
getHandle() - Method in class com.sshtools.j2ssh.sftp.SshFxpFSetStat
DOCUMENT ME!
getHandle() - Method in class com.sshtools.j2ssh.sftp.SshFxpFStat
DOCUMENT ME!
getHandle() - Method in class com.sshtools.j2ssh.sftp.SshFxpHandle
DOCUMENT ME!
getHandle() - Method in class com.sshtools.j2ssh.sftp.SshFxpRead
DOCUMENT ME!
getHandle() - Method in class com.sshtools.j2ssh.sftp.SshFxpReadDir
DOCUMENT ME!
getHandle() - Method in class com.sshtools.j2ssh.sftp.SshFxpWrite
DOCUMENT ME!
getHardwrap() - Method in class com.sshtools.daemon.terminal.Editline
 
getHardwrap() - Method in class com.sshtools.daemon.terminal.UserInput
 
getHeader() - Method in class com.sshtools.j2ssh.openssh.PEMReader
DOCUMENT ME!
getHeader() - Method in class com.sshtools.j2ssh.openssh.PEMWriter
DOCUMENT ME!
getHeaderField(String) - Method in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
getHeaderFieldNames() - Method in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
getHeaderFields() - Method in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
getHeaderValue(String) - Method in class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
DOCUMENT ME!
getHeight() - Method in class com.sshtools.ant.Ssh.Shell
 
getHeight() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getHeight() - Method in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
getHmac() - Method in class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
DOCUMENT ME!
getHomeDirectory(String) - Method in class com.sshtools.daemon.platform.NativeAuthenticationProvider
DOCUMENT ME!
getHomeDirectory() - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
getHost() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getHost() - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
getHostKey() - Method in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
getHostKey() - Method in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
getHostKey() - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
DOCUMENT ME!
getHostKeyVerification() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
getHostToConnect() - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
getHostToConnectOrBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getHostToConnectOrBind() - Method in interface com.sshtools.j2ssh.forwarding.ForwardingChannel
DOCUMENT ME!
getHostToConnectOrBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingChannelImpl
DOCUMENT ME!
getHostToConnectOrBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getHostToConnectOrBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getIcon(String) - Method in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
getIconHeight() - Method in class com.sshtools.common.ui.ColorIcon
DOCUMENT ME!
getIconHeight() - Method in class com.sshtools.common.ui.EmptyIcon
DOCUMENT ME!
getIconWidth() - Method in class com.sshtools.common.ui.ColorIcon
DOCUMENT ME!
getIconWidth() - Method in class com.sshtools.common.ui.EmptyIcon
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpAttrs
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpClose
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpData
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpFSetStat
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpFStat
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpHandle
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpLStat
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpMkdir
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpName
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpOpenDir
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpRead
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpReadDir
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpReadlink
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpRealPath
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpRemove
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpRename
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpRmdir
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpSetStat
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpStat
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpSymlink
DOCUMENT ME!
getId() - Method in class com.sshtools.j2ssh.sftp.SshFxpWrite
DOCUMENT ME!
getImplementationClass() - Method in class com.sshtools.j2ssh.configuration.ExtensionAlgorithm
DOCUMENT ME!
getIncomingByteCount() - Method in class com.sshtools.j2ssh.SshClient
Returns the number of bytes received from the remote server.
getIncomingByteCount() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getInitSequence() - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
getInitSequence() - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
getInitialWindowSize() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpen
DOCUMENT ME!
getInitialWindowSize() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
DOCUMENT ME!
getInputFilename() - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
getInputStream() - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
getInputStream() - Method in class com.sshtools.daemon.subsystem.SubsystemServer
DOCUMENT ME!
getInputStream() - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
getInputStream() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
getInputStream() - Method in class com.sshtools.j2ssh.net.ConnectedSocketTransportProvider
 
getInputStream() - Method in interface com.sshtools.j2ssh.net.TransportProvider
 
getInputStreamCompAlgortihm() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getInputStreamCompAlgortihm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getInputStreamCompAlgortihm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getInputStreamMacAlgorithm() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getInputStreamMacAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getInputStreamMacAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getInstance() - Static method in class com.sshtools.common.authentication.PasswordChange
DOCUMENT ME!
getInstance(String) - Static method in class com.sshtools.common.automate.RemoteIdentificationFactory
DOCUMENT ME!
getInstance() - Static method in class com.sshtools.daemon.platform.NativeAuthenticationProvider
DOCUMENT ME!
getInstance() - Static method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
getInstance(String, ConnectionProtocol) - Static method in class com.sshtools.j2ssh.agent.SshAgentForwardingListener
DOCUMENT ME!
getInstruction() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
DOCUMENT ME!
getInt(String, int) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
getJMenuBar() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
getKexAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getKeyBlob(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
DOCUMENT ME!
getKeyBlob(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
DOCUMENT ME!
getKeyBlob(byte[]) - Method in interface com.sshtools.j2ssh.transport.publickey.SshKeyFormatConversion
DOCUMENT ME!
getKeyBlob(String) - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
getKeyBlob() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
getKeyBlob(byte[]) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat
DOCUMENT ME!
getKeyConstraints(SshPublicKey) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
getKeyExchangeExtensions() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getKeyExchangeExtensions() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getKeyExchangeExtensions() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getKeyFromPassphrase(String, byte[], int) - Static method in class com.sshtools.j2ssh.openssh.PEM
DOCUMENT ME!
getKeyTimeout() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
getKeyUseLimit() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
getKeystore() - Method in class com.sshtools.j2ssh.agent.SshAgentSocketListener
Gets the underlying keystore for this agent listener.
getLanguage() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPwdChangeReq
DOCUMENT ME!
getLanguageTag() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner
DOCUMENT ME!
getLanguageTag() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
DOCUMENT ME!
getLanguageTag() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
getLanguageTag() - Method in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
getLanguageTag() - Method in class com.sshtools.j2ssh.transport.SshMsgDebug
DOCUMENT ME!
getLanguageTag() - Method in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
getLastError() - Method in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
getLength() - Method in class com.sshtools.j2ssh.sftp.SshFxpRead
DOCUMENT ME!
getLength() - Method in class com.sshtools.j2ssh.util.SimpleASNReader
DOCUMENT ME!
getLinkPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpSymlink
DOCUMENT ME!
getListenAddress() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getLocalChannelId() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getLocalForwardingByAddress(String, int) - Method in class com.sshtools.daemon.forwarding.ForwardingServer
DOCUMENT ME!
getLocalForwardingByAddress(String, int) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
getLocalForwardingByName(String) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
getLocalForwardings() - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getLocalForwardings() - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
getLocalId() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getLocalId() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getLocalId() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getLocalKexInit() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getLocalKexInit() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getLocalKexInit() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getLocalPacketSize() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getLocalPort() - Method in class com.sshtools.j2ssh.forwarding.ForwardingListener
DOCUMENT ME!
getLocalWindow() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getLongDescription() - Method in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
getLongname() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
getMRUList() - Method in class com.sshtools.common.mru.MRUListModel
DOCUMENT ME!
getMRUModel() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getMacExtensions() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getMacExtensions() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getMacExtensions() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getMacLength() - Method in class com.sshtools.j2ssh.transport.hmac.HmacMd5
DOCUMENT ME!
getMacLength() - Method in class com.sshtools.j2ssh.transport.hmac.HmacMd596
DOCUMENT ME!
getMacLength() - Method in class com.sshtools.j2ssh.transport.hmac.HmacSha
DOCUMENT ME!
getMacLength() - Method in class com.sshtools.j2ssh.transport.hmac.HmacSha96
DOCUMENT ME!
getMacLength() - Method in interface com.sshtools.j2ssh.transport.hmac.SshHmac
DOCUMENT ME!
getMajorVersion() - Static method in class com.sshtools.common.util.JVMUtil
DOCUMENT ME!
getMarkedOutput() - Method in class com.sshtools.j2ssh.session.SessionOutputReader
Returns a string containing the session output from the current marked position to the end of the output.
getMasterInputStream() - Method in class com.sshtools.daemon.session.PseudoTerminalWrapper
DOCUMENT ME!
getMasterInputStream() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getMaxAuthentications() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getMaxConnections() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getMaximum() - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
getMaximumForwardingSteps() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
getMaximumPacketSize() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
getMaximumPacketSize() - Method in class com.sshtools.j2ssh.agent.AgentSocketChannel
DOCUMENT ME!
getMaximumPacketSize() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getMaximumPacketSize() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpen
DOCUMENT ME!
getMaximumPacketSize() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
DOCUMENT ME!
getMaximumPacketSize() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getMaximumPacketSize() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getMaximumPacketSize() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getMaximumPacketSize() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getMaximumSize() - Method in class com.sshtools.common.ui.ToolBarSeparator
DOCUMENT ME!
getMaximumWindowSpace() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
getMaximumWindowSpace() - Method in class com.sshtools.j2ssh.agent.AgentSocketChannel
DOCUMENT ME!
getMaximumWindowSpace() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getMaximumWindowSpace() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getMaximumWindowSpace() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getMaximumWindowSpace() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getMaximumWindowSpace() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getMessage(int[]) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Get a message from the store.
getMessage(int[], int) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Get a message from the store.
getMessage(int) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Get a message from the store.
getMessage(int, int) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Get a message from the store.
getMessage() - Method in class com.sshtools.j2ssh.transport.SshMsgDebug
DOCUMENT ME!
getMessageId() - Method in class com.sshtools.j2ssh.transport.SshMessage
Returns the id of the message
getMessageId(byte[]) - Static method in class com.sshtools.j2ssh.transport.SshMessage
Helper method to extract the message id from the complete message data recieved by the transport protocol.
getMessageName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoResponse
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPwdChangeReq
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelClose
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelData
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelEOF
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelFailure
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpen
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelRequest
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelSuccess
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgGlobalRequest
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgRequestFailure
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.connection.SshMsgRequestSuccess
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpAttrs
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpClose
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpData
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpFSetStat
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpFStat
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpHandle
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpInit
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpLStat
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpMkdir
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpName
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpOpenDir
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpRead
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpReadDir
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpReadlink
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpRealPath
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpRemove
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpRename
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpRmdir
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpSetStat
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpStat
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpSymlink
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpVersion
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.sftp.SshFxpWrite
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessage
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.SshMessage
Returns the name of the message implementation for debugging purposes.
getMessageName() - Method in class com.sshtools.j2ssh.transport.SshMsgDebug
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.SshMsgIgnore
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.SshMsgNewKeys
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.SshMsgServiceAccept
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.SshMsgServiceRequest
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.SshMsgUnimplemented
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhInit
DOCUMENT ME!
getMessageName() - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
DOCUMENT ME!
getMessageType() - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessage
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.daemon.authentication.KBIPasswordAuthenticationServer
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.daemon.authentication.PasswordAuthenticationServer
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.daemon.authentication.PublicKeyAuthenticationServer
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.daemon.authentication.SshAuthenticationServer
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.j2ssh.agent.AgentAuthenticationClient
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.j2ssh.authentication.KBIAuthenticationClient
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
getMethodName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
DOCUMENT ME!
getMinimum() - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
getMinimumWindowSpace() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
getMinimumWindowSpace() - Method in class com.sshtools.j2ssh.agent.AgentSocketChannel
DOCUMENT ME!
getMinimumWindowSpace() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getMinimumWindowSpace() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getMinimumWindowSpace() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getMinimumWindowSpace() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getMinimumWindowSpace() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getMinorVersion() - Static method in class com.sshtools.common.util.JVMUtil
DOCUMENT ME!
getMnemonic() - Method in class com.sshtools.common.ui.Option
DOCUMENT ME!
getModTimeString() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
getModifiedTime() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
getModulus() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getMount() - Method in class com.sshtools.daemon.vfs.VFSMount
DOCUMENT ME!
getName(String) - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
getName() - Method in class com.sshtools.common.automate.RemoteIdentificationRule
DOCUMENT ME!
getName() - Method in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
getName() - Method in class com.sshtools.daemon.configuration.AllowedSubsystem
DOCUMENT ME!
getName() - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
getName() - Method in class com.sshtools.daemon.terminal.ansi
 
getName() - Method in class com.sshtools.daemon.terminal.vt100
 
getName() - Method in class com.sshtools.daemon.terminal.xterm
 
getName() - Method in class com.sshtools.daemon.vfs.VFSPermission
DOCUMENT ME!
getName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
DOCUMENT ME!
getName() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getName() - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
getName() - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
getName() - Method in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
getNativeAuthenticationProvider() - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
getNativeFileSystemProvider() - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
getNativeProcessProvider() - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
getNewPassphrase() - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
getNewPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpRename
DOCUMENT ME!
getNumberFormat() - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
getOffset() - Method in class com.sshtools.j2ssh.sftp.SshFxpRead
DOCUMENT ME!
getOffset() - Method in class com.sshtools.j2ssh.sftp.SshFxpWrite
DOCUMENT ME!
getOldPassphrase() - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
getOldPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpRename
DOCUMENT ME!
getOnceAuthenticatedCommand() - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getOptionsTab(String) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
getOriginatingHost() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getOriginatingHost() - Method in interface com.sshtools.j2ssh.forwarding.ForwardingChannel
DOCUMENT ME!
getOriginatingHost() - Method in class com.sshtools.j2ssh.forwarding.ForwardingChannelImpl
DOCUMENT ME!
getOriginatingHost() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getOriginatingHost() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getOriginatingPort() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getOriginatingPort() - Method in interface com.sshtools.j2ssh.forwarding.ForwardingChannel
DOCUMENT ME!
getOriginatingPort() - Method in class com.sshtools.j2ssh.forwarding.ForwardingChannelImpl
DOCUMENT ME!
getOriginatingPort() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getOriginatingPort() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getOutgoingByteCount() - Method in class com.sshtools.j2ssh.SshClient
Returns the number of bytes transmitted to the remote server.
getOutgoingByteCount() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
 
getOutput() - Method in class com.sshtools.j2ssh.session.SessionOutputReader
Returns the output of the entire session.
getOutputFilename() - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
getOutputStream() - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
getOutputStream() - Method in class com.sshtools.daemon.subsystem.SubsystemServer
DOCUMENT ME!
getOutputStream() - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
getOutputStream() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
getOutputStream() - Method in class com.sshtools.j2ssh.net.ConnectedSocketTransportProvider
DOCUMENT ME!
getOutputStream() - Method in interface com.sshtools.j2ssh.net.TransportProvider
DOCUMENT ME!
getOutputStreamCompAlgorithm() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getOutputStreamCompAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getOutputStreamCompAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getOutputStreamMacAlgorithm() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getOutputStreamMacAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getOutputStreamMacAlgorithm() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getP() - Method in class com.sshtools.j2ssh.openssh.DSAKeyInfo
DOCUMENT ME!
getPageFormat() - Method in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
getParameter(String, String) - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
getParameterInfo() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
getParameterInfo() - Method in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
getPartialSuccess() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
DOCUMENT ME!
getPassphrase() - Method in class com.sshtools.common.authentication.PassphraseDialog
DOCUMENT ME!
getPassword() - Method in class com.sshtools.common.authentication.PasswordAuthenticationDialog
DOCUMENT ME!
getPath() - Method in class com.sshtools.daemon.vfs.VFSMount
DOCUMENT ME!
getPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpLStat
DOCUMENT ME!
getPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpMkdir
DOCUMENT ME!
getPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpOpenDir
DOCUMENT ME!
getPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpReadlink
DOCUMENT ME!
getPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpRealPath
DOCUMENT ME!
getPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpRmdir
DOCUMENT ME!
getPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpSetStat
DOCUMENT ME!
getPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpStat
DOCUMENT ME!
getPayload() - Method in class com.sshtools.j2ssh.openssh.PEMReader
DOCUMENT ME!
getPayload() - Method in class com.sshtools.j2ssh.openssh.PEMWriter
DOCUMENT ME!
getPermissions() - Method in class com.sshtools.daemon.vfs.VFSMount
DOCUMENT ME!
getPermissions() - Method in class com.sshtools.daemon.vfs.VFSPermission
DOCUMENT ME!
getPermissions() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
getPermissionsString() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
getPersistableProperties() - Method in class com.sshtools.j2ssh.agent.AgentAuthenticationClient
DOCUMENT ME!
getPersistableProperties() - Method in class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient
 
getPersistableProperties() - Method in class com.sshtools.j2ssh.authentication.KBIAuthenticationClient
DOCUMENT ME!
getPersistableProperties() - Method in class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient
DOCUMENT ME!
getPersistableProperties() - Method in class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
 
getPersistableProperties() - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
getPflags() - Method in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
getPort() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getPort() - Method in class com.sshtools.j2ssh.agent.SshAgentForwardingListener
DOCUMENT ME!
getPort() - Method in class com.sshtools.j2ssh.agent.SshAgentSocketListener
The current port of the agent listener
getPort() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPort() - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
getPortOffset() - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
getPortToBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
getPortToConnect() - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
getPortToConnectOrBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
getPortToConnectOrBind() - Method in interface com.sshtools.j2ssh.forwarding.ForwardingChannel
DOCUMENT ME!
getPortToConnectOrBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingChannelImpl
DOCUMENT ME!
getPortToConnectOrBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
getPortToConnectOrBind() - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
getPosition() - Method in class com.sshtools.j2ssh.session.SessionOutputReader
Returns the current position of the session input pointer.
getPrefCSComp() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPrefCSEncryption() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPrefCSMac() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPrefKex() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPrefPublicKey() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPrefSCComp() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPrefSCEncryption() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPrefSCMac() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPreferedSize() - Method in class com.sshtools.common.ui.ImagePanel
DOCUMENT ME!
getPrimeExponentP() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getPrimeExponentQ() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getPrimeP() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getPrimeQ() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getPriority() - Method in class com.sshtools.common.automate.RemoteIdentificationRule
DOCUMENT ME!
getPrivateExponent() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getPrivateKey() - Method in class com.sshtools.j2ssh.transport.publickey.SshKeyPair
DOCUMENT ME!
getPrivateKeyFormats() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getPrivateKeyFormats() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getPrivateKeyFormats() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getPrivateKeySpec() - Method in class com.sshtools.j2ssh.openssh.DSAKeyInfo
DOCUMENT ME!
getPrivateKeySpec() - Method in interface com.sshtools.j2ssh.openssh.KeyInfo
 
getPrivateKeySpec() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getPrompt() - Method in class com.sshtools.j2ssh.authentication.KBIPrompt
DOCUMENT ME!
getPrompt() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPwdChangeReq
DOCUMENT ME!
getPrompts() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
DOCUMENT ME!
getProperties() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getProperty(String) - Method in class com.sshtools.j2ssh.SshThread
Gets a property from this thread.
getProvider() - Method in class com.sshtools.daemon.configuration.AllowedSubsystem
DOCUMENT ME!
getProviderDetail() - Method in class com.sshtools.j2ssh.net.ConnectedSocketTransportProvider
DOCUMENT ME!
getProviderDetail() - Method in class com.sshtools.j2ssh.net.HttpProxySocketProvider
DOCUMENT ME!
getProviderDetail() - Method in class com.sshtools.j2ssh.net.SocketTransportProvider
DOCUMENT ME!
getProviderDetail() - Method in class com.sshtools.j2ssh.net.SocksProxySocket
DOCUMENT ME!
getProviderDetail() - Method in interface com.sshtools.j2ssh.net.TransportProvider
DOCUMENT ME!
getProxyHost() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getProxyPassword() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getProxyPort() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getProxyUsername() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getPublicExponent() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getPublicKey() - Method in class com.sshtools.j2ssh.transport.publickey.SshKeyPair
DOCUMENT ME!
getPublicKey() - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKey
DOCUMENT ME!
getPublicKey() - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
DOCUMENT ME!
getPublicKeyExtensions() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getPublicKeyExtensions() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getPublicKeyExtensions() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getPublicKeyFormats() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
getPublicKeyFormats() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
getPublicKeyFormats() - Method in interface com.sshtools.j2ssh.configuration.SshAPIConfiguration
DOCUMENT ME!
getPublicKeySpec() - Method in class com.sshtools.j2ssh.openssh.DSAKeyInfo
DOCUMENT ME!
getPublicKeySpec() - Method in interface com.sshtools.j2ssh.openssh.KeyInfo
 
getPublicKeySpec() - Method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getPublicKeys() - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
getQ() - Method in class com.sshtools.j2ssh.openssh.DSAKeyInfo
DOCUMENT ME!
getRND() - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
getRSAKeyInfo(SimpleASNReader) - Static method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
getRandomData(int) - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Request some random data from the remote side
getRealPath(String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
getRealPath(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
 
getReason() - Method in class com.sshtools.j2ssh.net.HttpResponse
DOCUMENT ME!
getReasonCode() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
getReasonCode() - Method in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
getRecipientChannel() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelClose
DOCUMENT ME!
getRecipientChannel() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelData
DOCUMENT ME!
getRecipientChannel() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelEOF
DOCUMENT ME!
getRecipientChannel() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
DOCUMENT ME!
getRecipientChannel() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
DOCUMENT ME!
getRecipientChannel() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
getRecipientChannel() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelRequest
DOCUMENT ME!
getRecipientChannel() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust
DOCUMENT ME!
getRecipientChannelId() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelFailure
DOCUMENT ME!
getRectangle(String, Rectangle) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
getReference() - Static method in class com.sshtools.daemon.terminal.Colorizer
 
getRegisteredMessageIds() - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Returns an Object array (Integers) of the registered message ids.
getRemoteChannelId() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getRemoteEOL() - Method in class com.sshtools.j2ssh.SshClient
Return's a rough guess at the server's EOL setting.
getRemoteEOL() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getRemoteEOLString() - Method in class com.sshtools.j2ssh.SshClient
Return's a rough guess at the server's EOL setting.
getRemoteForwardingByAddress(String, int) - Method in class com.sshtools.daemon.forwarding.ForwardingServer
DOCUMENT ME!
getRemoteForwardingByAddress(String, int) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
getRemoteForwardingByName(String) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
getRemoteForwardings() - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
getRemoteForwardings() - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
getRemoteId() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getRemoteId() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getRemoteId() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getRemoteIdentifications() - Method in class com.sshtools.common.automate.AutomationConfiguration
DOCUMENT ME!
getRemoteKexInit() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
getRemoteKexInit() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getRemoteKexInit() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getRemotePacketSize() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getRemoteWindow() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getRequestData() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
DOCUMENT ME!
getRequestData() - Method in class com.sshtools.j2ssh.connection.SshMsgGlobalRequest
DOCUMENT ME!
getRequestData() - Method in class com.sshtools.j2ssh.connection.SshMsgRequestSuccess
DOCUMENT ME!
getRequestName() - Method in class com.sshtools.j2ssh.connection.SshMsgGlobalRequest
DOCUMENT ME!
getRequestType() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelRequest
DOCUMENT ME!
getRequiredAuthentications() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getResource(String) - Method in class com.sshtools.j2ssh.util.DynamicClassLoader
DOCUMENT ME!
getResourceAsStream(String) - Method in class com.sshtools.j2ssh.util.DynamicClassLoader
DOCUMENT ME!
getResponse() - Method in class com.sshtools.j2ssh.authentication.KBIPrompt
DOCUMENT ME!
getResponseData() - Method in class com.sshtools.j2ssh.connection.GlobalRequestResponse
DOCUMENT ME!
getResponseHeader() - Method in class com.sshtools.j2ssh.net.HttpProxySocketProvider
DOCUMENT ME!
getResponses() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoResponse
DOCUMENT ME!
getRows() - Method in class com.sshtools.ant.Ssh.Shell
 
getRows() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getRows() - Method in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
getRules() - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
getSFTPSubsystem() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
getScreen() - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
getScrollMarginsSequence(int, int) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
getScrollMarginsSequence(int, int) - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
getSecret() - Method in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
getSecret() - Method in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
getSelectedOption() - Method in class com.sshtools.common.ui.OptionsDialog
DOCUMENT ME!
getSenderChannel() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
DOCUMENT ME!
getSenderChannelId() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelOpen
DOCUMENT ME!
getSequenceNo() - Method in class com.sshtools.j2ssh.transport.SshMsgUnimplemented
DOCUMENT ME!
getServerHostKey() - Method in class com.sshtools.j2ssh.SshClient
Returns the server's public key supplied during key exchange.
getServerHostKey() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
getServerHostKeys() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
 
getServerId() - Method in class com.sshtools.j2ssh.SshClient
Returns the identification string sent by the server during protocol negotiation.
getServiceName() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
DOCUMENT ME!
getServiceName() - Method in class com.sshtools.j2ssh.transport.Service
Returns the service name.
getServiceName() - Method in class com.sshtools.j2ssh.transport.SshMsgServiceAccept
DOCUMENT ME!
getServiceName() - Method in class com.sshtools.j2ssh.transport.SshMsgServiceRequest
DOCUMENT ME!
getSessionChannel() - Method in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
getSessionIdString() - Method in class com.sshtools.j2ssh.SshThread
Returns the session id string for this thread.
getSessionIdentifier() - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
getSessionIdentifier() - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
getSessionIdentifier() - Method in interface com.sshtools.j2ssh.transport.TransportProtocol
DOCUMENT ME!
getSessionIdentifier() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getSessionType() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getSetting(String) - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
getSetting(String, String) - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
getShortDescription() - Method in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
getSignature() - Method in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
getSignature() - Method in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
getSignature() - Method in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
DOCUMENT ME!
getSize() - Method in class com.sshtools.common.mru.MRUListModel
DOCUMENT ME!
getSize() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
getSlaveOutputStream() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getSmallIcon() - Method in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
getSoftwrap() - Method in class com.sshtools.daemon.terminal.Editline
 
getSoftwrap() - Method in class com.sshtools.daemon.terminal.UserInput
 
getSpecialSequence(int) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
getSpecialSequence(int) - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
getStartLine() - Method in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
getState() - Method in class com.sshtools.daemon.subsystem.SubsystemServer
DOCUMENT ME!
getState() - Method in class com.sshtools.j2ssh.agent.SshAgentSocketListener
Get the agent listeners state
getState() - Method in class com.sshtools.j2ssh.authentication.TerminatedStateException
DOCUMENT ME!
getState() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
getState() - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
getState() - Method in class com.sshtools.j2ssh.io.IOStreamConnector
DOCUMENT ME!
getState() - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
DOCUMENT ME!
getState() - Method in class com.sshtools.j2ssh.transport.Service
Returns the state of the service.
getState() - Method in interface com.sshtools.j2ssh.transport.TransportProtocol
DOCUMENT ME!
getState() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getState() - Method in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
getStatus() - Method in class com.sshtools.j2ssh.net.HttpResponse
DOCUMENT ME!
getStatusBar() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
getStderrInputStream() - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
getStderrInputStream() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getSubsystem() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
getSubsystems() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getSupportedCSComp() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
getSupportedCSEncryption() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
getSupportedCSMac() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
getSupportedCiphers() - Static method in class com.sshtools.j2ssh.transport.cipher.SshCipherFactory
DOCUMENT ME!
getSupportedCompression() - Static method in class com.sshtools.j2ssh.transport.compression.SshCompressionFactory
DOCUMENT ME!
getSupportedFormats() - Static method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormatFactory
DOCUMENT ME!
getSupportedFormats() - Static method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormatFactory
DOCUMENT ME!
getSupportedKex() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
getSupportedKeyExchanges() - Static method in class com.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory
DOCUMENT ME!
getSupportedKeys() - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
DOCUMENT ME!
getSupportedMacs() - Static method in class com.sshtools.j2ssh.transport.hmac.SshHmacFactory
DOCUMENT ME!
getSupportedMethods() - Static method in class com.sshtools.daemon.authentication.SshAuthenticationServerFactory
DOCUMENT ME!
getSupportedMethods() - Static method in class com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory
DOCUMENT ME!
getSupportedPublicKeys() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
getSupportedSCComp() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
getSupportedSCEncryption() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
getSupportedSCMac() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
getSymbolicLinkTarget(String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
getTabAt(int) - Method in class com.sshtools.common.ui.Tabber
DOCUMENT ME!
getTabComponent() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
getTabComponent() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
getTabComponent() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
getTabComponent() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
getTabComponent() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
getTabComponent() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
getTabComponent() - Method in interface com.sshtools.common.ui.Tab
DOCUMENT ME!
getTabContext() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
getTabContext() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
getTabContext() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
getTabContext() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
getTabContext() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
getTabContext() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
getTabContext() - Method in interface com.sshtools.common.ui.Tab
DOCUMENT ME!
getTabIcon() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
getTabIcon() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
getTabIcon() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
getTabIcon() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
getTabIcon() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
getTabIcon() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
getTabIcon() - Method in interface com.sshtools.common.ui.Tab
DOCUMENT ME!
getTabMnemonic() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
getTabMnemonic() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
getTabMnemonic() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
getTabMnemonic() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
getTabMnemonic() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
getTabMnemonic() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
getTabMnemonic() - Method in interface com.sshtools.common.ui.Tab
DOCUMENT ME!
getTabTitle() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
getTabTitle() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
getTabTitle() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
getTabTitle() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
getTabTitle() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
getTabTitle() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
getTabTitle() - Method in interface com.sshtools.common.ui.Tab
DOCUMENT ME!
getTabToolTipText() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
getTabToolTipText() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
getTabToolTipText() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
getTabToolTipText() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
getTabToolTipText() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
getTabToolTipText() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
getTabToolTipText() - Method in interface com.sshtools.common.ui.Tab
DOCUMENT ME!
getTargetPath() - Method in class com.sshtools.j2ssh.sftp.SshFxpSymlink
DOCUMENT ME!
getTerm() - Method in class com.sshtools.ant.Ssh.Shell
PseduoTermainal interface
getTerm() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getTerm() - Method in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
getTerminal() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getTerminalProvider() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getText() - Method in class com.sshtools.common.ui.MultilineLabel
DOCUMENT ME!
getText() - Method in class com.sshtools.common.ui.Option
DOCUMENT ME!
getText() - Method in class com.sshtools.common.ui.ToolButton
DOCUMENT ME!
getToolBar() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
getToolTipText() - Method in class com.sshtools.common.ui.Option
DOCUMENT ME!
getTransportProvider() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getTransportProviderString() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getType() - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
getType() - Method in class com.sshtools.daemon.configuration.AllowedSubsystem
DOCUMENT ME!
getType() - Method in class com.sshtools.j2ssh.openssh.PEMReader
DOCUMENT ME!
getType() - Method in class com.sshtools.j2ssh.openssh.PEMWriter
DOCUMENT ME!
getUID() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
getUnderlyingProviderDetail() - Method in interface com.sshtools.j2ssh.transport.TransportProtocol
 
getUnderlyingProviderDetail() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
getUsedCount() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
getUserConfigDirectory() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
getUsername() - Method in class com.sshtools.common.authentication.PasswordAuthenticationDialog
DOCUMENT ME!
getUsername() - Method in class com.sshtools.j2ssh.SshThread
Gets the username for this thread.
getUsername() - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
getUsername() - Method in class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
DOCUMENT ME!
getUsername() - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
getVFSMounts() - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
getVFSPermission(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
getVFSRoot() - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
getValue() - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
getValue() - Method in class com.sshtools.daemon.terminal.Editline
 
getValue() - Method in class com.sshtools.daemon.terminal.UserInput
 
getValue() - Method in class com.sshtools.j2ssh.util.State
DOCUMENT ME!
getValues() - Method in class com.sshtools.ant.Sftp.Action
 
getVersion() - Method in class com.sshtools.j2ssh.net.HttpResponse
DOCUMENT ME!
getVersion() - Method in class com.sshtools.j2ssh.sftp.SshFxpInit
DOCUMENT ME!
getVersion() - Method in class com.sshtools.j2ssh.sftp.SshFxpVersion
DOCUMENT ME!
getVersionString(String, String) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
getVisibleLength(String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
 
getWantReply() - Method in class com.sshtools.j2ssh.connection.SshMsgChannelRequest
DOCUMENT ME!
getWantReply() - Method in class com.sshtools.j2ssh.connection.SshMsgGlobalRequest
DOCUMENT ME!
getWidth() - Method in class com.sshtools.ant.Ssh.Shell
 
getWidth() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
getWidth() - Method in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
getWindowSpace() - Method in class com.sshtools.j2ssh.connection.ChannelDataWindow
DOCUMENT ME!
getX() - Method in class com.sshtools.j2ssh.openssh.DSAKeyInfo
DOCUMENT ME!
getX11ForwardingConfiguration() - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
getY() - Method in class com.sshtools.j2ssh.openssh.DSAKeyInfo
DOCUMENT ME!
group - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
group - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!

H

H - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
HANDLED - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
HASH_AND_SIGN - Static variable in class com.sshtools.j2ssh.agent.SshAgentClient
The hash and sign private key operation
HEX_CHARS - Static variable in class com.sshtools.j2ssh.openssh.PEM
DOCUMENT ME!
HOME - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
HOST_KEY_NOT_VERIFIABLE - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
HOST_NOT_ALLOWED - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
HT - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
Hash - class com.sshtools.j2ssh.util.Hash.
DOCUMENT ME!
Hash(String) - Constructor for class com.sshtools.j2ssh.util.Hash
Creates a new Hash object.
HmacMd5 - class com.sshtools.j2ssh.transport.hmac.HmacMd5.
DOCUMENT ME!
HmacMd5() - Constructor for class com.sshtools.j2ssh.transport.hmac.HmacMd5
Creates a new HmacMd5 object.
HmacMd596 - class com.sshtools.j2ssh.transport.hmac.HmacMd596.
DOCUMENT ME!
HmacMd596() - Constructor for class com.sshtools.j2ssh.transport.hmac.HmacMd596
Creates a new HmacMd596 object.
HmacSha - class com.sshtools.j2ssh.transport.hmac.HmacSha.
DOCUMENT ME!
HmacSha() - Constructor for class com.sshtools.j2ssh.transport.hmac.HmacSha
Creates a new HmacSha object.
HmacSha96 - class com.sshtools.j2ssh.transport.hmac.HmacSha96.
DOCUMENT ME!
HmacSha96() - Constructor for class com.sshtools.j2ssh.transport.hmac.HmacSha96
Creates a new HmacSha96 object.
HostKeyVerification - interface com.sshtools.j2ssh.transport.HostKeyVerification.
An interface to allow the transport protocol to verify the public key supplied by the server during key-exchange
HostbasedAuthenticationClient - class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient.
DOCUMENT ME!
HostbasedAuthenticationClient() - Constructor for class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient
Creates a new HostbasedAuthenticationClient object.
HostsTab - class com.sshtools.common.ui.HostsTab.
DOCUMENT ME!
HostsTab(AbstractKnownHostsKeyVerification) - Constructor for class com.sshtools.common.ui.HostsTab
Creates a new HostsTab object.
HttpHeader - class com.sshtools.j2ssh.net.HttpHeader.
DOCUMENT ME!
HttpHeader() - Constructor for class com.sshtools.j2ssh.net.HttpHeader
Creates a new HttpHeader object.
HttpProxySocketProvider - class com.sshtools.j2ssh.net.HttpProxySocketProvider.
DOCUMENT ME!
HttpRequest - class com.sshtools.j2ssh.net.HttpRequest.
DOCUMENT ME!
HttpRequest() - Constructor for class com.sshtools.j2ssh.net.HttpRequest
Creates a new HttpRequest object.
HttpResponse - class com.sshtools.j2ssh.net.HttpResponse.
DOCUMENT ME!
HttpResponse(InputStream) - Constructor for class com.sshtools.j2ssh.net.HttpResponse
Creates a new HttpResponse object.
hasActiveConfigurations() - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
hasActiveForwardings() - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
hasActiveSession(String) - Method in class com.sshtools.j2ssh.SshClient
Returns true if there is an active session channel of the specified type.
hasActiveSftpClient() - Method in class com.sshtools.j2ssh.SshClient
DOCUMENT ME!
hasError() - Method in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
hasMessages() - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Evaluate whether the store has any messages.
hasMoreData() - Method in class com.sshtools.j2ssh.util.SimpleASNReader
DOCUMENT ME!
hasMoreSftpTasks() - Method in class com.sshtools.ant.Ssh
 
hasSucceeded() - Method in class com.sshtools.j2ssh.connection.GlobalRequestResponse
DOCUMENT ME!
hasTimedOut() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
hashAndSign(SshPublicKey, byte[]) - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Request a hash and sign operation be performed for a given public key.
hashCode() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
hashCode() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
hashCode() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKey
DOCUMENT ME!
hashCode() - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
DOCUMENT ME!
homeCursor() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
host - Variable in class com.sshtools.ant.Ssh
 
host - Variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
host - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
hostKey - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
hostKey - Variable in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
hostKeyVerification - Variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
hostToConnect - Variable in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
hosts - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
httpProxy - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!

I

ICANON - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ICRNL - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
IEXTEN - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
IGNCR - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
IGNPAR - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ILLEGAL_USER_NAME - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
IMAGE_DIR - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
IMAXBEL - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
INLCR - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
INPCK - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
INTERNAL_MARKER - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
IN_PROGRESS - Static variable in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
IOChannel - class com.sshtools.j2ssh.connection.IOChannel.
DOCUMENT ME!
IOChannel() - Constructor for class com.sshtools.j2ssh.connection.IOChannel
 
IOERROR - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
IOStreamConnector - class com.sshtools.j2ssh.io.IOStreamConnector.
DOCUMENT ME!
IOStreamConnector() - Constructor for class com.sshtools.j2ssh.io.IOStreamConnector
Creates a new IOStreamConnector object.
IOStreamConnector(InputStream, OutputStream) - Constructor for class com.sshtools.j2ssh.io.IOStreamConnector
Creates a new IOStreamConnector object.
IOStreamConnectorListener - interface com.sshtools.j2ssh.io.IOStreamConnectorListener.
DOCUMENT ME!
IOStreamConnectorState - class com.sshtools.j2ssh.io.IOStreamConnectorState.
DOCUMENT ME!
IOStreamConnectorState() - Constructor for class com.sshtools.j2ssh.io.IOStreamConnectorState
Creates a new IOStreamConnectorState object.
IOUtil - class com.sshtools.j2ssh.io.IOUtil.
DOCUMENT ME!
IOUtil() - Constructor for class com.sshtools.j2ssh.io.IOUtil
 
ISIG - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ISTRIP - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ITALIC - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
ITALIC - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
ITALIC_OFF - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
ITALIC_OFF - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
IUCLC - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
IXANY - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
IXOFF - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
IXON - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
IconWrapperPanel - class com.sshtools.common.ui.IconWrapperPanel.
DOCUMENT ME!
IconWrapperPanel(Icon, JComponent) - Constructor for class com.sshtools.common.ui.IconWrapperPanel
Creates a new IconWrapperPanel object.
IgnoreHostKeyVerification - class com.sshtools.j2ssh.transport.IgnoreHostKeyVerification.
A simple host key verification implementation that automatically approves the servers host key.
IgnoreHostKeyVerification() - Constructor for class com.sshtools.j2ssh.transport.IgnoreHostKeyVerification
 
ImagePanel - class com.sshtools.common.ui.ImagePanel.
DOCUMENT ME!
ImagePanel(String) - Constructor for class com.sshtools.common.ui.ImagePanel
Creates a new ImagePanel object.
ImagePanel(String, int) - Constructor for class com.sshtools.common.ui.ImagePanel
Creates a new ImagePanel object.
ImagePanel() - Constructor for class com.sshtools.common.ui.ImagePanel
Creates a new ImagePanel object.
InvalidChannelException - exception com.sshtools.j2ssh.connection.InvalidChannelException.
DOCUMENT ME!
InvalidChannelException(String) - Constructor for class com.sshtools.j2ssh.connection.InvalidChannelException
Creates a new InvalidChannelException object.
InvalidHandleException - exception com.sshtools.daemon.platform.InvalidHandleException.
DOCUMENT ME!
InvalidHandleException(String) - Constructor for class com.sshtools.daemon.platform.InvalidHandleException
Creates a new InvalidHandleException object.
InvalidHostFileException - exception com.sshtools.j2ssh.transport.InvalidHostFileException.
Thrown by abstract host key verifications when a host file is invalid
InvalidHostFileException(String) - Constructor for class com.sshtools.j2ssh.transport.InvalidHostFileException
Contructs the exception.
InvalidMessageException - exception com.sshtools.j2ssh.transport.InvalidMessageException.
Thrown by SshMessage implementations when an invalid message is found.
InvalidMessageException(String) - Constructor for class com.sshtools.j2ssh.transport.InvalidMessageException
Constructs the message.
InvalidProfileFileException - exception com.sshtools.common.configuration.InvalidProfileFileException.
DOCUMENT ME!
InvalidProfileFileException(String) - Constructor for class com.sshtools.common.configuration.InvalidProfileFileException
Creates a new InvalidProfileFileException object.
InvalidSshKeyException - exception com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException.
DOCUMENT ME!
InvalidSshKeyException() - Constructor for class com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException
Creates a new InvalidSshKeyException object.
InvalidSshKeyException(String) - Constructor for class com.sshtools.j2ssh.transport.publickey.InvalidSshKeyException
Creates a new InvalidSshKeyException object.
InvalidSshKeySignatureException - exception com.sshtools.j2ssh.transport.publickey.InvalidSshKeySignatureException.
DOCUMENT ME!
InvalidSshKeySignatureException() - Constructor for class com.sshtools.j2ssh.transport.publickey.InvalidSshKeySignatureException
Creates a new InvalidSshKeySignatureException object.
InvalidStateException - exception com.sshtools.j2ssh.util.InvalidStateException.
DOCUMENT ME!
InvalidStateException(String) - Constructor for class com.sshtools.j2ssh.util.InvalidStateException
Creates a new InvalidStateException object.
in - Variable in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
in - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
incoming - Variable in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
increaseWindowSpace(long) - Method in class com.sshtools.j2ssh.connection.ChannelDataWindow
DOCUMENT ME!
indexOf(SshPublicKey) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
infoBackground - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
infoBorderColor - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
infoBorderThickness - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
infoForeground - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
init(File) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
init(String[]) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
init(SshToolsApplication, SshToolsApplicationPanel) - Method in class com.sshtools.common.ui.SshToolsApplicationApplet.SshToolsApplicationAppletContainer
 
init() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
init(SshToolsApplication) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
init(SshToolsApplication, SshToolsApplicationPanel) - Method in interface com.sshtools.common.ui.SshToolsApplicationContainer
DOCUMENT ME!
init(SshToolsApplication, SshToolsApplicationPanel) - Method in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
init(SshToolsApplication) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
init(ConnectionProtocol, long, long, long, long) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
init(ConnectionProtocol, long, long, long, long, ChannelEventListener) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
init(ConnectionProtocol, long, long, long, long) - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
init(int, TransportProtocol) - Method in class com.sshtools.j2ssh.transport.Service
Initialize the service.
init(int, byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.cipher.BlowfishCbc
DOCUMENT ME!
init(int, byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.cipher.SshCipher
DOCUMENT ME!
init(int, byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.cipher.TripleDesCbc
DOCUMENT ME!
init(byte[]) - Method in class com.sshtools.j2ssh.transport.hmac.HmacMd5
DOCUMENT ME!
init(byte[]) - Method in class com.sshtools.j2ssh.transport.hmac.HmacSha
DOCUMENT ME!
init(byte[]) - Method in interface com.sshtools.j2ssh.transport.hmac.SshHmac
DOCUMENT ME!
init(TransportProtocol) - Method in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
initApplet() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
initApplet() - Method in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
initialize() - Method in class com.sshtools.common.configuration.XmlConfigurationContext
DOCUMENT ME!
initialize() - Static method in class com.sshtools.daemon.authentication.SshAuthenticationServerFactory
DOCUMENT ME!
initialize() - Method in class com.sshtools.daemon.configuration.XmlServerConfigurationContext
DOCUMENT ME!
initialize() - Method in class com.sshtools.daemon.session.PseudoTerminalWrapper
DOCUMENT ME!
initialize() - Static method in class com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory
DOCUMENT ME!
initialize() - Method in interface com.sshtools.j2ssh.configuration.ConfigurationContext
DOCUMENT ME!
initialize(boolean) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
initialize(boolean, ConfigurationContext) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
Initializes the J2SSH api with a specified configuration context.
initialize() - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
initialize() - Static method in class com.sshtools.j2ssh.transport.cipher.SshCipherFactory
DOCUMENT ME!
initialize() - Static method in class com.sshtools.j2ssh.transport.compression.SshCompressionFactory
DOCUMENT ME!
initialize() - Static method in class com.sshtools.j2ssh.transport.hmac.SshHmacFactory
DOCUMENT ME!
initialize() - Static method in class com.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory
DOCUMENT ME!
initialize() - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
DOCUMENT ME!
inputAuthorizationFile(String) - Method in interface com.sshtools.common.automate.SystemVerification
DOCUMENT ME!
inputPassword(String) - Method in interface com.sshtools.common.automate.SystemVerification
DOCUMENT ME!
inputUsername(String) - Method in interface com.sshtools.common.automate.SystemVerification
DOCUMENT ME!
insertUpdate(DocumentEvent) - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
intValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
intValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
intervalAdded(ListDataEvent) - Method in class com.sshtools.common.mru.MRUMenu
DOCUMENT ME!
intervalRemoved(ListDataEvent) - Method in class com.sshtools.common.mru.MRUMenu
DOCUMENT ME!
ios - Variable in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
isAuthenticated() - Method in class com.sshtools.j2ssh.SshClient
Evaluate whether the client has successfully authenticated.
isAutoflushing() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
isBlock() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
isBlock() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
isBound() - Method in class com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
isCancelled() - Method in class com.sshtools.common.authentication.PassphraseDialog
DOCUMENT ME!
isCharacter() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
isCharacter() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
isClosed() - Method in class com.sshtools.j2ssh.SftpClient
Returns the state of the SFTP client.
isClosed() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
isClosed() - Method in class com.sshtools.j2ssh.connection.ChannelInputStream
DOCUMENT ME!
isClosed() - Method in class com.sshtools.j2ssh.connection.ChannelOutputStream
DOCUMENT ME!
isClosed() - Method in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
isClosed() - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Evaluate whether the message store is closed.
isConfigurationAvailable(Class) - Method in class com.sshtools.common.configuration.XmlConfigurationContext
DOCUMENT ME!
isConfigurationAvailable(Class) - Method in class com.sshtools.daemon.configuration.XmlServerConfigurationContext
DOCUMENT ME!
isConfigurationAvailable(Class) - Method in interface com.sshtools.j2ssh.configuration.ConfigurationContext
DOCUMENT ME!
isConfigurationAvailable(Class) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
isConnected() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
isConnected() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
isConnected() - Method in class com.sshtools.j2ssh.SshClient
Returns the connection state of the client.
isConnected() - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
isContainerVisible() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet.SshToolsApplicationAppletContainer
 
isContainerVisible() - Method in interface com.sshtools.common.ui.SshToolsApplicationContainer
DOCUMENT ME!
isContainerVisible() - Method in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
isContextClassLoader() - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
isDirectory() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
isDirectory() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
isFifo() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
isFifo() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
isFile() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
isFile() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
isFlagSet(int) - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
isFocusable() - Method in class com.sshtools.common.ui.ToolButton
DOCUMENT ME!
isFormatted(byte[]) - Method in class com.sshtools.j2ssh.openssh.OpenSSHPrivateKeyFormat
DOCUMENT ME!
isFormatted(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
DOCUMENT ME!
isFormatted(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
DOCUMENT ME!
isFormatted(byte[]) - Method in interface com.sshtools.j2ssh.transport.publickey.SshKeyFormatConversion
DOCUMENT ME!
isFormatted(byte[]) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat
DOCUMENT ME!
isFormatted(byte[]) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat
DOCUMENT ME!
isHardwrapped() - Method in class com.sshtools.daemon.terminal.Editline
 
isHardwrapped() - Method in class com.sshtools.daemon.terminal.UserInput
 
isHostFileWriteable() - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
isHostFileWriteable() - Method in class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Determines whether the host file is writable.
isInInsertMode() - Method in class com.sshtools.daemon.terminal.Editline
 
isInInsertMode() - Method in class com.sshtools.daemon.terminal.UserInput
 
isLink() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
isLink() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
isListening() - Method in class com.sshtools.j2ssh.forwarding.ForwardingListener
DOCUMENT ME!
isLocalEOF() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
isLocalFlowControlEnabled() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
isNeedSave() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
isOpen() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
isOpen() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
isPassphraseProtected(byte[]) - Method in class com.sshtools.j2ssh.openssh.OpenSSHPrivateKeyFormat
DOCUMENT ME!
isPassphraseProtected() - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
isPassphraseProtected(byte[]) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat
DOCUMENT ME!
isPassphraseProtected(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.SshtoolsPrivateKeyFormat
DOCUMENT ME!
isRegisteredMessage(Integer) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Determines if the message id is a registered message of this store.
isRemoteEOF() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
isRightJustify() - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
isRoot() - Method in class com.sshtools.daemon.vfs.VFSMount
DOCUMENT ME!
isRunning() - Method in class com.sshtools.j2ssh.forwarding.ForwardingListener
DOCUMENT ME!
isSSH1Compatible() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
isSelectAllOnFocusGain() - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
isSignalling() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
isSocket() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
isSocket() - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
isStoreAvailable() - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
isToolsVisible() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
isUpToDate(SftpClient, File, String) - Method in class com.sshtools.ant.Sftp
Checks to see if the remote file is current as compared with the local file.
isValidHandle(byte[]) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
isValidState(int) - Method in class com.sshtools.j2ssh.connection.ChannelState
DOCUMENT ME!
isValidState(int) - Method in class com.sshtools.j2ssh.io.IOStreamConnectorState
DOCUMENT ME!
isValidState(int) - Method in class com.sshtools.j2ssh.transport.ServiceState
Evaluates whether the state is valid.
isValidState(int) - Method in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
isValidState(int) - Method in class com.sshtools.j2ssh.util.OpenClosedState
DOCUMENT ME!
isValidState(int) - Method in class com.sshtools.j2ssh.util.StartStopState
DOCUMENT ME!
isValidState(int) - Method in class com.sshtools.j2ssh.util.State
DOCUMENT ME!
italicText(String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
 

J

JVMUtil - class com.sshtools.common.util.JVMUtil.
DOCUMENT ME!
JVMUtil() - Constructor for class com.sshtools.common.util.JVMUtil
 
jComboCipherCS - Variable in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
jComboCipherSC - Variable in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
jComboCompCS - Variable in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
jComboCompSC - Variable in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
jComboKex - Variable in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
jComboMacCS - Variable in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
jComboMacSC - Variable in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
jComboPK - Variable in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
jGridBagAdd(JComponent, JComponent, GridBagConstraints, int) - Static method in class com.sshtools.common.ui.UIUtil
DOCUMENT ME!
jListAuths - Variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
jTextHostname - Variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
jTextPort - Variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
jTextUsername - Variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
job - Variable in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!

K

KBIAuthenticationClient - class com.sshtools.j2ssh.authentication.KBIAuthenticationClient.
DOCUMENT ME!
KBIAuthenticationClient() - Constructor for class com.sshtools.j2ssh.authentication.KBIAuthenticationClient
 
KBIPasswordAuthenticationServer - class com.sshtools.daemon.authentication.KBIPasswordAuthenticationServer.
DOCUMENT ME!
KBIPasswordAuthenticationServer() - Constructor for class com.sshtools.daemon.authentication.KBIPasswordAuthenticationServer
 
KBIPrompt - class com.sshtools.j2ssh.authentication.KBIPrompt.
DOCUMENT ME!
KBIPrompt(String, boolean) - Constructor for class com.sshtools.j2ssh.authentication.KBIPrompt
Creates a new KBIPrompt object.
KBIRequestHandler - interface com.sshtools.j2ssh.authentication.KBIRequestHandler.
DOCUMENT ME!
KBIRequestHandlerDialog - class com.sshtools.common.authentication.KBIRequestHandlerDialog.
DOCUMENT ME!
KBIRequestHandlerDialog() - Constructor for class com.sshtools.common.authentication.KBIRequestHandlerDialog
Creates a new KBIRequestHandlerDialog object.
KBIRequestHandlerDialog(Frame) - Constructor for class com.sshtools.common.authentication.KBIRequestHandlerDialog
Creates a new KBIRequestHandlerDialog object.
KBIRequestHandlerDialog(Dialog) - Constructor for class com.sshtools.common.authentication.KBIRequestHandlerDialog
Creates a new KBIRequestHandlerDialog object.
KBI_ICON - Static variable in class com.sshtools.common.authentication.KBIRequestHandlerDialog
DOCUMENT ME!
KEY_EXCHANGE_FAILED - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
KeyConstraints - class com.sshtools.j2ssh.agent.KeyConstraints.
DOCUMENT ME!
KeyConstraints() - Constructor for class com.sshtools.j2ssh.agent.KeyConstraints
Creates a new KeyConstraints object.
KeyConstraints(ByteArrayReader) - Constructor for class com.sshtools.j2ssh.agent.KeyConstraints
Creates a new KeyConstraints object.
KeyExchangeException - exception com.sshtools.j2ssh.transport.kex.KeyExchangeException.
DOCUMENT ME!
KeyExchangeException(String) - Constructor for class com.sshtools.j2ssh.transport.kex.KeyExchangeException
Creates a new KeyExchangeException object.
KeyExchangeState - class com.sshtools.j2ssh.transport.kex.KeyExchangeState.
DOCUMENT ME!
KeyExchangeState() - Constructor for class com.sshtools.j2ssh.transport.kex.KeyExchangeState
Creates a new KeyExchangeState object.
KeyInfo - interface com.sshtools.j2ssh.openssh.KeyInfo.
DOCUMENT ME!
KeyStore - class com.sshtools.j2ssh.agent.KeyStore.
DOCUMENT ME!
KeyStore() - Constructor for class com.sshtools.j2ssh.agent.KeyStore
Creates a new KeyStore object.
KeyStoreListener - interface com.sshtools.j2ssh.agent.KeyStoreListener.
DOCUMENT ME!
KeyTimeoutException - exception com.sshtools.j2ssh.agent.KeyTimeoutException.
DOCUMENT ME!
KeyTimeoutException() - Constructor for class com.sshtools.j2ssh.agent.KeyTimeoutException
Creates a new KeyTimeoutException object.
KeygenPanel - class com.sshtools.common.keygen.KeygenPanel.
DOCUMENT ME!
KeygenPanel() - Constructor for class com.sshtools.common.keygen.KeygenPanel
Creates a new KeygenPanel object.
KeygenPanel2 - class com.sshtools.common.keygen.KeygenPanel2.
DOCUMENT ME!
KeygenPanel2() - Constructor for class com.sshtools.common.keygen.KeygenPanel2
Creates a new KeygenPanel2 object.
k - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
kexs - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
key - Variable in class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient
DOCUMENT ME!
key - Variable in class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
DOCUMENT ME!
keyfile - Variable in class com.sshtools.ant.Ssh
 
kill() - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!

L

LARGE_ICON - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
LE - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
LEFT - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
LF - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
LOCAL_FORWARDING_CHANNEL - Static variable in interface com.sshtools.j2ssh.forwarding.ForwardingChannel
DOCUMENT ME!
LOGOUTREQUEST - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
LSB - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
LineEditBuffer - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
LineUpdate - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
lastError - Variable in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
lcd(String) - Method in class com.sshtools.j2ssh.SftpClient
Changes the local working directory.
listChildren(SftpFile, List) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
listKeys() - Method in class com.sshtools.j2ssh.agent.SshAgentClient
List all the keys on the agent.
listenerList - Variable in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
listenerList - Variable in class com.sshtools.j2ssh.io.IOStreamConnector
DOCUMENT ME!
loadClass(String, boolean) - Method in class com.sshtools.j2ssh.util.DynamicClassLoader
DOCUMENT ME!
loadFile(String) - Method in interface com.sshtools.common.automate.AuthorizedKeysFileLoader
DOCUMENT ME!
loadFile(String) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
loadImage(String) - Method in class com.sshtools.common.ui.ResourceIcon
DOCUMENT ME!
loadingPanel - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
localChannelId - Variable in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
localPacketSize - Variable in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
localWindow - Variable in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
lock(String) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
lock() - Method in class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
DOCUMENT ME!
lockAgent(String) - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Lock the agent
log(String) - Method in class com.sshtools.ant.SshSubTask
 
log(String, int) - Method in class com.sshtools.ant.SshSubTask
 
log - Variable in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.NewWindowAction
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.OptionsPanel
DOCUMENT ME!
log - Static variable in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
log - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.SshToolsConnectionPanel
DOCUMENT ME!
log - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
log - Static variable in class com.sshtools.common.util.X11Util
DOCUMENT ME!
log - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
logfile - Variable in class com.sshtools.ant.Ssh
 
logoffUser() - Method in class com.sshtools.daemon.platform.NativeAuthenticationProvider
DOCUMENT ME!
logonUser(String, String) - Method in class com.sshtools.daemon.platform.NativeAuthenticationProvider
DOCUMENT ME!
logonUser(String) - Method in class com.sshtools.daemon.platform.NativeAuthenticationProvider
DOCUMENT ME!
longValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
longValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
lostOwnership(Clipboard, Transferable) - Method in class com.sshtools.common.ui.XTextField
DOCUMENT ME!
lpwd() - Method in class com.sshtools.j2ssh.SftpClient
Returns the absolute path to the local working directory.
ls() - Method in class com.sshtools.j2ssh.SftpClient
List the contents of the current remote working directory.
ls(String) - Method in class com.sshtools.j2ssh.SftpClient
List the contents remote directory.

M

MAC_ERROR - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
MAGENTA - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
MAGENTA - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
MARKER_CODE - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
MAX_LINE_LENGTH - Static variable in class com.sshtools.j2ssh.openssh.PEM
DOCUMENT ME!
MAX_VALUE - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
MAX_VALUE - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
MENU - Static variable in class com.sshtools.common.ui.MenuAction
DOCUMENT ME!
MENU_ITEM_GROUP - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
MENU_ITEM_WEIGHT - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
MENU_NAME - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
MIN_VALUE - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
MIN_VALUE - Static variable in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
MK_DIR - Static variable in class com.sshtools.ant.Sftp
 
MRUAction - class com.sshtools.common.mru.MRUAction.
DOCUMENT ME!
MRUAction(MRUListModel) - Constructor for class com.sshtools.common.mru.MRUAction
Creates a new MRUAction object.
MRUList - class com.sshtools.common.mru.MRUList.
DOCUMENT ME!
MRUList() - Constructor for class com.sshtools.common.mru.MRUList
Creates a new MRUList object.
MRUList(InputStream) - Constructor for class com.sshtools.common.mru.MRUList
Creates a new MRUList object.
MRUList.ElementWrapper - class com.sshtools.common.mru.MRUList.ElementWrapper.
 
MRUListModel - class com.sshtools.common.mru.MRUListModel.
DOCUMENT ME!
MRUListModel() - Constructor for class com.sshtools.common.mru.MRUListModel
Creates a new MRUListModel object.
MRUMenu - class com.sshtools.common.mru.MRUMenu.
DOCUMENT ME!
MRUMenu(Action, MRUListModel) - Constructor for class com.sshtools.common.mru.MRUMenu
Creates a new MRUMenu object.
MRUMenu(String, MRUListModel) - Constructor for class com.sshtools.common.mru.MRUMenu
Creates a new MRUMenu object.
Main - class com.sshtools.common.keygen.Main.
DOCUMENT ME!
Main() - Constructor for class com.sshtools.common.keygen.Main
Creates a new Main object.
MenuAction - class com.sshtools.common.ui.MenuAction.
DOCUMENT ME!
MenuAction() - Constructor for class com.sshtools.common.ui.MenuAction
 
MessageAlreadyRegisteredException - exception com.sshtools.j2ssh.transport.MessageAlreadyRegisteredException.
Thrown by message store when a message is already registered
MessageAlreadyRegisteredException(Integer) - Constructor for class com.sshtools.j2ssh.transport.MessageAlreadyRegisteredException
Constructs the exception.
MessageNotAvailableException - exception com.sshtools.j2ssh.transport.MessageNotAvailableException.
Thrown by the message store when a message is not available.
MessageNotAvailableException() - Constructor for class com.sshtools.j2ssh.transport.MessageNotAvailableException
Constructs the excpetion.
MessageNotRegisteredException - exception com.sshtools.j2ssh.transport.MessageNotRegisteredException.
Thrown by the message store when a message is added which is not registered.
MessageNotRegisteredException(Integer) - Constructor for class com.sshtools.j2ssh.transport.MessageNotRegisteredException
Constructs the exception.
MessageNotRegisteredException(Integer, SshMessageStore) - Constructor for class com.sshtools.j2ssh.transport.MessageNotRegisteredException
Consructs the exception.
MessageStoreEOFException - exception com.sshtools.j2ssh.transport.MessageStoreEOFException.
Thrown by the message store when the store reaches EOF.
MessageStoreEOFException() - Constructor for class com.sshtools.j2ssh.transport.MessageStoreEOFException
Constructs the exception.
MultilineLabel - class com.sshtools.common.ui.MultilineLabel.
DOCUMENT ME!
MultilineLabel() - Constructor for class com.sshtools.common.ui.MultilineLabel
Creates a new MultilineLabel object.
MultilineLabel(String) - Constructor for class com.sshtools.common.ui.MultilineLabel
Creates a new MultilineLabel object.
mac - Variable in class com.sshtools.ant.Ssh
 
main(String[]) - Static method in class com.sshtools.common.automate.AutomationConfiguration
DOCUMENT ME!
main(String[]) - Static method in class com.sshtools.common.automate.RemoteIdentificationFactory
DOCUMENT ME!
main(String[]) - Static method in class com.sshtools.common.keygen.Main
DOCUMENT ME!
main(String[]) - Static method in class com.sshtools.common.util.JVMUtil
DOCUMENT ME!
main(String[]) - Static method in class com.sshtools.daemon.SshDaemon
DOCUMENT ME!
main(String[]) - Static method in class com.sshtools.daemon.terminal.Colorizer
 
main(String[]) - Static method in class com.sshtools.j2ssh.agent.SshAgentSocketListener
The main entry point for the application.
main(String[]) - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyGenerator
DOCUMENT ME!
main(String[]) - Static method in class com.sshtools.j2ssh.util.Base64
 
makeDirectory(String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
makeDirectory(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
makeDirectory(String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
makeRemoteDir(SftpClient, String) - Method in class com.sshtools.ant.Sftp
Create the specified directory on the remote host.
markCurrentPosition() - Method in class com.sshtools.j2ssh.session.SessionOutputReader
Marks the current position.
markPosition(int) - Method in class com.sshtools.j2ssh.session.SessionOutputReader
Mark the postion specified for filtering session output.
maskInput(boolean) - Method in class com.sshtools.daemon.terminal.Editline
 
maskInput(boolean) - Method in class com.sshtools.daemon.terminal.UserInput
 
maximumPacketSize() - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
menuBar - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
menuBar - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
messageStore - Variable in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
messageStore - Variable in class com.sshtools.j2ssh.transport.Service
The message store registered with the transport protocol to receive the service's message.
messageStore - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
messageStore - Variable in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
messages - Variable in class com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
messages - Variable in class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
DOCUMENT ME!
methods - Variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
mkdir(String) - Method in class com.sshtools.j2ssh.SftpClient
Creates a new directory on the remote server.
mkdirs(String) - Method in class com.sshtools.j2ssh.SftpClient
Create a directory or set of directories.
monitor - Variable in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
moveCursor(int, int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
moveDown(int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
moveLeft(int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
moveRight(int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
moveUp(int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
mruModel - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
myColorizer - Variable in class com.sshtools.daemon.terminal.BasicTerminal
DOCUMENT ME!

N

NEGOTIATING_PROTOCOL - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
NOFLSH - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
NO_LIMIT - Static variable in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
NO_MORE_AUTH_METHODS_AVAILABLE - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
NO_TIMEOUT - Static variable in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
NativeAuthenticationProvider - class com.sshtools.daemon.platform.NativeAuthenticationProvider.
DOCUMENT ME!
NativeAuthenticationProvider() - Constructor for class com.sshtools.daemon.platform.NativeAuthenticationProvider
 
NativeFileSystemProvider - class com.sshtools.daemon.platform.NativeFileSystemProvider.
DOCUMENT ME!
NativeFileSystemProvider() - Constructor for class com.sshtools.daemon.platform.NativeFileSystemProvider
 
NativeProcessProvider - class com.sshtools.daemon.platform.NativeProcessProvider.
DOCUMENT ME!
NativeProcessProvider() - Constructor for class com.sshtools.daemon.platform.NativeProcessProvider
 
NewAction - class com.sshtools.common.ui.NewAction.
DOCUMENT ME!
NewAction() - Constructor for class com.sshtools.common.ui.NewAction
Creates a new NewAction object.
NewWindowAction - class com.sshtools.common.ui.NewWindowAction.
DOCUMENT ME!
NewWindowAction(SshToolsApplication) - Constructor for class com.sshtools.common.ui.NewWindowAction
Creates a new NewWindowAction object.
NumericTextField - class com.sshtools.common.ui.NumericTextField.
DOCUMENT ME!
NumericTextField(Number, Number) - Constructor for class com.sshtools.common.ui.NumericTextField
Creates a new NumericTextField object.
NumericTextField(Number, Number, Number, boolean) - Constructor for class com.sshtools.common.ui.NumericTextField
Creates a new NumericTextField object.
NumericTextField(Number, Number, Number) - Constructor for class com.sshtools.common.ui.NumericTextField
Creates a new NumericTextField object.
NumericTextField(Number, Number, Number, boolean, NumberFormat) - Constructor for class com.sshtools.common.ui.NumericTextField
Creates a new NumericTextField object.
name - Variable in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
needSave - Variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
newConnectionProfile(SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
newContainer() - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
newContainer(SshToolsApplicationContainer) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.daemon.authentication.SshAuthenticationServerFactory
DOCUMENT ME!
newInstance() - Static method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.daemon.terminal.TerminalFactory
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.j2ssh.transport.cipher.SshCipherFactory
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.j2ssh.transport.compression.SshCompressionFactory
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.j2ssh.transport.hmac.SshHmacFactory
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormatFactory
DOCUMENT ME!
newInstance(String) - Static method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormatFactory
DOCUMENT ME!
newWindowAction - Variable in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
newline - Variable in class com.sshtools.ant.Ssh.Shell.Write
 
newline - Variable in class com.sshtools.ant.Ssh
 
nextMessage() - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
DOCUMENT ME!
nextMessage(int) - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
DOCUMENT ME!
nextMessage() - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Get the next message in the store or wait until a new message arrives.
noProxy - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
numberToPaddedHexString(int, int) - Static method in class com.sshtools.common.util.PropertyUtil
DOCUMENT ME!

O

OCRNL - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
OLCUC - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ONLCR - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ONLRET - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ONOCR - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
ON_CONTEXT_MENU - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
ON_MENUBAR - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
ON_TOOLBAR - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
OPEN - Static variable in class com.sshtools.j2ssh.util.OpenClosedState
DOCUMENT ME!
OPEN_APPEND - Static variable in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
OPEN_APPEND - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
OPEN_CREATE - Static variable in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
OPEN_CREATE - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
OPEN_EXCLUSIVE - Static variable in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
OPEN_EXCLUSIVE - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
OPEN_READ - Static variable in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
OPEN_READ - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
OPEN_TRUNCATE - Static variable in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
OPEN_TRUNCATE - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
OPEN_WRITE - Static variable in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
OPEN_WRITE - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
OPOST - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
OpenAction - class com.sshtools.common.ui.OpenAction.
DOCUMENT ME!
OpenAction() - Constructor for class com.sshtools.common.ui.OpenAction
Creates a new OpenAction object.
OpenClosedState - class com.sshtools.j2ssh.util.OpenClosedState.
DOCUMENT ME!
OpenClosedState(int) - Constructor for class com.sshtools.j2ssh.util.OpenClosedState
Creates a new OpenClosedState object.
OpenSSHAuthorizedKeysFormat - class com.sshtools.common.automate.OpenSSHAuthorizedKeysFormat.
DOCUMENT ME!
OpenSSHAuthorizedKeysFormat() - Constructor for class com.sshtools.common.automate.OpenSSHAuthorizedKeysFormat
 
OpenSSHPrivateKeyFormat - class com.sshtools.j2ssh.openssh.OpenSSHPrivateKeyFormat.
DOCUMENT ME!
OpenSSHPrivateKeyFormat() - Constructor for class com.sshtools.j2ssh.openssh.OpenSSHPrivateKeyFormat
Creates a new OpenSSHPrivateKeyFormat object.
OpenSSHPublicKeyFormat - class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat.
DOCUMENT ME!
OpenSSHPublicKeyFormat(String) - Constructor for class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
Creates a new OpenSSHPublicKeyFormat object.
OpenSSHPublicKeyFormat() - Constructor for class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
Creates a new OpenSSHPublicKeyFormat object.
Option - class com.sshtools.common.ui.Option.
DOCUMENT ME!
Option(String, String, int) - Constructor for class com.sshtools.common.ui.Option
Creates a new Option object.
OptionCallback - interface com.sshtools.common.ui.OptionCallback.
DOCUMENT ME!
OptionsAction - class com.sshtools.common.ui.OptionsAction.
DOCUMENT ME!
OptionsAction() - Constructor for class com.sshtools.common.ui.OptionsAction
Creates a new OptionsAction object.
OptionsDialog - class com.sshtools.common.ui.OptionsDialog.
DOCUMENT ME!
OptionsDialog(JDialog, Option[], Object, String, Option, OptionCallback, boolean, Icon) - Constructor for class com.sshtools.common.ui.OptionsDialog
Creates a new OptionsDialog object.
OptionsDialog(JFrame, Option[], Object, String, Option, OptionCallback, boolean, Icon) - Constructor for class com.sshtools.common.ui.OptionsDialog
Creates a new OptionsDialog object.
OptionsPanel - class com.sshtools.common.ui.OptionsPanel.
DOCUMENT ME!
OptionsPanel(OptionsTab[]) - Constructor for class com.sshtools.common.ui.OptionsPanel
Creates a new OptionsPanel object.
OptionsTab - interface com.sshtools.common.ui.OptionsTab.
DOCUMENT ME!
onAddKey(KeyStore) - Method in interface com.sshtools.j2ssh.agent.KeyStoreListener
DOCUMENT ME!
onAddKey(SshAgentAddKey) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called when the remote side adds a key the agent.
onChangeTerminalDimensions(int, int, int, int) - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onChannelClose() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onChannelClose() - Method in class com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
onChannelClose() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
onChannelClose(Channel) - Method in interface com.sshtools.j2ssh.connection.ChannelEventListener
DOCUMENT ME!
onChannelClose() - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
onChannelClose() - Method in class com.sshtools.j2ssh.connection.SocketChannel
DOCUMENT ME!
onChannelClose(Channel) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor
 
onChannelClose() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
onChannelData(SshMsgChannelData) - Method in class com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
onChannelData(SshMsgChannelData) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
onChannelData(SshMsgChannelData) - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
onChannelData(SshMsgChannelData) - Method in class com.sshtools.j2ssh.connection.SocketChannel
DOCUMENT ME!
onChannelEOF() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onChannelEOF() - Method in class com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
onChannelEOF() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
onChannelEOF(Channel) - Method in interface com.sshtools.j2ssh.connection.ChannelEventListener
DOCUMENT ME!
onChannelEOF() - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
onChannelEOF() - Method in class com.sshtools.j2ssh.connection.SocketChannel
DOCUMENT ME!
onChannelEOF(Channel) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor
 
onChannelExtData(byte[]) - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onChannelExtData(SshMsgChannelExtendedData) - Method in class com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
onChannelExtData(SshMsgChannelExtendedData) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
onChannelExtData(SshMsgChannelExtendedData) - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
onChannelExtData(SshMsgChannelExtendedData) - Method in class com.sshtools.j2ssh.connection.SocketChannel
DOCUMENT ME!
onChannelOpen() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onChannelOpen() - Method in class com.sshtools.j2ssh.agent.AgentSocketChannel
DOCUMENT ME!
onChannelOpen() - Method in class com.sshtools.j2ssh.connection.BindingChannel
DOCUMENT ME!
onChannelOpen() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
onChannelOpen(Channel) - Method in interface com.sshtools.j2ssh.connection.ChannelEventListener
DOCUMENT ME!
onChannelOpen() - Method in class com.sshtools.j2ssh.connection.SocketChannel
DOCUMENT ME!
onChannelOpen(Channel) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor
 
onChannelOpen() - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
onChannelOpen() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
onChannelRequest(String, boolean, byte[]) - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onChannelRequest(String, boolean, byte[]) - Method in class com.sshtools.j2ssh.agent.AgentSocketChannel
 
onChannelRequest(String, boolean, byte[]) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
onChannelRequest(String, boolean, byte[]) - Method in class com.sshtools.j2ssh.forwarding.ForwardingBindingChannel
DOCUMENT ME!
onChannelRequest(String, boolean, byte[]) - Method in class com.sshtools.j2ssh.forwarding.ForwardingIOChannel
DOCUMENT ME!
onChannelRequest(String, boolean, byte[]) - Method in class com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
DOCUMENT ME!
onChannelRequest(String, boolean, byte[]) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
onCorruptMac() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
onDataReceived(Channel, byte[]) - Method in interface com.sshtools.j2ssh.connection.ChannelEventListener
DOCUMENT ME!
onDataReceived(Channel, byte[]) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor
 
onDataSent(Channel, byte[]) - Method in interface com.sshtools.j2ssh.connection.ChannelEventListener
DOCUMENT ME!
onDataSent(Channel, byte[]) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor
 
onDeleteAllKeys(KeyStore) - Method in interface com.sshtools.j2ssh.agent.KeyStoreListener
DOCUMENT ME!
onDeleteAllKeys(SshAgentDeleteAllKeys) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called when the remote side requests that all keys be removed from the agent.
onDeleteKey(KeyStore) - Method in interface com.sshtools.j2ssh.agent.KeyStoreListener
DOCUMENT ME!
onDeleteKey(SshAgentDeleteKey) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called by the remote side to delete a key from the agent
onDeniedHost(String) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
onDeniedHost(String) - Method in class com.sshtools.common.hosts.ConsoleHostKeyVerification
DOCUMENT ME!
onDeniedHost(String) - Method in class com.sshtools.common.hosts.DialogHostKeyVerification
DOCUMENT ME!
onDeniedHost(String) - Method in class com.sshtools.common.hosts.DialogKnownHostsKeyVerification
DOCUMENT ME!
onDisconnect() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
onDisconnect() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
onDisconnect() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
onDisconnect(TransportProtocol) - Method in interface com.sshtools.j2ssh.transport.TransportProtocolEventHandler
DOCUMENT ME!
onExecuteCommand(String) - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onExitSignal(String, boolean, String) - Method in interface com.sshtools.j2ssh.session.SignalListener
DOCUMENT ME!
onForwardingNotice(SshAgentForwardingNotice) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called when a forwarding notice is recceived from the remote side.
onGlobalRequest(String, boolean, byte[]) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
onHostKeyMismatch(String, String, String) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
onHostKeyMismatch(String, String, String) - Method in class com.sshtools.common.hosts.ConsoleHostKeyVerification
DOCUMENT ME!
onHostKeyMismatch(String, String, String) - Method in class com.sshtools.common.hosts.DialogHostKeyVerification
DOCUMENT ME!
onHostKeyMismatch(String, SshPublicKey, SshPublicKey) - Method in class com.sshtools.common.hosts.DialogKnownHostsKeyVerification
DOCUMENT ME!
onHostKeyMismatch(String, SshPublicKey, SshPublicKey) - Method in class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Called by the verifyHost method when the host key supplied by the host does not match the current key recording in the known hosts file.
onHostKeyMismatch(String, SshPublicKey, SshPublicKey) - Method in class com.sshtools.j2ssh.transport.ConsoleKnownHostsKeyVerification
Prompts the user through the console to verify the host key.
onInit() - Method in class com.sshtools.j2ssh.transport.kex.DhGroup1Sha1
DOCUMENT ME!
onInit() - Method in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
onKeyOperation(KeyStore, String) - Method in interface com.sshtools.j2ssh.agent.KeyStoreListener
DOCUMENT ME!
onListKeys(SshAgentListKeys) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called by the remote side when a list of the agents keys is required
onLock(KeyStore) - Method in interface com.sshtools.j2ssh.agent.KeyStoreListener
DOCUMENT ME!
onLock(SshAgentLock) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called by the remote side when the agent is to be locked
onMessageReceived(SshMessage) - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
onMessageReceived(SubsystemMessage) - Method in class com.sshtools.daemon.sftp.SftpSubsystemServer
DOCUMENT ME!
onMessageReceived(SubsystemMessage) - Method in class com.sshtools.daemon.subsystem.SubsystemServer
DOCUMENT ME!
onMessageReceived(SshMessage) - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
onMessageReceived(byte[]) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Process a message and route to the handler method
onMessageReceived(SshMessage) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
onMessageReceived(SshMessage) - Method in class com.sshtools.j2ssh.transport.AsyncService
Called by the service thread when an asyncronous message is received.
onMessageReceived(SshMessage) - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
onMessageReceived(SshMessage) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
onPing(SshAgentPing) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called when a ping message is received
onPrivateKeyOp(SshAgentPrivateKeyOp) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called by the remote side to initiate a private key operation.
onRandom(SshAgentRandom) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called when the remote side sends a random message
onRequestPseudoTerminal(String, int, int, int, int, String) - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onRequestVersion(SshAgentRequestVersion) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called when the remote side requests the version number of this protocol.
onServiceAccept() - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
onServiceAccept() - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
onServiceAccept() - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
onServiceAccept() - Method in class com.sshtools.j2ssh.transport.Service
Called when the service is accepted by the remote server.
onServiceInit(int) - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
onServiceInit(int) - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
onServiceInit(int) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
onServiceInit(int) - Method in class com.sshtools.j2ssh.transport.Service
Called when the service is intialized.
onServiceRequest() - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
onServiceRequest() - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
onServiceRequest() - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
onServiceRequest() - Method in class com.sshtools.j2ssh.transport.Service
DOCUMENT ME!
onSetEnvironmentVariable(String, String) - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onSignal(String) - Method in interface com.sshtools.j2ssh.session.SignalListener
DOCUMENT ME!
onSocketTimeout(TransportProtocol) - Method in interface com.sshtools.j2ssh.transport.TransportProtocolEventHandler
DOCUMENT ME!
onStart() - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
onStart() - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
onStart() - Method in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
onStart() - Method in class com.sshtools.j2ssh.transport.AsyncService
Implements the abstract Service method and starts the service thread.
onStart() - Method in class com.sshtools.j2ssh.transport.Service
Called when the service is started.
onStartShell() - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onStartSubsystem(String) - Method in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
onStartTransportProtocol() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
onStartTransportProtocol() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
onStartTransportProtocol() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
onStop() - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
onStop() - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
onStop() - Method in class com.sshtools.j2ssh.transport.AsyncService
The service thread calls this method when the thread is exiting.
onUnknownHost(String, String) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
onUnknownHost(String, String) - Method in class com.sshtools.common.hosts.ConsoleHostKeyVerification
DOCUMENT ME!
onUnknownHost(String, String) - Method in class com.sshtools.common.hosts.DialogHostKeyVerification
DOCUMENT ME!
onUnknownHost(String, SshPublicKey) - Method in class com.sshtools.common.hosts.DialogKnownHostsKeyVerification
DOCUMENT ME!
onUnknownHost(String, SshPublicKey) - Method in class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Called by the verifyHost method when the host key supplied is not recorded in the known_hosts file.
onUnknownHost(String, SshPublicKey) - Method in class com.sshtools.j2ssh.transport.ConsoleKnownHostsKeyVerification
Prompts the user through the console to verify the host key.
onUnlock(KeyStore) - Method in interface com.sshtools.j2ssh.agent.KeyStoreListener
DOCUMENT ME!
onUnlock(SshAgentUnlock) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Called by the remote side when the agent is to be unlocked
onceAuthenticated - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
open(String) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
open(File) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
open(InputStream) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
open() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
open(File) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
open() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
open() - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
openChannel(Channel) - Method in class com.sshtools.j2ssh.SshClient
Open's a channel.
openChannel(Channel) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
openChannel(Channel, ChannelEventListener) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
openDirectory(String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
openDirectory(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
openDirectory(String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
openFile(String, UnsignedInteger32, FileAttributes) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
openFile(String, UnsignedInteger32, FileAttributes) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
openFile(String, int) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
openFile(String, int, FileAttributes) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
openScpClient() - Method in class com.sshtools.j2ssh.SshClient
Open an SCP client for file transfer operations where SFTP is not supported.
openScpClient(File) - Method in class com.sshtools.j2ssh.SshClient
Open an SCP client for file transfer operations where SFTP is not supported.
openSessionChannel() - Method in class com.sshtools.j2ssh.SshClient
Open's a session channel on the remote server.
openSessionChannel(ChannelEventListener) - Method in class com.sshtools.j2ssh.SshClient
DOCUMENT ME!
openSftpChannel() - Method in class com.sshtools.j2ssh.SshClient
Open's an Sftp channel.
openSftpChannel(ChannelEventListener) - Method in class com.sshtools.j2ssh.SshClient
DOCUMENT ME!
openSftpClient() - Method in class com.sshtools.j2ssh.SshClient
Open an SFTP client for file transfer operations.
openSftpClient(ChannelEventListener) - Method in class com.sshtools.j2ssh.SshClient
DOCUMENT ME!
openURL(String) - Static method in class com.sshtools.common.util.BrowserLauncher
DOCUMENT ME!
opened(ForwardingChannel) - Method in interface com.sshtools.j2ssh.forwarding.ForwardingConfigurationListener
DOCUMENT ME!
out - Variable in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
out - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
output - Variable in class com.sshtools.ant.Ssh.Shell
 

P

PARAMETER_INFO - Static variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
PARENB - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
PARMRK - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
PARODD - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
PARTIAL - Static variable in class com.sshtools.j2ssh.authentication.AuthenticationProtocolState
DOCUMENT ME!
PASSWORD_ICON - Static variable in class com.sshtools.common.authentication.PasswordChange
DOCUMENT ME!
PEM - class com.sshtools.j2ssh.openssh.PEM.
DOCUMENT ME!
PEM() - Constructor for class com.sshtools.j2ssh.openssh.PEM
 
PEMReader - class com.sshtools.j2ssh.openssh.PEMReader.
DOCUMENT ME!
PEMReader(Reader) - Constructor for class com.sshtools.j2ssh.openssh.PEMReader
Creates a new PEMReader object.
PEMWriter - class com.sshtools.j2ssh.openssh.PEMWriter.
DOCUMENT ME!
PEMWriter() - Constructor for class com.sshtools.j2ssh.openssh.PEMWriter
Creates a new PEMWriter object.
PEM_BEGIN - Static variable in class com.sshtools.j2ssh.openssh.PEM
DOCUMENT ME!
PEM_BOUNDARY - Static variable in class com.sshtools.j2ssh.openssh.PEM
DOCUMENT ME!
PEM_END - Static variable in class com.sshtools.j2ssh.openssh.PEM
DOCUMENT ME!
PENDIN - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
PERFORMING_KEYEXCHANGE - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
PREF_CONNECTION_FILE_DIRECTORY - Static variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
PREF_CONNECTION_LAST_HOST - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
PREF_CONNECTION_LAST_KEY - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
PREF_CONNECTION_LAST_PORT - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
PREF_CONNECTION_LAST_USER - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
PREF_LAF - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
PREF_LAST_FRAME_GEOMETRY - Static variable in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
PROTOCOL_ERROR - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
PROTOCOL_VERSION - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
PROTOCOL_VERSION_NOT_SUPPORTED - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
PROXY_ICON - Static variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
PassphraseDialog - class com.sshtools.common.authentication.PassphraseDialog.
DOCUMENT ME!
PassphraseDialog() - Constructor for class com.sshtools.common.authentication.PassphraseDialog
Creates a new PassphraseDialog object.
PassphraseDialog(Frame) - Constructor for class com.sshtools.common.authentication.PassphraseDialog
Creates a new PassphraseDialog object.
PassphraseDialog(Dialog) - Constructor for class com.sshtools.common.authentication.PassphraseDialog
Creates a new PassphraseDialog object.
PasswordAuthenticationClient - class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient.
DOCUMENT ME!
PasswordAuthenticationClient() - Constructor for class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient
 
PasswordAuthenticationDialog - class com.sshtools.common.authentication.PasswordAuthenticationDialog.
DOCUMENT ME!
PasswordAuthenticationDialog() - Constructor for class com.sshtools.common.authentication.PasswordAuthenticationDialog
Creates a new PasswordAuthenticationDialog object.
PasswordAuthenticationDialog(Frame) - Constructor for class com.sshtools.common.authentication.PasswordAuthenticationDialog
Creates a new PasswordAuthenticationDialog object.
PasswordAuthenticationDialog(Dialog) - Constructor for class com.sshtools.common.authentication.PasswordAuthenticationDialog
Creates a new PasswordAuthenticationDialog object.
PasswordAuthenticationServer - class com.sshtools.daemon.authentication.PasswordAuthenticationServer.
DOCUMENT ME!
PasswordAuthenticationServer() - Constructor for class com.sshtools.daemon.authentication.PasswordAuthenticationServer
 
PasswordChange - class com.sshtools.common.authentication.PasswordChange.
DOCUMENT ME!
PasswordChangeException - exception com.sshtools.daemon.platform.PasswordChangeException.
DOCUMENT ME!
PasswordChangeException() - Constructor for class com.sshtools.daemon.platform.PasswordChangeException
Creates a new PasswordChangeException object.
PasswordChangePrompt - interface com.sshtools.j2ssh.authentication.PasswordChangePrompt.
DOCUMENT ME!
PermissionDeniedException - exception com.sshtools.daemon.platform.PermissionDeniedException.
DOCUMENT ME!
PermissionDeniedException(String) - Constructor for class com.sshtools.daemon.platform.PermissionDeniedException
Creates a new PermissionDeniedException object.
PlatformConfiguration - class com.sshtools.daemon.configuration.PlatformConfiguration.
DOCUMENT ME!
PlatformConfiguration(InputStream) - Constructor for class com.sshtools.daemon.configuration.PlatformConfiguration
Creates a new PlatformConfiguration object.
PreferencesStore - class com.sshtools.common.ui.PreferencesStore.
DOCUMENT ME!
PreferencesStore() - Constructor for class com.sshtools.common.ui.PreferencesStore
 
PrintPreview - class com.sshtools.common.ui.PrintPreview.
DOCUMENT ME!
PrintPreview(Printable, PageFormat) - Constructor for class com.sshtools.common.ui.PrintPreview
Creates a new PrintPreview object.
PropertyUtil - class com.sshtools.common.util.PropertyUtil.
DOCUMENT ME!
PropertyUtil() - Constructor for class com.sshtools.common.util.PropertyUtil
 
PseudoTerminal - interface com.sshtools.j2ssh.session.PseudoTerminal.
DOCUMENT ME!
PseudoTerminalWrapper - class com.sshtools.daemon.session.PseudoTerminalWrapper.
DOCUMENT ME!
PseudoTerminalWrapper(String, int, int, int, int, String) - Constructor for class com.sshtools.daemon.session.PseudoTerminalWrapper
Creates a new PseudoTerminalWrapper object.
PublicKeyAuthenticationClient - class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient.
DOCUMENT ME!
PublicKeyAuthenticationClient() - Constructor for class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
Creates a new PublicKeyAuthenticationClient object.
PublicKeyAuthenticationPrompt - class com.sshtools.common.authentication.PublicKeyAuthenticationPrompt.
DOCUMENT ME!
PublicKeyAuthenticationPrompt(Component) - Constructor for class com.sshtools.common.authentication.PublicKeyAuthenticationPrompt
Creates a new PublicKeyAuthenticationPrompt object.
PublicKeyAuthenticationServer - class com.sshtools.daemon.authentication.PublicKeyAuthenticationServer.
DOCUMENT ME!
PublicKeyAuthenticationServer() - Constructor for class com.sshtools.daemon.authentication.PublicKeyAuthenticationServer
Creates a new PublicKeyAuthenticationServer object.
PublicKeyVerification - interface com.sshtools.daemon.authentication.PublicKeyVerification.
DOCUMENT ME!
pageFormat - Variable in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
pageHeight - Variable in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
pageWidth - Variable in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
paintComponent(Graphics) - Method in class com.sshtools.common.ui.ImagePanel
DOCUMENT ME!
paintIcon(Component, Graphics, int, int) - Method in class com.sshtools.common.ui.ColorIcon
DOCUMENT ME!
paintIcon(Component, Graphics, int, int) - Method in class com.sshtools.common.ui.EmptyIcon
DOCUMENT ME!
panelClass - Variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
parent - Variable in class com.sshtools.ant.SshSubTask
 
parse(byte[], String, AuthorizedKeysFileLoader) - Static method in class com.sshtools.common.automate.AuthorizedKeys
DOCUMENT ME!
parse(byte[]) - Static method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
parse(File) - Static method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
parse(File) - Static method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
parse(byte[]) - Static method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
passphrase - Variable in class com.sshtools.ant.Ssh
 
password - Variable in class com.sshtools.ant.Ssh
 
password - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
password - Variable in class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient
DOCUMENT ME!
peekMessage(int[]) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Get a message from the store without removing or blocking if the message does not exist.
peekMessage(int[], int) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Get a message from the store without removing it; only blocking for the number of milliseconds specified in the timeout field.
peekMessage(int) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Get a message from the store without removing it.
peekMessage(int, int) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Get a message from the store without removing it, only blocking for the number of milliseconds specified in the timeout field.
performClientExchange(String, String, byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.kex.DhGroup1Sha1
DOCUMENT ME!
performClientExchange(String, String, byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
performHashAndSign(SshPublicKey, List, byte[]) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
performKeyExchange(SshKeyExchange) - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
performKeyExchange(SshKeyExchange) - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
performKeyExchange(SshKeyExchange) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
performServerExchange(String, String, byte[], byte[], SshPrivateKey) - Method in class com.sshtools.j2ssh.transport.kex.DhGroup1Sha1
DOCUMENT ME!
performServerExchange(String, String, byte[], byte[], SshPrivateKey) - Method in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
performTasks(SessionChannelClient) - Method in class com.sshtools.ant.Ssh.Shell
 
ping(byte[]) - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Ping the remote side with some random padding data
pk - Variable in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
port - Variable in class com.sshtools.ant.Ssh
 
port - Variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
port - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
port - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
portToBind - Variable in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
portToConnect - Variable in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
positionComponent(int, Component) - Static method in class com.sshtools.common.ui.UIUtil
DOCUMENT ME!
postConnection() - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
prefDecryption - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
prefEncryption - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
prefKex - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
prefPK - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
prefRecvComp - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
prefRecvMac - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
prefSendComp - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
prefSendMac - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
preferenceExists(String) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
previewer - Variable in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
printable - Variable in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
println(String) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
println() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
processChannelData(SshMsgChannelData) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
processChannelData(SshMsgChannelExtendedData) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
processCommand(int, Socket) - Method in class com.sshtools.daemon.SshServer
DOCUMENT ME!
processCommandLine(String[]) - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyGenerator
DOCUMENT ME!
processFocusEvent(FocusEvent) - Method in class com.sshtools.common.ui.NumericTextField
 
processGlobalRequest(String, byte[]) - Method in class com.sshtools.daemon.forwarding.ForwardingServer
DOCUMENT ME!
processGlobalRequest(String, byte[]) - Method in interface com.sshtools.j2ssh.connection.GlobalRequestHandler
DOCUMENT ME!
processHeaderFields(InputStream) - Method in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
processMessages() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
profile - Variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
profile - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
profile - Variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
profile - Variable in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
profile - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
properties - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
proxy - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
proxyHostname - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
proxyPassword - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
proxyPort - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
proxyUsername - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
proxyframe - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
put(String, String) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
put(String, String, boolean) - Method in class com.sshtools.j2ssh.ScpClient
Uploads a local file onto the remote server.
put(String[], String, boolean) - Method in class com.sshtools.j2ssh.ScpClient
Uploads an array of local files onto the remote server.
put(String) - Method in class com.sshtools.j2ssh.SftpClient
Upload a file to the remote computer.
put(String, String) - Method in class com.sshtools.j2ssh.SftpClient
Upload a file to the remote computer.
put(InputStream, String) - Method in class com.sshtools.j2ssh.SftpClient
Upload a file to the remote computer reading from the specified InputStream.
putBigInteger(BigInteger) - Method in class com.sshtools.j2ssh.util.Hash
DOCUMENT ME!
putBoolean(String, boolean) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
putByte(byte) - Method in class com.sshtools.j2ssh.util.Hash
DOCUMENT ME!
putBytes(byte[]) - Method in class com.sshtools.j2ssh.util.Hash
DOCUMENT ME!
putDouble(String, double) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
putInt(String, int) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
putInt(int) - Method in class com.sshtools.j2ssh.util.Hash
DOCUMENT ME!
putRectangle(String, Rectangle) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
putString(String) - Method in class com.sshtools.j2ssh.util.Hash
DOCUMENT ME!
pwd() - Method in class com.sshtools.j2ssh.SftpClient
Returns the absolute path name of the current remote working directory.

Q

quit() - Method in class com.sshtools.j2ssh.SftpClient
Close the SFTP client.

R

READY - Static variable in class com.sshtools.j2ssh.authentication.AuthenticationProtocolState
DOCUMENT ME!
RED - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
RED - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
RED_LED_OFF - Static variable in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
RED_LED_ON - Static variable in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
REMOTE_FORWARDING_CHANNEL - Static variable in interface com.sshtools.j2ssh.forwarding.ForwardingChannel
DOCUMENT ME!
REMOTE_FORWARD_CANCEL_REQUEST - Static variable in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
REMOTE_FORWARD_REQUEST - Static variable in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
REMOVE_AUTHORIZEDKEY - Static variable in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
REMOVE_ICON - Static variable in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
REQUESTING_SERVICE - Static variable in class com.sshtools.j2ssh.transport.Service
Service start mode passed into init method when the service is operating in client mode.
RESERVED - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
RESET - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
RESET_ALL - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
RESTORECURSOR - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
RIGHT - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
RSAKeyInfo - class com.sshtools.j2ssh.openssh.RSAKeyInfo.
DOCUMENT ME!
RSAKeyInfo(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.sshtools.j2ssh.openssh.RSAKeyInfo
Creates a new RSAKeyInfo object.
RSA_PRIVATE_KEY - Static variable in class com.sshtools.j2ssh.openssh.PEM
DOCUMENT ME!
RecordAction - class com.sshtools.common.ui.RecordAction.
DOCUMENT ME!
RecordAction() - Constructor for class com.sshtools.common.ui.RecordAction
Creates a new RecordAction object.
RefreshAction - class com.sshtools.common.ui.RefreshAction.
DOCUMENT ME!
RefreshAction() - Constructor for class com.sshtools.common.ui.RefreshAction
Creates a new RefreshAction object.
RemoteIdentification - class com.sshtools.common.automate.RemoteIdentification.
DOCUMENT ME!
RemoteIdentification(String) - Constructor for class com.sshtools.common.automate.RemoteIdentification
Creates a new RemoteIdentification object.
RemoteIdentificationException - exception com.sshtools.common.automate.RemoteIdentificationException.
DOCUMENT ME!
RemoteIdentificationException(String) - Constructor for class com.sshtools.common.automate.RemoteIdentificationException
Creates a new RemoteIdentificationException object.
RemoteIdentificationFactory - class com.sshtools.common.automate.RemoteIdentificationFactory.
DOCUMENT ME!
RemoteIdentificationFactory() - Constructor for class com.sshtools.common.automate.RemoteIdentificationFactory
 
RemoteIdentificationRule - class com.sshtools.common.automate.RemoteIdentificationRule.
DOCUMENT ME!
RemoteIdentificationRule() - Constructor for class com.sshtools.common.automate.RemoteIdentificationRule
 
ResourceIcon - class com.sshtools.common.ui.ResourceIcon.
DOCUMENT ME!
ResourceIcon(Class, String) - Constructor for class com.sshtools.common.ui.ResourceIcon
Creates a new ResourceIcon object.
ResourceIcon(String) - Constructor for class com.sshtools.common.ui.ResourceIcon
Creates a new ResourceIcon object.
r - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
read() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
read() - Method in class com.sshtools.j2ssh.connection.ChannelInputStream
DOCUMENT ME!
read(byte[], int, int) - Method in class com.sshtools.j2ssh.connection.ChannelInputStream
DOCUMENT ME!
read() - Method in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
read(byte[], int, int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
read(byte[], int, int) - Method in class com.sshtools.j2ssh.sftp.SftpFileInputStream
DOCUMENT ME!
read() - Method in class com.sshtools.j2ssh.sftp.SftpFileInputStream
DOCUMENT ME!
read() - Method in class com.sshtools.j2ssh.subsystem.SubsystemInputStream
DOCUMENT ME!
read() - Method in class com.sshtools.j2ssh.util.Base64.InputStream
 
read(byte[], int, int) - Method in class com.sshtools.j2ssh.util.Base64.InputStream
 
readAuthenticationState() - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
readBigInteger() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
DOCUMENT ME!
readBinaryString() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
DOCUMENT ME!
readDirectory(byte[]) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
readDirectory(byte[]) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
readFile(byte[], UnsignedInteger64, UnsignedInteger32) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
readFile(byte[], UnsignedInteger64, UnsignedInteger32) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
readFile(byte[], UnsignedInteger64, byte[], int, int) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
readInt(byte[], int) - Static method in class com.sshtools.j2ssh.io.ByteArrayReader
DOCUMENT ME!
readInt() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
DOCUMENT ME!
readLine(InputStream) - Method in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
readMessage() - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
readMessage() - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Read a single message from the inputstream and convert into a valid subsystem message
readMessage(int) - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
readMessage(int[]) - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
readMessage(int[]) - Method in interface com.sshtools.j2ssh.transport.TransportProtocol
DOCUMENT ME!
readMessage(int[]) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
readString(byte[], int) - Static method in class com.sshtools.j2ssh.io.ByteArrayReader
DOCUMENT ME!
readString() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
DOCUMENT ME!
readSymbolicLink(String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
readSymbolicLink(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
readUINT32() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
DOCUMENT ME!
readUINT64() - Method in class com.sshtools.j2ssh.io.ByteArrayReader
DOCUMENT ME!
readpos - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
reason - Variable in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
rebuildActionComponents() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
recurseMakeDirectory(String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
refuseConnection() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
refuseSession(Socket) - Method in class com.sshtools.daemon.SshServer
DOCUMENT ME!
registerAction(StandardAction) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
registerActionMenu(SshToolsApplicationPanel.ActionMenu) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
registerMessage(int, Class) - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
registerMessage(int, Class) - Method in class com.sshtools.daemon.subsystem.SubsystemServer
DOCUMENT ME!
registerMessage(Class, int) - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
registerMessage(int, Class) - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
DOCUMENT ME!
registerMessage(int, Class) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Register a message implementation with the store.
registerMessages() - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Register the subsystem messages
registerTransportMessages() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
registerTransportMessages() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
registerTransportMessages() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
registeredMessages - Variable in class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
DOCUMENT ME!
reinstantiate() - Method in class com.sshtools.j2ssh.util.DynamicClassLoader
DOCUMENT ME!
release() - Method in class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
DOCUMENT ME!
reload(InputStream) - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
reload(InputStream) - Method in class com.sshtools.common.mru.MRUList
DOCUMENT ME!
reload(InputStream) - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
reload(InputStream) - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
reload(InputStream) - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
remoteChannelId - Variable in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
remoteClose() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
remotePacketSize - Variable in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
remoteWindow - Variable in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
removeActionListener(ActionListener) - Method in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
removeAdditionalOptionsTab(OptionsTab) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
removeAdditionalOptionsTab(String) - Method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
removeAllowedHost(String) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
removeAllowedHost(String) - Method in class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Removes an allowed host.
removeAuthenticaitonMethod(String) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
removeChangeListener(ChangeListener) - Method in class com.sshtools.common.ui.ColorComboBox
DOCUMENT ME!
removeChannelFactory(String) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
removeDeniedHost(String) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
removeDirectory(String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
removeDirectory(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
removeDirectory(String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
removeFile(String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
removeFile(String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
removeFile(String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
removeForwardingConfigurationListener(ForwardingConfigurationListener) - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
removeIOStreamConnectorListener(IOStreamConnectorListener) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
DOCUMENT ME!
removeKey(SshPublicKey) - Method in class com.sshtools.common.automate.AuthorizedKeys
DOCUMENT ME!
removeKeyStoreListener(KeyStoreListener) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
removeLocalForwarding(String) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
removeLocalForwarding(String) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
removeMessage(SshMessage) - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Removes a message from the message store.
removeMessageStore(SshMessageStore) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
removeReference(Object) - Method in class com.sshtools.j2ssh.agent.SshAgentForwardingListener
DOCUMENT ME!
removeRemoteForwarding(String) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
removeRemoteForwarding(String, int) - Method in class com.sshtools.daemon.forwarding.ForwardingServer
DOCUMENT ME!
removeRemoteForwarding(String) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
removeUpdate(DocumentEvent) - Method in class com.sshtools.common.keygen.KeygenPanel
DOCUMENT ME!
rename(String, String) - Method in class com.sshtools.j2ssh.SftpClient
Rename a file on the remote computer.
rename(String) - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
renameFile(String, String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
renameFile(String, String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
renameFile(String, String) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
requestAgentForwarding() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
requestPseudoTerminal - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
requestPseudoTerminal(String, int, int, int, int, String) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
requestPseudoTerminal(PseudoTerminal) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
requestService(Service) - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
requestX11Forwarding(int, String) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
requiresKeyFiles() - Method in interface com.sshtools.common.automate.AuthorizedKeysFormat
DOCUMENT ME!
requiresKeyFiles() - Method in class com.sshtools.common.automate.OpenSSHAuthorizedKeysFormat
DOCUMENT ME!
requiresKeyFiles() - Method in class com.sshtools.common.automate.SSH2AuthorizedKeysFormat
DOCUMENT ME!
requiresKeyFiles() - Method in class com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat
DOCUMENT ME!
requiresPseudoTerminal() - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
requiresUserVerification() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
reset() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
reset() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
reset() - Method in class com.sshtools.common.ui.OptionsPanel
DOCUMENT ME!
reset() - Method in interface com.sshtools.common.ui.OptionsTab
DOCUMENT ME!
reset() - Method in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
reset() - Method in class com.sshtools.j2ssh.util.Hash
DOCUMENT ME!
resetAttributes() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
resolveFile(String) - Method in class com.sshtools.ant.Sftp
Correct a file path to correspond to the remote host requirements.
restoreCursor() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
restoreTableMetrics(JTable, String, int[]) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
rm(String) - Method in class com.sshtools.j2ssh.SftpClient
Remove a file or directory from the remote computer.
run() - Method in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
run() - Method in class com.sshtools.daemon.subsystem.SubsystemServer
DOCUMENT ME!
run() - Method in class com.sshtools.daemon.terminal.Editline
 
run() - Method in class com.sshtools.daemon.terminal.UserInput
 
run() - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
The connection thread
run() - Method in class com.sshtools.j2ssh.forwarding.ForwardingListener
DOCUMENT ME!
run() - Method in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
run() - Method in class com.sshtools.j2ssh.transport.AsyncService
Implements the asyncronous services message loop.
run() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!

S

SE - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
SECSHPublicKeyFormat - class com.sshtools.j2ssh.transport.publickey.SECSHPublicKeyFormat.
DOCUMENT ME!
SECSHPublicKeyFormat(String, String) - Constructor for class com.sshtools.j2ssh.transport.publickey.SECSHPublicKeyFormat
Creates a new SECSHPublicKeyFormat object.
SECSHPublicKeyFormat() - Constructor for class com.sshtools.j2ssh.transport.publickey.SECSHPublicKeyFormat
Creates a new SECSHPublicKeyFormat object.
SEMICOLON - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
SEND_FILES - Static variable in class com.sshtools.ant.Sftp
 
SERVICE_NOT_AVAILABLE - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
SERVICE_STARTED - Static variable in class com.sshtools.j2ssh.transport.ServiceState
The service has started and can send/recieve messages
SERVICE_STOPPED - Static variable in class com.sshtools.j2ssh.transport.ServiceState
The service has stopped and no messages can be sent or received
SERVICE_UNINITIALIZED - Static variable in class com.sshtools.j2ssh.transport.ServiceState
The service is unitialized
SESSION_CHANNEL - Static variable in class com.sshtools.daemon.session.SessionChannelFactory
DOCUMENT ME!
SESSION_CHANNEL_TYPE - Static variable in class com.sshtools.daemon.session.SessionChannelServer
DOCUMENT ME!
SGR - Static variable in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
SHOW_AVAILABLE - Static variable in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
SOCKS4 - Static variable in class com.sshtools.j2ssh.net.SocksProxySocket
DOCUMENT ME!
SOCKS5 - Static variable in class com.sshtools.j2ssh.net.SocksProxySocket
DOCUMENT ME!
SOFTWARE_VERSION_COMMENTS - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
SSH2AuthorizedKeysFormat - class com.sshtools.common.automate.SSH2AuthorizedKeysFormat.
DOCUMENT ME!
SSH2AuthorizedKeysFormat() - Constructor for class com.sshtools.common.automate.SSH2AuthorizedKeysFormat
 
SSH_AGENT_CONSTRAINT_FORWARDING_PATH - Static variable in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
SSH_AGENT_CONSTRAINT_FORWARDING_STEPS - Static variable in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
SSH_AGENT_CONSTRAINT_NEED_USER_VERIFICATION - Static variable in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
SSH_AGENT_CONSTRAINT_SSH1_COMPAT - Static variable in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
SSH_AGENT_CONSTRAINT_TIMEOUT - Static variable in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
SSH_AGENT_CONSTRAINT_USE_LIMIT - Static variable in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
SSH_EXTENDED_DATA_STDERR - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
DOCUMENT ME!
SSH_FILEXFER_TYPE_DIRECTORY - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
SSH_FILEXFER_TYPE_REGULAR - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
SSH_FILEXFER_TYPE_SPECIAL - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
SSH_FILEXFER_TYPE_SYMLINK - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
SSH_FILEXFER_TYPE_UNKNOWN - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
SSH_FXP_ATTRS - Static variable in class com.sshtools.j2ssh.sftp.SshFxpAttrs
DOCUMENT ME!
SSH_FXP_CLOSE - Static variable in class com.sshtools.j2ssh.sftp.SshFxpClose
DOCUMENT ME!
SSH_FXP_DATA - Static variable in class com.sshtools.j2ssh.sftp.SshFxpData
DOCUMENT ME!
SSH_FXP_FSETSTAT - Static variable in class com.sshtools.j2ssh.sftp.SshFxpFSetStat
DOCUMENT ME!
SSH_FXP_FSTAT - Static variable in class com.sshtools.j2ssh.sftp.SshFxpFStat
DOCUMENT ME!
SSH_FXP_HANDLE - Static variable in class com.sshtools.j2ssh.sftp.SshFxpHandle
DOCUMENT ME!
SSH_FXP_INIT - Static variable in class com.sshtools.j2ssh.sftp.SshFxpInit
DOCUMENT ME!
SSH_FXP_LSTAT - Static variable in class com.sshtools.j2ssh.sftp.SshFxpLStat
DOCUMENT ME!
SSH_FXP_MKDIR - Static variable in class com.sshtools.j2ssh.sftp.SshFxpMkdir
DOCUMENT ME!
SSH_FXP_NAME - Static variable in class com.sshtools.j2ssh.sftp.SshFxpName
DOCUMENT ME!
SSH_FXP_OPEN - Static variable in class com.sshtools.j2ssh.sftp.SshFxpOpen
DOCUMENT ME!
SSH_FXP_OPENDIR - Static variable in class com.sshtools.j2ssh.sftp.SshFxpOpenDir
DOCUMENT ME!
SSH_FXP_READ - Static variable in class com.sshtools.j2ssh.sftp.SshFxpRead
DOCUMENT ME!
SSH_FXP_READDIR - Static variable in class com.sshtools.j2ssh.sftp.SshFxpReadDir
DOCUMENT ME!
SSH_FXP_READLINK - Static variable in class com.sshtools.j2ssh.sftp.SshFxpReadlink
DOCUMENT ME!
SSH_FXP_REALPATH - Static variable in class com.sshtools.j2ssh.sftp.SshFxpRealPath
DOCUMENT ME!
SSH_FXP_REMOVE - Static variable in class com.sshtools.j2ssh.sftp.SshFxpRemove
DOCUMENT ME!
SSH_FXP_RENAME - Static variable in class com.sshtools.j2ssh.sftp.SshFxpRename
DOCUMENT ME!
SSH_FXP_RMDIR - Static variable in class com.sshtools.j2ssh.sftp.SshFxpRmdir
DOCUMENT ME!
SSH_FXP_SETSTAT - Static variable in class com.sshtools.j2ssh.sftp.SshFxpSetStat
DOCUMENT ME!
SSH_FXP_STAT - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStat
DOCUMENT ME!
SSH_FXP_STATUS - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
SSH_FXP_SYMLINK - Static variable in class com.sshtools.j2ssh.sftp.SshFxpSymlink
DOCUMENT ME!
SSH_FXP_VERSION - Static variable in class com.sshtools.j2ssh.sftp.SshFxpVersion
DOCUMENT ME!
SSH_FXP_WRITE - Static variable in class com.sshtools.j2ssh.sftp.SshFxpWrite
DOCUMENT ME!
SSH_MSG_CHANNEL_CLOSE - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelClose
DOCUMENT ME!
SSH_MSG_CHANNEL_DATA - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelData
DOCUMENT ME!
SSH_MSG_CHANNEL_EOF - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelEOF
DOCUMENT ME!
SSH_MSG_CHANNEL_EXTENDED_DATA - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
DOCUMENT ME!
SSH_MSG_CHANNEL_FAILURE - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelFailure
DOCUMENT ME!
SSH_MSG_CHANNEL_OPEN - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelOpen
DOCUMENT ME!
SSH_MSG_CHANNEL_OPEN_CONFIRMATION - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
DOCUMENT ME!
SSH_MSG_CHANNEL_OPEN_FAILURE - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
SSH_MSG_CHANNEL_REQUEST - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelRequest
DOCUMENT ME!
SSH_MSG_CHANNEL_SUCCESS - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelSuccess
DOCUMENT ME!
SSH_MSG_CHANNEL_WINDOW_ADJUST - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust
DOCUMENT ME!
SSH_MSG_DEBUG - Static variable in class com.sshtools.j2ssh.transport.SshMsgDebug
DOCUMENT ME!
SSH_MSG_DISCONNECT - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
SSH_MSG_GLOBAL_REQUEST - Static variable in class com.sshtools.j2ssh.connection.SshMsgGlobalRequest
DOCUMENT ME!
SSH_MSG_IGNORE - Static variable in class com.sshtools.j2ssh.transport.SshMsgIgnore
DOCUMENT ME!
SSH_MSG_KEXDH_INIT - Static variable in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhInit
DOCUMENT ME!
SSH_MSG_KEXDH_REPLY - Static variable in class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
DOCUMENT ME!
SSH_MSG_KEX_INIT - Static variable in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
SSH_MSG_NEWKEYS - Static variable in class com.sshtools.j2ssh.transport.SshMsgNewKeys
DOCUMENT ME!
SSH_MSG_REQUEST_FAILURE - Static variable in class com.sshtools.j2ssh.connection.SshMsgRequestFailure
DOCUMENT ME!
SSH_MSG_REQUEST_SUCCESS - Static variable in class com.sshtools.j2ssh.connection.SshMsgRequestSuccess
DOCUMENT ME!
SSH_MSG_SERVICE_ACCEPT - Static variable in class com.sshtools.j2ssh.transport.SshMsgServiceAccept
DOCUMENT ME!
SSH_MSG_SERVICE_REQUEST - Static variable in class com.sshtools.j2ssh.transport.SshMsgServiceRequest
DOCUMENT ME!
SSH_MSG_UNIMPLEMENTED - Static variable in class com.sshtools.j2ssh.transport.SshMsgUnimplemented
DOCUMENT ME!
SSH_MSG_USERAUTH_BANNER - Static variable in class com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner
DOCUMENT ME!
SSH_MSG_USERAUTH_FAILURE - Static variable in class com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
DOCUMENT ME!
SSH_MSG_USERAUTH_INFO_REQUEST - Static variable in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
DOCUMENT ME!
SSH_MSG_USERAUTH_INFO_RESPONSE - Static variable in class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoResponse
DOCUMENT ME!
SSH_MSG_USERAUTH_PK_OK - Static variable in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK
DOCUMENT ME!
SSH_MSG_USERAUTH_PWD_CHANGEREQ - Static variable in class com.sshtools.j2ssh.authentication.SshMsgUserAuthPwdChangeReq
DOCUMENT ME!
SSH_MSG_USERAUTH_REQUEST - Static variable in class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
DOCUMENT ME!
SSH_MSG_USERAUTH_SUCCESS - Static variable in class com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess
DOCUMENT ME!
SSH_OPEN_ADMINISTRATIVELY_PROHIBITED - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
SSH_OPEN_CONNECT_FAILED - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
SSH_OPEN_RESOURCE_SHORTAGE - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
SSH_OPEN_UNKNOWN_CHANNEL_TYPE - Static variable in class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
DOCUMENT ME!
STARTED - Static variable in class com.sshtools.j2ssh.util.StartStopState
DOCUMENT ME!
START_SHELL - Static variable in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
STATUS_FX_BAD_MESSAGE - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
STATUS_FX_CONNECTION_LOST - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
STATUS_FX_EOF - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
STATUS_FX_FAILURE - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
STATUS_FX_NO_CONNECTION - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
STATUS_FX_NO_SUCH_FILE - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
STATUS_FX_OK - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
STATUS_FX_OP_UNSUPPORTED - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
STATUS_FX_PERMISSION_DENIED - Static variable in class com.sshtools.j2ssh.sftp.SshFxpStatus
DOCUMENT ME!
STOPPED - Static variable in class com.sshtools.j2ssh.util.StartStopState
DOCUMENT ME!
STORECURSOR - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
STYLE - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
SYSTEM_LAF - Static variable in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
S_IFBLK - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IFCHR - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IFDIR - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IFIFO - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IFLNK - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IFMT - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IFREG - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IFSOCK - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IRGRP - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IROTH - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IRUSR - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_ISGID - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_ISUID - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IWGRP - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IWOTH - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IWUSR - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IXGRP - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IXOTH - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
S_IXUSR - Static variable in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
SaveAction - class com.sshtools.common.ui.SaveAction.
DOCUMENT ME!
SaveAction() - Constructor for class com.sshtools.common.ui.SaveAction
Creates a new SaveAction object.
SaveAsAction - class com.sshtools.common.ui.SaveAsAction.
DOCUMENT ME!
SaveAsAction() - Constructor for class com.sshtools.common.ui.SaveAsAction
Creates a new SaveAsAction object.
ScpClient - class com.sshtools.j2ssh.ScpClient.
Implements a Secure Copy (SCP) client.
ScpClient(File, SshClient, boolean) - Constructor for class com.sshtools.j2ssh.ScpClient
Creates an SCP client.
ScreenpartUpdate - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
ServerConfiguration - class com.sshtools.daemon.configuration.ServerConfiguration.
DOCUMENT ME!
ServerConfiguration(InputStream) - Constructor for class com.sshtools.daemon.configuration.ServerConfiguration
Creates a new ServerConfiguration object.
Service - class com.sshtools.j2ssh.transport.Service.
This class implements the transport protocol service.
Service(String) - Constructor for class com.sshtools.j2ssh.transport.Service
Constructs the service.
ServiceState - class com.sshtools.j2ssh.transport.ServiceState.
This class represents the state of a transport protocol service.
ServiceState() - Constructor for class com.sshtools.j2ssh.transport.ServiceState
Constructs the state instance
SessionChannelClient - class com.sshtools.j2ssh.session.SessionChannelClient.
DOCUMENT ME!
SessionChannelClient() - Constructor for class com.sshtools.j2ssh.session.SessionChannelClient
Creates a new SessionChannelClient object.
SessionChannelFactory - class com.sshtools.daemon.session.SessionChannelFactory.
DOCUMENT ME!
SessionChannelFactory() - Constructor for class com.sshtools.daemon.session.SessionChannelFactory
Creates a new SessionChannelFactory object.
SessionChannelServer - class com.sshtools.daemon.session.SessionChannelServer.
DOCUMENT ME!
SessionChannelServer() - Constructor for class com.sshtools.daemon.session.SessionChannelServer
Creates a new SessionChannelServer object.
SessionOutputEcho - interface com.sshtools.j2ssh.session.SessionOutputEcho.
Title:
SessionOutputReader - class com.sshtools.j2ssh.session.SessionOutputReader.
This class provides a utility to read and parse the output a session, providing methods to wait for specific strings such as the prompt or command input requests.
SessionOutputReader(SessionChannelClient) - Constructor for class com.sshtools.j2ssh.session.SessionOutputReader
Contructs the session reader.
Sftp - class com.sshtools.ant.Sftp.
Basic SFTP client.
Sftp() - Constructor for class com.sshtools.ant.Sftp
 
Sftp.Action - class com.sshtools.ant.Sftp.Action.
an action to perform, one of "send", "put", "recv", "get", "del", "delete", "list", "mkdir", "chmod"
Sftp.Action() - Constructor for class com.sshtools.ant.Sftp.Action
 
Sftp.SftpDirectoryScanner - class com.sshtools.ant.Sftp.SftpDirectoryScanner.
 
Sftp.SftpDirectoryScanner(SftpClient) - Constructor for class com.sshtools.ant.Sftp.SftpDirectoryScanner
 
SftpClient - class com.sshtools.j2ssh.SftpClient.
Implements a Secure File Transfer (SFTP) client.
SftpFile - class com.sshtools.j2ssh.sftp.SftpFile.
DOCUMENT ME!
SftpFile(String, FileAttributes) - Constructor for class com.sshtools.j2ssh.sftp.SftpFile
Creates a new SftpFile object.
SftpFile(String) - Constructor for class com.sshtools.j2ssh.sftp.SftpFile
Creates a new SftpFile object.
SftpFileInputStream - class com.sshtools.j2ssh.sftp.SftpFileInputStream.
DOCUMENT ME!
SftpFileInputStream(SftpFile) - Constructor for class com.sshtools.j2ssh.sftp.SftpFileInputStream
Creates a new SftpFileInputStream object.
SftpFileOutputStream - class com.sshtools.j2ssh.sftp.SftpFileOutputStream.
DOCUMENT ME!
SftpFileOutputStream(SftpFile) - Constructor for class com.sshtools.j2ssh.sftp.SftpFileOutputStream
Creates a new SftpFileOutputStream object.
SftpSubsystemClient - class com.sshtools.j2ssh.sftp.SftpSubsystemClient.
DOCUMENT ME!
SftpSubsystemClient() - Constructor for class com.sshtools.j2ssh.sftp.SftpSubsystemClient
Creates a new SftpSubsystemClient object.
SftpSubsystemServer - class com.sshtools.daemon.sftp.SftpSubsystemServer.
DOCUMENT ME!
SftpSubsystemServer() - Constructor for class com.sshtools.daemon.sftp.SftpSubsystemServer
Creates a new SftpSubsystemServer object.
SignalListener - interface com.sshtools.j2ssh.session.SignalListener.
DOCUMENT ME!
SimpleASNReader - class com.sshtools.j2ssh.util.SimpleASNReader.
DOCUMENT ME!
SimpleASNReader(byte[]) - Constructor for class com.sshtools.j2ssh.util.SimpleASNReader
Creates a new SimpleASNReader object.
SimpleASNWriter - class com.sshtools.j2ssh.util.SimpleASNWriter.
DOCUMENT ME!
SimpleASNWriter() - Constructor for class com.sshtools.j2ssh.util.SimpleASNWriter
Creates a new SimpleASNWriter object.
SocketChannel - class com.sshtools.j2ssh.connection.SocketChannel.
DOCUMENT ME!
SocketChannel() - Constructor for class com.sshtools.j2ssh.connection.SocketChannel
 
SocketTransportProvider - class com.sshtools.j2ssh.net.SocketTransportProvider.
DOCUMENT ME!
SocketTransportProvider(String, int) - Constructor for class com.sshtools.j2ssh.net.SocketTransportProvider
Creates a new SocketTransportProvider object.
SocksProxySocket - class com.sshtools.j2ssh.net.SocksProxySocket.
DOCUMENT ME!
Ssh - class com.sshtools.ant.Ssh.
 
Ssh() - Constructor for class com.sshtools.ant.Ssh
 
Ssh.Exec - class com.sshtools.ant.Ssh.Exec.
 
Ssh.Exec() - Constructor for class com.sshtools.ant.Ssh.Exec
 
Ssh.Shell - class com.sshtools.ant.Ssh.Shell.
 
Ssh.Shell() - Constructor for class com.sshtools.ant.Ssh.Shell
 
Ssh.Shell.Read - class com.sshtools.ant.Ssh.Shell.Read.
 
Ssh.Shell.Read() - Constructor for class com.sshtools.ant.Ssh.Shell.Read
 
Ssh.Shell.Write - class com.sshtools.ant.Ssh.Shell.Write.
 
Ssh.Shell.Write() - Constructor for class com.sshtools.ant.Ssh.Shell.Write
 
SshAPIConfiguration - class com.sshtools.common.configuration.SshAPIConfiguration.
DOCUMENT ME!
SshAPIConfiguration(InputStream) - Constructor for class com.sshtools.common.configuration.SshAPIConfiguration
Creates a new SshAPIConfiguration object.
SshAPIConfiguration - class com.sshtools.daemon.configuration.SshAPIConfiguration.
DOCUMENT ME!
SshAPIConfiguration(InputStream) - Constructor for class com.sshtools.daemon.configuration.SshAPIConfiguration
Creates a new SshAPIConfiguration object.
SshAPIConfiguration - interface com.sshtools.j2ssh.configuration.SshAPIConfiguration.
DOCUMENT ME!
SshAgentClient - class com.sshtools.j2ssh.agent.SshAgentClient.
Provides a client connection to the ssh agent.
SshAgentConnection - class com.sshtools.j2ssh.agent.SshAgentConnection.
This class provides a connection using the SSH agent protocol.
SshAgentForwardingListener - class com.sshtools.j2ssh.agent.SshAgentForwardingListener.
DOCUMENT ME!
SshAgentSocketListener - class com.sshtools.j2ssh.agent.SshAgentSocketListener.
DOCUMENT ME!
SshAgentSocketListener(String, KeyStore) - Constructor for class com.sshtools.j2ssh.agent.SshAgentSocketListener
Creates a new SshAgentSocketListener object.
SshAuthenticationClient - class com.sshtools.j2ssh.authentication.SshAuthenticationClient.
DOCUMENT ME!
SshAuthenticationClient() - Constructor for class com.sshtools.j2ssh.authentication.SshAuthenticationClient
 
SshAuthenticationClientFactory - class com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory.
DOCUMENT ME!
SshAuthenticationClientFactory() - Constructor for class com.sshtools.j2ssh.authentication.SshAuthenticationClientFactory
Creates a new SshAuthenticationClientFactory object.
SshAuthenticationPrompt - interface com.sshtools.j2ssh.authentication.SshAuthenticationPrompt.
DOCUMENT ME!
SshAuthenticationServer - class com.sshtools.daemon.authentication.SshAuthenticationServer.
DOCUMENT ME!
SshAuthenticationServer() - Constructor for class com.sshtools.daemon.authentication.SshAuthenticationServer
 
SshAuthenticationServerFactory - class com.sshtools.daemon.authentication.SshAuthenticationServerFactory.
DOCUMENT ME!
SshAuthenticationServerFactory() - Constructor for class com.sshtools.daemon.authentication.SshAuthenticationServerFactory
Creates a new SshAuthenticationServerFactory object.
SshCipher - class com.sshtools.j2ssh.transport.cipher.SshCipher.
DOCUMENT ME!
SshCipher() - Constructor for class com.sshtools.j2ssh.transport.cipher.SshCipher
 
SshCipherFactory - class com.sshtools.j2ssh.transport.cipher.SshCipherFactory.
DOCUMENT ME!
SshCipherFactory() - Constructor for class com.sshtools.j2ssh.transport.cipher.SshCipherFactory
Creates a new SshCipherFactory object.
SshClient - class com.sshtools.j2ssh.SshClient.
Implements an SSH client with methods to connect to a remote server and perform all necersary SSH functions such as SCP, SFTP, executing commands, starting the users shell and perform port forwarding.
SshClient() - Constructor for class com.sshtools.j2ssh.SshClient
Contructs an unitilialized SshClient ready for connecting.
SshCompression - interface com.sshtools.j2ssh.transport.compression.SshCompression.
DOCUMENT ME!
SshCompressionFactory - class com.sshtools.j2ssh.transport.compression.SshCompressionFactory.
DOCUMENT ME!
SshCompressionFactory() - Constructor for class com.sshtools.j2ssh.transport.compression.SshCompressionFactory
Creates a new SshCompressionFactory object.
SshConnectionProperties - class com.sshtools.j2ssh.configuration.SshConnectionProperties.
DOCUMENT ME!
SshConnectionProperties() - Constructor for class com.sshtools.j2ssh.configuration.SshConnectionProperties
Creates a new SshConnectionProperties object.
SshDaemon - class com.sshtools.daemon.SshDaemon.
DOCUMENT ME!
SshDaemon() - Constructor for class com.sshtools.daemon.SshDaemon
 
SshDssKeyPair - class com.sshtools.j2ssh.transport.publickey.dsa.SshDssKeyPair.
DOCUMENT ME!
SshDssKeyPair() - Constructor for class com.sshtools.j2ssh.transport.publickey.dsa.SshDssKeyPair
 
SshDssPublicKey - class com.sshtools.j2ssh.transport.publickey.dsa.SshDssPublicKey.
DOCUMENT ME!
SshDssPublicKey(DSAPublicKey) - Constructor for class com.sshtools.j2ssh.transport.publickey.dsa.SshDssPublicKey
Creates a new SshDssPublicKey object.
SshDssPublicKey(byte[]) - Constructor for class com.sshtools.j2ssh.transport.publickey.dsa.SshDssPublicKey
Creates a new SshDssPublicKey object.
SshException - exception com.sshtools.j2ssh.SshException.
The base exception for all exceptions thrown within the J2SSH application framework.
SshException(String) - Constructor for class com.sshtools.j2ssh.SshException
Constructs an exception.
SshException(Throwable) - Constructor for class com.sshtools.j2ssh.SshException
Constructs an exception.
SshFxpAttrs - class com.sshtools.j2ssh.sftp.SshFxpAttrs.
DOCUMENT ME!
SshFxpAttrs() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpAttrs
Creates a new SshFxpAttrs object.
SshFxpAttrs(UnsignedInteger32, FileAttributes) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpAttrs
Creates a new SshFxpAttrs object.
SshFxpClose - class com.sshtools.j2ssh.sftp.SshFxpClose.
DOCUMENT ME!
SshFxpClose() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpClose
Creates a new SshFxpClose object.
SshFxpClose(UnsignedInteger32, byte[]) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpClose
Creates a new SshFxpClose object.
SshFxpData - class com.sshtools.j2ssh.sftp.SshFxpData.
DOCUMENT ME!
SshFxpData(UnsignedInteger32, byte[]) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpData
Creates a new SshFxpData object.
SshFxpData() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpData
Creates a new SshFxpData object.
SshFxpFSetStat - class com.sshtools.j2ssh.sftp.SshFxpFSetStat.
DOCUMENT ME!
SshFxpFSetStat() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpFSetStat
Creates a new SshFxpFSetStat object.
SshFxpFSetStat(UnsignedInteger32, byte[], FileAttributes) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpFSetStat
Creates a new SshFxpFSetStat object.
SshFxpFStat - class com.sshtools.j2ssh.sftp.SshFxpFStat.
DOCUMENT ME!
SshFxpFStat() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpFStat
Creates a new SshFxpFStat object.
SshFxpFStat(UnsignedInteger32, byte[]) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpFStat
Creates a new SshFxpFStat object.
SshFxpHandle - class com.sshtools.j2ssh.sftp.SshFxpHandle.
DOCUMENT ME!
SshFxpHandle(UnsignedInteger32, byte[]) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpHandle
Creates a new SshFxpHandle object.
SshFxpHandle() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpHandle
Creates a new SshFxpHandle object.
SshFxpInit - class com.sshtools.j2ssh.sftp.SshFxpInit.
DOCUMENT ME!
SshFxpInit() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpInit
Creates a new SshFxpInit object.
SshFxpInit(UnsignedInteger32, Map) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpInit
Creates a new SshFxpInit object.
SshFxpLStat - class com.sshtools.j2ssh.sftp.SshFxpLStat.
DOCUMENT ME!
SshFxpLStat() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpLStat
Creates a new SshFxpLStat object.
SshFxpLStat(UnsignedInteger32, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpLStat
Creates a new SshFxpLStat object.
SshFxpMkdir - class com.sshtools.j2ssh.sftp.SshFxpMkdir.
DOCUMENT ME!
SshFxpMkdir() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpMkdir
Creates a new SshFxpMkdir object.
SshFxpMkdir(UnsignedInteger32, String, FileAttributes) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpMkdir
Creates a new SshFxpMkdir object.
SshFxpName - class com.sshtools.j2ssh.sftp.SshFxpName.
DOCUMENT ME!
SshFxpName(UnsignedInteger32, SftpFile[]) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpName
Creates a new SshFxpName object.
SshFxpName() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpName
Creates a new SshFxpName object.
SshFxpOpen - class com.sshtools.j2ssh.sftp.SshFxpOpen.
DOCUMENT ME!
SshFxpOpen(UnsignedInteger32, String, UnsignedInteger32, FileAttributes) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpOpen
 
SshFxpOpen() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpOpen
Creates a new SshFxpOpen object.
SshFxpOpenDir - class com.sshtools.j2ssh.sftp.SshFxpOpenDir.
DOCUMENT ME!
SshFxpOpenDir() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpOpenDir
Creates a new SshFxpOpenDir object.
SshFxpOpenDir(UnsignedInteger32, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpOpenDir
Creates a new SshFxpOpenDir object.
SshFxpRead - class com.sshtools.j2ssh.sftp.SshFxpRead.
DOCUMENT ME!
SshFxpRead(UnsignedInteger32, byte[], UnsignedInteger64, UnsignedInteger32) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRead
Creates a new SshFxpRead object.
SshFxpRead() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRead
Creates a new SshFxpRead object.
SshFxpReadDir - class com.sshtools.j2ssh.sftp.SshFxpReadDir.
DOCUMENT ME!
SshFxpReadDir() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpReadDir
Creates a new SshFxpReadDir object.
SshFxpReadDir(UnsignedInteger32, byte[]) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpReadDir
Creates a new SshFxpReadDir object.
SshFxpReadlink - class com.sshtools.j2ssh.sftp.SshFxpReadlink.
DOCUMENT ME!
SshFxpReadlink(UnsignedInteger32, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpReadlink
Creates a new SshFxpReadlink object.
SshFxpReadlink() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpReadlink
Creates a new SshFxpReadlink object.
SshFxpRealPath - class com.sshtools.j2ssh.sftp.SshFxpRealPath.
DOCUMENT ME!
SshFxpRealPath() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRealPath
Creates a new SshFxpRealPath object.
SshFxpRealPath(UnsignedInteger32, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRealPath
Creates a new SshFxpRealPath object.
SshFxpRemove - class com.sshtools.j2ssh.sftp.SshFxpRemove.
DOCUMENT ME!
SshFxpRemove() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRemove
Creates a new SshFxpRemove object.
SshFxpRemove(UnsignedInteger32, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRemove
Creates a new SshFxpRemove object.
SshFxpRename - class com.sshtools.j2ssh.sftp.SshFxpRename.
DOCUMENT ME!
SshFxpRename() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRename
Creates a new SshFxpRename object.
SshFxpRename(UnsignedInteger32, String, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRename
Creates a new SshFxpRename object.
SshFxpRmdir - class com.sshtools.j2ssh.sftp.SshFxpRmdir.
DOCUMENT ME!
SshFxpRmdir() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRmdir
Creates a new SshFxpRmdir object.
SshFxpRmdir(UnsignedInteger32, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpRmdir
Creates a new SshFxpRmdir object.
SshFxpSetStat - class com.sshtools.j2ssh.sftp.SshFxpSetStat.
DOCUMENT ME!
SshFxpSetStat() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpSetStat
Creates a new SshFxpSetStat object.
SshFxpSetStat(UnsignedInteger32, String, FileAttributes) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpSetStat
Creates a new SshFxpSetStat object.
SshFxpStat - class com.sshtools.j2ssh.sftp.SshFxpStat.
DOCUMENT ME!
SshFxpStat() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpStat
Creates a new SshFxpStat object.
SshFxpStat(UnsignedInteger32, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpStat
Creates a new SshFxpStat object.
SshFxpStatus - class com.sshtools.j2ssh.sftp.SshFxpStatus.
DOCUMENT ME!
SshFxpStatus(UnsignedInteger32, UnsignedInteger32, String, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpStatus
Creates a new SshFxpStatus object.
SshFxpStatus() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpStatus
Creates a new SshFxpStatus object.
SshFxpSymlink - class com.sshtools.j2ssh.sftp.SshFxpSymlink.
DOCUMENT ME!
SshFxpSymlink() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpSymlink
Creates a new SshFxpSymlink object.
SshFxpSymlink(UnsignedInteger32, String, String) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpSymlink
Creates a new SshFxpSymlink object.
SshFxpVersion - class com.sshtools.j2ssh.sftp.SshFxpVersion.
DOCUMENT ME!
SshFxpVersion() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpVersion
Creates a new SshFxpVersion object.
SshFxpVersion(UnsignedInteger32, Map) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpVersion
Creates a new SshFxpVersion object.
SshFxpWrite - class com.sshtools.j2ssh.sftp.SshFxpWrite.
DOCUMENT ME!
SshFxpWrite() - Constructor for class com.sshtools.j2ssh.sftp.SshFxpWrite
Creates a new SshFxpWrite object.
SshFxpWrite(UnsignedInteger32, byte[], UnsignedInteger64, byte[], int, int) - Constructor for class com.sshtools.j2ssh.sftp.SshFxpWrite
Creates a new SshFxpWrite object.
SshHmac - interface com.sshtools.j2ssh.transport.hmac.SshHmac.
DOCUMENT ME!
SshHmacFactory - class com.sshtools.j2ssh.transport.hmac.SshHmacFactory.
DOCUMENT ME!
SshHmacFactory() - Constructor for class com.sshtools.j2ssh.transport.hmac.SshHmacFactory
Creates a new SshHmacFactory object.
SshKeyExchange - class com.sshtools.j2ssh.transport.kex.SshKeyExchange.
DOCUMENT ME!
SshKeyExchange() - Constructor for class com.sshtools.j2ssh.transport.kex.SshKeyExchange
Creates a new SshKeyExchange object.
SshKeyExchangeFactory - class com.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory.
DOCUMENT ME!
SshKeyExchangeFactory() - Constructor for class com.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory
Creates a new SshKeyExchangeFactory object.
SshKeyFormatConversion - interface com.sshtools.j2ssh.transport.publickey.SshKeyFormatConversion.
DOCUMENT ME!
SshKeyGenerator - class com.sshtools.j2ssh.transport.publickey.SshKeyGenerator.
 
SshKeyGenerator() - Constructor for class com.sshtools.j2ssh.transport.publickey.SshKeyGenerator
Creates a new SshKeyGenerator object.
SshKeyPair - class com.sshtools.j2ssh.transport.publickey.SshKeyPair.
DOCUMENT ME!
SshKeyPair() - Constructor for class com.sshtools.j2ssh.transport.publickey.SshKeyPair
Creates a new SshKeyPair object.
SshKeyPairFactory - class com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory.
DOCUMENT ME!
SshKeyPairFactory() - Constructor for class com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
Creates a new SshKeyPairFactory object.
SshMessage - class com.sshtools.j2ssh.transport.SshMessage.
This class implements the payload portion each message sent by the transport protocol.
SshMessage(int) - Constructor for class com.sshtools.j2ssh.transport.SshMessage
Contructs the message.
SshMessageStore - class com.sshtools.j2ssh.transport.SshMessageStore.
This class implements a message store that can be used to provide a blocking mechanism for transport protocol messages.
SshMessageStore() - Constructor for class com.sshtools.j2ssh.transport.SshMessageStore
Contructs the message store.
SshMsgChannelClose - class com.sshtools.j2ssh.connection.SshMsgChannelClose.
DOCUMENT ME!
SshMsgChannelClose(long) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelClose
Creates a new SshMsgChannelClose object.
SshMsgChannelClose() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelClose
Creates a new SshMsgChannelClose object.
SshMsgChannelData - class com.sshtools.j2ssh.connection.SshMsgChannelData.
DOCUMENT ME!
SshMsgChannelData(long, byte[]) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelData
Creates a new SshMsgChannelData object.
SshMsgChannelData() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelData
Creates a new SshMsgChannelData object.
SshMsgChannelEOF - class com.sshtools.j2ssh.connection.SshMsgChannelEOF.
DOCUMENT ME!
SshMsgChannelEOF(long) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelEOF
Creates a new SshMsgChannelEOF object.
SshMsgChannelEOF() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelEOF
Creates a new SshMsgChannelEOF object.
SshMsgChannelExtendedData - class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData.
DOCUMENT ME!
SshMsgChannelExtendedData(long, int, byte[]) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
Creates a new SshMsgChannelExtendedData object.
SshMsgChannelExtendedData() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
Creates a new SshMsgChannelExtendedData object.
SshMsgChannelFailure - class com.sshtools.j2ssh.connection.SshMsgChannelFailure.
DOCUMENT ME!
SshMsgChannelFailure(long) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelFailure
Creates a new SshMsgChannelFailure object.
SshMsgChannelFailure() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelFailure
Creates a new SshMsgChannelFailure object.
SshMsgChannelOpen - class com.sshtools.j2ssh.connection.SshMsgChannelOpen.
DOCUMENT ME!
SshMsgChannelOpen(String, long, long, long, byte[]) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelOpen
Creates a new SshMsgChannelOpen object.
SshMsgChannelOpen() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelOpen
Creates a new SshMsgChannelOpen object.
SshMsgChannelOpenConfirmation - class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation.
DOCUMENT ME!
SshMsgChannelOpenConfirmation(long, long, long, long, byte[]) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
Creates a new SshMsgChannelOpenConfirmation object.
SshMsgChannelOpenConfirmation() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
Creates a new SshMsgChannelOpenConfirmation object.
SshMsgChannelOpenFailure - class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure.
DOCUMENT ME!
SshMsgChannelOpenFailure(long, long, String, String) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
Creates a new SshMsgChannelOpenFailure object.
SshMsgChannelOpenFailure() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
Creates a new SshMsgChannelOpenFailure object.
SshMsgChannelRequest - class com.sshtools.j2ssh.connection.SshMsgChannelRequest.
DOCUMENT ME!
SshMsgChannelRequest(long, String, boolean, byte[]) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelRequest
Creates a new SshMsgChannelRequest object.
SshMsgChannelRequest() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelRequest
Creates a new SshMsgChannelRequest object.
SshMsgChannelSuccess - class com.sshtools.j2ssh.connection.SshMsgChannelSuccess.
DOCUMENT ME!
SshMsgChannelSuccess(long) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelSuccess
Creates a new SshMsgChannelSuccess object.
SshMsgChannelSuccess() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelSuccess
Creates a new SshMsgChannelSuccess object.
SshMsgChannelWindowAdjust - class com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust.
DOCUMENT ME!
SshMsgChannelWindowAdjust(long, long) - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust
Creates a new SshMsgChannelWindowAdjust object.
SshMsgChannelWindowAdjust() - Constructor for class com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust
Creates a new SshMsgChannelWindowAdjust object.
SshMsgDebug - class com.sshtools.j2ssh.transport.SshMsgDebug.
DOCUMENT ME!
SshMsgDebug(boolean, String, String) - Constructor for class com.sshtools.j2ssh.transport.SshMsgDebug
Creates a new SshMsgDebug object.
SshMsgDebug() - Constructor for class com.sshtools.j2ssh.transport.SshMsgDebug
Creates a new SshMsgDebug object.
SshMsgDisconnect - class com.sshtools.j2ssh.transport.SshMsgDisconnect.
DOCUMENT ME!
SshMsgDisconnect(int, String, String) - Constructor for class com.sshtools.j2ssh.transport.SshMsgDisconnect
Creates a new SshMsgDisconnect object.
SshMsgDisconnect() - Constructor for class com.sshtools.j2ssh.transport.SshMsgDisconnect
Creates a new SshMsgDisconnect object.
SshMsgGlobalRequest - class com.sshtools.j2ssh.connection.SshMsgGlobalRequest.
DOCUMENT ME!
SshMsgGlobalRequest(String, boolean, byte[]) - Constructor for class com.sshtools.j2ssh.connection.SshMsgGlobalRequest
Creates a new SshMsgGlobalRequest object.
SshMsgGlobalRequest() - Constructor for class com.sshtools.j2ssh.connection.SshMsgGlobalRequest
Creates a new SshMsgGlobalRequest object.
SshMsgIgnore - class com.sshtools.j2ssh.transport.SshMsgIgnore.
DOCUMENT ME!
SshMsgIgnore(String) - Constructor for class com.sshtools.j2ssh.transport.SshMsgIgnore
Creates a new SshMsgIgnore object.
SshMsgIgnore() - Constructor for class com.sshtools.j2ssh.transport.SshMsgIgnore
Creates a new SshMsgIgnore object.
SshMsgKexDhInit - class com.sshtools.j2ssh.transport.kex.SshMsgKexDhInit.
DOCUMENT ME!
SshMsgKexDhInit(BigInteger) - Constructor for class com.sshtools.j2ssh.transport.kex.SshMsgKexDhInit
Creates a new SshMsgKexDhInit object.
SshMsgKexDhInit() - Constructor for class com.sshtools.j2ssh.transport.kex.SshMsgKexDhInit
Creates a new SshMsgKexDhInit object.
SshMsgKexDhReply - class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply.
DOCUMENT ME!
SshMsgKexDhReply(byte[], BigInteger, byte[]) - Constructor for class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
Creates a new SshMsgKexDhReply object.
SshMsgKexDhReply() - Constructor for class com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
Creates a new SshMsgKexDhReply object.
SshMsgKexInit - class com.sshtools.j2ssh.transport.SshMsgKexInit.
DOCUMENT ME!
SshMsgKexInit() - Constructor for class com.sshtools.j2ssh.transport.SshMsgKexInit
Creates a new SshMsgKexInit object.
SshMsgKexInit(SshConnectionProperties) - Constructor for class com.sshtools.j2ssh.transport.SshMsgKexInit
Creates a new SshMsgKexInit object.
SshMsgNewKeys - class com.sshtools.j2ssh.transport.SshMsgNewKeys.
DOCUMENT ME!
SshMsgNewKeys() - Constructor for class com.sshtools.j2ssh.transport.SshMsgNewKeys
Creates a new SshMsgNewKeys object.
SshMsgRequestFailure - class com.sshtools.j2ssh.connection.SshMsgRequestFailure.
DOCUMENT ME!
SshMsgRequestFailure() - Constructor for class com.sshtools.j2ssh.connection.SshMsgRequestFailure
Creates a new SshMsgRequestFailure object.
SshMsgRequestSuccess - class com.sshtools.j2ssh.connection.SshMsgRequestSuccess.
DOCUMENT ME!
SshMsgRequestSuccess(byte[]) - Constructor for class com.sshtools.j2ssh.connection.SshMsgRequestSuccess
Creates a new SshMsgRequestSuccess object.
SshMsgRequestSuccess() - Constructor for class com.sshtools.j2ssh.connection.SshMsgRequestSuccess
Creates a new SshMsgRequestSuccess object.
SshMsgServiceAccept - class com.sshtools.j2ssh.transport.SshMsgServiceAccept.
DOCUMENT ME!
SshMsgServiceAccept(String) - Constructor for class com.sshtools.j2ssh.transport.SshMsgServiceAccept
Creates a new SshMsgServiceAccept object.
SshMsgServiceAccept() - Constructor for class com.sshtools.j2ssh.transport.SshMsgServiceAccept
Creates a new SshMsgServiceAccept object.
SshMsgServiceRequest - class com.sshtools.j2ssh.transport.SshMsgServiceRequest.
DOCUMENT ME!
SshMsgServiceRequest(String) - Constructor for class com.sshtools.j2ssh.transport.SshMsgServiceRequest
Creates a new SshMsgServiceRequest object.
SshMsgServiceRequest() - Constructor for class com.sshtools.j2ssh.transport.SshMsgServiceRequest
Creates a new SshMsgServiceRequest object.
SshMsgUnimplemented - class com.sshtools.j2ssh.transport.SshMsgUnimplemented.
DOCUMENT ME!
SshMsgUnimplemented(long) - Constructor for class com.sshtools.j2ssh.transport.SshMsgUnimplemented
Creates a new SshMsgUnimplemented object.
SshMsgUnimplemented() - Constructor for class com.sshtools.j2ssh.transport.SshMsgUnimplemented
Creates a new SshMsgUnimplemented object.
SshMsgUserAuthBanner - class com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner.
DOCUMENT ME!
SshMsgUserAuthBanner() - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner
Creates a new SshMsgUserAuthBanner object.
SshMsgUserAuthBanner(String) - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner
Creates a new SshMsgUserAuthBanner object.
SshMsgUserAuthFailure - class com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure.
DOCUMENT ME!
SshMsgUserAuthFailure() - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
Creates a new SshMsgUserAuthFailure object.
SshMsgUserAuthFailure(String, boolean) - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
Creates a new SshMsgUserAuthFailure object.
SshMsgUserAuthInfoRequest - class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest.
DOCUMENT ME!
SshMsgUserAuthInfoRequest() - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
Creates a new SshMsgUserAuthInfoRequest object.
SshMsgUserAuthInfoRequest(String, String, String) - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest
Creates a new SshMsgUserAuthInfoRequest object.
SshMsgUserAuthInfoResponse - class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoResponse.
DOCUMENT ME!
SshMsgUserAuthInfoResponse() - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoResponse
Creates a new SshMsgUserAuthInfoResponse object.
SshMsgUserAuthInfoResponse(KBIPrompt[]) - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoResponse
Creates a new SshMsgUserAuthInfoResponse object.
SshMsgUserAuthPKOK - class com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK.
DOCUMENT ME!
SshMsgUserAuthPKOK() - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK
Creates a new SshMsgUserAuthPKOK object.
SshMsgUserAuthPKOK(boolean, String, byte[]) - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK
Creates a new SshMsgUserAuthPKOK object.
SshMsgUserAuthPwdChangeReq - class com.sshtools.j2ssh.authentication.SshMsgUserAuthPwdChangeReq.
DOCUMENT ME!
SshMsgUserAuthPwdChangeReq() - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthPwdChangeReq
Creates a new SshMsgUserAuthPwdChangeReq object.
SshMsgUserAuthPwdChangeReq(String, String) - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthPwdChangeReq
Creates a new SshMsgUserAuthPwdChangeReq object.
SshMsgUserAuthRequest - class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest.
DOCUMENT ME!
SshMsgUserAuthRequest() - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
Creates a new SshMsgUserAuthRequest object.
SshMsgUserAuthRequest(String, String, String, byte[]) - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
Creates a new SshMsgUserAuthRequest object.
SshMsgUserAuthSuccess - class com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess.
DOCUMENT ME!
SshMsgUserAuthSuccess() - Constructor for class com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess
Creates a new SshMsgUserAuthSuccess object.
SshPrivateKey - class com.sshtools.j2ssh.transport.publickey.SshPrivateKey.
DOCUMENT ME!
SshPrivateKey() - Constructor for class com.sshtools.j2ssh.transport.publickey.SshPrivateKey
Creates a new SshPrivateKey object.
SshPrivateKeyFile - class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile.
DOCUMENT ME!
SshPrivateKeyFile(byte[], SshPrivateKeyFormat) - Constructor for class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
Creates a new SshPrivateKeyFile object.
SshPrivateKeyFormat - interface com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat.
DOCUMENT ME!
SshPrivateKeyFormatFactory - class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormatFactory.
DOCUMENT ME!
SshPrivateKeyFormatFactory() - Constructor for class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormatFactory
 
SshPublicKey - class com.sshtools.j2ssh.transport.publickey.SshPublicKey.
DOCUMENT ME!
SshPublicKey() - Constructor for class com.sshtools.j2ssh.transport.publickey.SshPublicKey
 
SshPublicKeyFile - class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile.
DOCUMENT ME!
SshPublicKeyFile(byte[], SshPublicKeyFormat) - Constructor for class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
Creates a new SshPublicKeyFile object.
SshPublicKeyFormat - interface com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat.
DOCUMENT ME!
SshPublicKeyFormatFactory - class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormatFactory.
DOCUMENT ME!
SshPublicKeyFormatFactory() - Constructor for class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormatFactory
 
SshRsaKeyPair - class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaKeyPair.
DOCUMENT ME!
SshRsaKeyPair() - Constructor for class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaKeyPair
Creates a new SshRsaKeyPair object.
SshRsaPrivateKey - class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey.
DOCUMENT ME!
SshRsaPrivateKey(RSAPrivateKey, RSAPublicKey) - Constructor for class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
Creates a new SshRsaPrivateKey object.
SshRsaPrivateKey(byte[]) - Constructor for class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
Creates a new SshRsaPrivateKey object.
SshRsaPublicKey - class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPublicKey.
DOCUMENT ME!
SshRsaPublicKey(RSAPublicKey) - Constructor for class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPublicKey
Creates a new SshRsaPublicKey object.
SshRsaPublicKey(byte[]) - Constructor for class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPublicKey
Creates a new SshRsaPublicKey object.
SshRuntimeException - exception com.sshtools.j2ssh.SshRuntimeException.
Runtime exception's thrown by the J2SSH application framework.
SshRuntimeException(String) - Constructor for class com.sshtools.j2ssh.SshRuntimeException
Constructs a runtime exception.
SshServer - class com.sshtools.daemon.SshServer.
DOCUMENT ME!
SshServer() - Constructor for class com.sshtools.daemon.SshServer
Creates a new SshServer object.
SshSubTask - class com.sshtools.ant.SshSubTask.
 
SshSubTask() - Constructor for class com.sshtools.ant.SshSubTask
 
SshThread - class com.sshtools.j2ssh.SshThread.
Enables the J2SSH application framework to execute threads in the context of a given session.
SshThread(Runnable, String, boolean) - Constructor for class com.sshtools.j2ssh.SshThread
Constructs an SshThread.
SshToolsApplication - class com.sshtools.common.ui.SshToolsApplication.
DOCUMENT ME!
SshToolsApplication(Class, Class) - Constructor for class com.sshtools.common.ui.SshToolsApplication
Creates a new SshToolsApplication object.
SshToolsApplicationApplet - class com.sshtools.common.ui.SshToolsApplicationApplet.
DOCUMENT ME!
SshToolsApplicationApplet() - Constructor for class com.sshtools.common.ui.SshToolsApplicationApplet
 
SshToolsApplicationApplet.SshToolsApplicationAppletContainer - class com.sshtools.common.ui.SshToolsApplicationApplet.SshToolsApplicationAppletContainer.
 
SshToolsApplicationApplet.SshToolsApplicationAppletContainer() - Constructor for class com.sshtools.common.ui.SshToolsApplicationApplet.SshToolsApplicationAppletContainer
 
SshToolsApplicationClientApplet - class com.sshtools.common.ui.SshToolsApplicationClientApplet.
DOCUMENT ME!
SshToolsApplicationClientApplet() - Constructor for class com.sshtools.common.ui.SshToolsApplicationClientApplet
 
SshToolsApplicationClientPanel - class com.sshtools.common.ui.SshToolsApplicationClientPanel.
DOCUMENT ME!
SshToolsApplicationClientPanel() - Constructor for class com.sshtools.common.ui.SshToolsApplicationClientPanel
Creates a new SshToolsApplicationClientPanel object.
SshToolsApplicationClientPanel(LayoutManager) - Constructor for class com.sshtools.common.ui.SshToolsApplicationClientPanel
Creates a new SshToolsApplicationClientPanel object.
SshToolsApplicationClientPanel.ActionMenu - class com.sshtools.common.ui.SshToolsApplicationClientPanel.ActionMenu.
 
SshToolsApplicationClientPanel.ActionMenu(String, String, int, int) - Constructor for class com.sshtools.common.ui.SshToolsApplicationClientPanel.ActionMenu
 
SshToolsApplicationContainer - interface com.sshtools.common.ui.SshToolsApplicationContainer.
DOCUMENT ME!
SshToolsApplicationException - exception com.sshtools.common.ui.SshToolsApplicationException.
DOCUMENT ME!
SshToolsApplicationException() - Constructor for class com.sshtools.common.ui.SshToolsApplicationException
Creates a new SshToolsApplicationException object.
SshToolsApplicationException(String) - Constructor for class com.sshtools.common.ui.SshToolsApplicationException
Creates a new SshToolsApplicationException object.
SshToolsApplicationException(Throwable) - Constructor for class com.sshtools.common.ui.SshToolsApplicationException
Creates a new SshToolsApplicationException object.
SshToolsApplicationException(String, Throwable) - Constructor for class com.sshtools.common.ui.SshToolsApplicationException
Creates a new SshToolsApplicationException object.
SshToolsApplicationFrame - class com.sshtools.common.ui.SshToolsApplicationFrame.
DOCUMENT ME!
SshToolsApplicationFrame() - Constructor for class com.sshtools.common.ui.SshToolsApplicationFrame
 
SshToolsApplicationPanel - class com.sshtools.common.ui.SshToolsApplicationPanel.
DOCUMENT ME!
SshToolsApplicationPanel() - Constructor for class com.sshtools.common.ui.SshToolsApplicationPanel
Creates a new SshToolsApplicationPanel object.
SshToolsApplicationPanel(LayoutManager) - Constructor for class com.sshtools.common.ui.SshToolsApplicationPanel
Creates a new SshToolsApplicationPanel object.
SshToolsApplicationPanel.ActionMenu - class com.sshtools.common.ui.SshToolsApplicationPanel.ActionMenu.
 
SshToolsApplicationPanel.ActionMenu(String, String, int, int) - Constructor for class com.sshtools.common.ui.SshToolsApplicationPanel.ActionMenu
 
SshToolsConnectionCommandTab - class com.sshtools.common.ui.SshToolsConnectionCommandTab.
DOCUMENT ME!
SshToolsConnectionCommandTab() - Constructor for class com.sshtools.common.ui.SshToolsConnectionCommandTab
Creates a new SshToolsConnectionCommandTab object.
SshToolsConnectionHostTab - class com.sshtools.common.ui.SshToolsConnectionHostTab.
DOCUMENT ME!
SshToolsConnectionHostTab() - Constructor for class com.sshtools.common.ui.SshToolsConnectionHostTab
Creates a new SshToolsConnectionHostTab object.
SshToolsConnectionPanel - class com.sshtools.common.ui.SshToolsConnectionPanel.
DOCUMENT ME!
SshToolsConnectionPanel() - Constructor for class com.sshtools.common.ui.SshToolsConnectionPanel
Creates a new SshToolsConnectionPanel object.
SshToolsConnectionProfile - class com.sshtools.common.configuration.SshToolsConnectionProfile.
DOCUMENT ME!
SshToolsConnectionProfile() - Constructor for class com.sshtools.common.configuration.SshToolsConnectionProfile
Creates a new SshToolsConnectionProfile object.
SshToolsConnectionProtocolTab - class com.sshtools.common.ui.SshToolsConnectionProtocolTab.
DOCUMENT ME!
SshToolsConnectionProtocolTab() - Constructor for class com.sshtools.common.ui.SshToolsConnectionProtocolTab
Creates a new SshToolsConnectionProtocolTab object.
SshToolsConnectionProxyTab - class com.sshtools.common.ui.SshToolsConnectionProxyTab.
DOCUMENT ME!
SshToolsConnectionProxyTab() - Constructor for class com.sshtools.common.ui.SshToolsConnectionProxyTab
Creates a new SshToolsConnectionProxyTab object.
SshToolsConnectionTab - interface com.sshtools.common.ui.SshToolsConnectionTab.
DOCUMENT ME!
SshtoolsAuthorizedKeysFormat - class com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat.
DOCUMENT ME!
SshtoolsAuthorizedKeysFormat() - Constructor for class com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat
 
SshtoolsPrivateKeyFormat - class com.sshtools.j2ssh.transport.publickey.SshtoolsPrivateKeyFormat.
DOCUMENT ME!
SshtoolsPrivateKeyFormat(String, String) - Constructor for class com.sshtools.j2ssh.transport.publickey.SshtoolsPrivateKeyFormat
Creates a new SshtoolsPrivateKeyFormat object.
SshtoolsPrivateKeyFormat() - Constructor for class com.sshtools.j2ssh.transport.publickey.SshtoolsPrivateKeyFormat
Creates a new SshtoolsPrivateKeyFormat object.
StandardAction - class com.sshtools.common.ui.StandardAction.
DOCUMENT ME!
StandardAction() - Constructor for class com.sshtools.common.ui.StandardAction
 
StartStopState - class com.sshtools.j2ssh.util.StartStopState.
DOCUMENT ME!
StartStopState(int) - Constructor for class com.sshtools.j2ssh.util.StartStopState
Creates a new StartStopState object.
State - class com.sshtools.j2ssh.util.State.
DOCUMENT ME!
State(int) - Constructor for class com.sshtools.j2ssh.util.State
Creates a new State object.
StatusBar - class com.sshtools.common.ui.StatusBar.
DOCUMENT ME!
StatusBar() - Constructor for class com.sshtools.common.ui.StatusBar
Creates a new StatusBar object.
StopAction - class com.sshtools.common.ui.StopAction.
DOCUMENT ME!
StopAction() - Constructor for class com.sshtools.common.ui.StopAction
Creates a new StopAction object.
SubsystemClient - class com.sshtools.j2ssh.subsystem.SubsystemClient.
DOCUMENT ME!
SubsystemClient(String) - Constructor for class com.sshtools.j2ssh.subsystem.SubsystemClient
Creates a new SubsystemClient object.
SubsystemClient(String, SubsystemMessageStore) - Constructor for class com.sshtools.j2ssh.subsystem.SubsystemClient
Creates a new SubsystemClient object.
SubsystemInputStream - class com.sshtools.j2ssh.subsystem.SubsystemInputStream.
DOCUMENT ME!
SubsystemInputStream(SubsystemMessageStore) - Constructor for class com.sshtools.j2ssh.subsystem.SubsystemInputStream
Creates a new SubsystemInputStream object.
SubsystemMessage - class com.sshtools.j2ssh.subsystem.SubsystemMessage.
DOCUMENT ME!
SubsystemMessage(int) - Constructor for class com.sshtools.j2ssh.subsystem.SubsystemMessage
Creates a new SubsystemMessage object.
SubsystemMessageStore - class com.sshtools.j2ssh.subsystem.SubsystemMessageStore.
DOCUMENT ME!
SubsystemMessageStore() - Constructor for class com.sshtools.j2ssh.subsystem.SubsystemMessageStore
Creates a new SubsystemMessageStore object.
SubsystemOutputStream - class com.sshtools.j2ssh.subsystem.SubsystemOutputStream.
DOCUMENT ME!
SubsystemOutputStream(SubsystemMessageStore) - Constructor for class com.sshtools.j2ssh.subsystem.SubsystemOutputStream
Creates a new SubsystemOutputStream object.
SubsystemServer - class com.sshtools.daemon.subsystem.SubsystemServer.
DOCUMENT ME!
SubsystemServer() - Constructor for class com.sshtools.daemon.subsystem.SubsystemServer
Creates a new SubsystemServer object.
SystemVerification - interface com.sshtools.common.automate.SystemVerification.
DOCUMENT ME!
save(String) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
saveConnection(boolean, File, SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
saveFile(String, byte[]) - Method in interface com.sshtools.common.automate.AuthorizedKeysFileSaver
DOCUMENT ME!
saveFile(String) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
saveHostFile() - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
saveHostFile() - Method in class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Save's the host key file to be saved.
savePreferences() - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
saveTableMetrics(JTable, String) - Static method in class com.sshtools.common.ui.PreferencesStore
DOCUMENT ME!
scale - Variable in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
scan() - Method in class com.sshtools.ant.Sftp.SftpDirectoryScanner
 
scandir(String, boolean) - Method in class com.sshtools.ant.Sftp.SftpDirectoryScanner
 
scrollpane - Variable in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
secret - Variable in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
sendAgentAlive(byte[]) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Send the agent alive message.
sendAgentFailure(int) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Send a failure message
sendAgentKeyList() - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Send the agents key list to the remote side.
sendAgentSuccess() - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Send a success message.
sendChannelData(byte[]) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
sendChannelData(Channel, byte[]) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendChannelEOF(Channel) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendChannelExtData(int, byte[]) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
sendChannelExtData(Channel, int, byte[]) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendChannelFailure(Channel) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendChannelOpenConfirmation(Channel) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendChannelOpenFailure(long, long, String, String) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendChannelRequest(Channel, String, boolean, byte[]) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendChannelRequestFailure(Channel) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendChannelRequestSuccess(Channel) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendChannelWindowAdjust(Channel, long) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendDisconnect(int, String) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
sendDisconnect(int, String, IOException) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
sendFile(SftpClient, String, String) - Method in class com.sshtools.ant.Sftp
Sends a single file to the remote host.
sendForwardingNotice() - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Send a forwarding notice.
sendGlobalRequest(String, boolean, byte[]) - Method in class com.sshtools.j2ssh.SshClient
Send a global request to the server.
sendGlobalRequest(String, boolean, byte[]) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendGlobalRequestFailure() - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendGlobalRequestSuccess(byte[]) - Method in class com.sshtools.j2ssh.connection.ConnectionProtocol
DOCUMENT ME!
sendKeyExchangeInit() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
sendMessage(SshMessage) - Method in class com.sshtools.daemon.authentication.AuthenticationProtocolServer
DOCUMENT ME!
sendMessage(SubsystemMessage) - Method in class com.sshtools.daemon.subsystem.SubsystemServer
DOCUMENT ME!
sendMessage(SubsystemMessage) - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Send a subsystem message
sendMessage(SubsystemMessage) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Sends a subsystem message.
sendMessage(SshMessage) - Method in class com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
DOCUMENT ME!
sendMessage(SubsystemMessage) - Method in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
sendMessage(SshMessage, Object) - Method in interface com.sshtools.j2ssh.transport.TransportProtocol
DOCUMENT ME!
sendMessage(SshMessage, Object) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
sendNewKeys() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
sendOperationComplete(byte[]) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Send the completed signing operation data.
sendRandomData(byte[]) - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Send some random data to the remote side.
sendServiceAccept() - Method in class com.sshtools.j2ssh.transport.Service
Sends the SSH_MSG_SERVICE_ACCEPT message to the client to indicate that the local computer is accepting the remote computers service request.
sendVersionRequest(String) - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Request the agent version.
sendVersionResponse() - Method in class com.sshtools.j2ssh.agent.SshAgentConnection
Send the version response; this class currently implements version 2
seriousAppletError(Throwable) - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
serverIdent - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
serverKexInit - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
session - Variable in class com.sshtools.daemon.subsystem.SubsystemServer
 
session - Variable in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
sessionId - Variable in class com.sshtools.j2ssh.SshThread
The raw session id generating during the first key exchange.
sessionIdString - Variable in class com.sshtools.j2ssh.SshThread
A string representation of the session id.
sessionIdentifier - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
setAPIConfigurationResource(String) - Method in class com.sshtools.common.configuration.XmlConfigurationContext
DOCUMENT ME!
setAction(Sftp.Action) - Method in class com.sshtools.ant.Sftp
Sets the FTP action to be taken.
setActionVisible(String, boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
setAgent(SshAgentClient) - Method in class com.sshtools.j2ssh.agent.AgentAuthenticationClient
 
setAlgorithmName(String) - Method in class com.sshtools.j2ssh.configuration.ExtensionAlgorithm
DOCUMENT ME!
setAllowAgentForwarding(boolean) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
setAlways(boolean) - Method in class com.sshtools.ant.Ssh
 
setAppletComponent(JComponent) - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
setApplicationProperty(String, String) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
setApplicationProperty(String, int) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
setApplicationProperty(String, boolean) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
setApplicationProperty(String, Color) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
setAttributes(String, FileAttributes) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
setAttributes(SftpFile, FileAttributes) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
setAuthenticatedTokens(Map) - Method in class com.sshtools.daemon.authentication.KBIPasswordAuthenticationServer
DOCUMENT ME!
setAuthenticatedTokens(Map) - Method in class com.sshtools.daemon.authentication.PasswordAuthenticationServer
DOCUMENT ME!
setAuthenticationPrompt(SshAuthenticationPrompt) - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
setAuthorizedKeysDefaultPath(String) - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
setAuthorizedKeysFormat(Class) - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
setAutoflushing(boolean) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setAutomationConfigurationResource(String) - Method in class com.sshtools.common.configuration.XmlConfigurationContext
DOCUMENT ME!
setAvailableActions() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
setBackgroundColor(int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setBasicAuthentication(String, String) - Method in class com.sshtools.j2ssh.net.HttpRequest
DOCUMENT ME!
setBlink(boolean) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setBold(boolean) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setBorderColor(Color) - Method in class com.sshtools.common.ui.ColorIcon
DOCUMENT ME!
setChmod(String) - Method in class com.sshtools.ant.Sftp
Sets the file permission mode (Unix only) for files sent to the server.
setCipher(String) - Method in class com.sshtools.ant.Ssh
 
setCipher(SshCipher) - Method in class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
DOCUMENT ME!
setClientUsername(String) - Method in class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient
DOCUMENT ME!
setCloseInput(boolean) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
DOCUMENT ME!
setCloseOutput(boolean) - Method in class com.sshtools.j2ssh.io.IOStreamConnector
DOCUMENT ME!
setCmd(String) - Method in class com.sshtools.ant.Ssh.Exec
 
setColor(Color) - Method in class com.sshtools.common.ui.ColorComboBox
DOCUMENT ME!
setColor(Color) - Method in class com.sshtools.common.ui.ColorIcon
DOCUMENT ME!
setCols(int) - Method in class com.sshtools.ant.Ssh.Shell
 
setCommandsToExecute(String) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
setComment(String) - Method in class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
DOCUMENT ME!
setComment(String) - Method in class com.sshtools.j2ssh.transport.publickey.SECSHPublicKeyFormat
DOCUMENT ME!
setComment(String) - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
setComment(String) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat
DOCUMENT ME!
setComplete(byte[], byte[], byte[], BigInteger) - Method in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
setCompression(SshCompression) - Method in class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
DOCUMENT ME!
setConnected(boolean) - Method in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
setConnectionProfile(SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
setConnectionProfile(SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
setConnectionProfile(SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsConnectionPanel
DOCUMENT ME!
setConnectionProfile(SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
setConnectionProfile(SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
setConnectionProfile(SshToolsConnectionProfile) - Method in interface com.sshtools.common.ui.SshToolsConnectionTab
DOCUMENT ME!
setContainer(SshToolsApplicationContainer) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
setContainerTitle(String) - Method in class com.sshtools.common.ui.SshToolsApplicationApplet.SshToolsApplicationAppletContainer
 
setContainerTitle(File) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
setContainerTitle(String) - Method in interface com.sshtools.common.ui.SshToolsApplicationContainer
DOCUMENT ME!
setContainerTitle(String) - Method in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
setContainerTitle(File) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
setContainerVisible(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationApplet.SshToolsApplicationAppletContainer
 
setContainerVisible(boolean) - Method in interface com.sshtools.common.ui.SshToolsApplicationContainer
DOCUMENT ME!
setContainerVisible(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
setContextClassLoader(ClassLoader) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
setCurrentConnectionFile(File) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
setCurrentConnectionProfile(SshToolsConnectionProfile) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
setCursor(int, int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setCursorPosition(int) - Method in class com.sshtools.daemon.terminal.Editline
 
setCursorPosition(int) - Method in class com.sshtools.daemon.terminal.UserInput
 
setDefaultTerminal() - Method in class com.sshtools.daemon.terminal.TerminalIO
 
setDepends(boolean) - Method in class com.sshtools.ant.Sftp
Set to true to transmit only files that are new or changed from their remote counterparts.
setDirs(String) - Method in class com.sshtools.ant.ConditionalTasks
 
setDisconnectOnSessionClose(boolean) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
setDisconnectReason(String) - Method in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
setDisplay(int) - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
setEOL(int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setEcho(boolean) - Method in class com.sshtools.ant.Ssh.Shell.Read
 
setEcho(boolean) - Method in class com.sshtools.ant.Ssh.Shell.Write
 
setEnvironmentVariable(String, String) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
setFailOnError(boolean) - Method in class com.sshtools.common.configuration.XmlConfigurationContext
DOCUMENT ME!
setFailOnError(boolean) - Method in class com.sshtools.daemon.configuration.XmlServerConfigurationContext
DOCUMENT ME!
setFailed(String) - Method in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
setFileAttributes(String, FileAttributes) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
setFileAttributes(byte[], FileAttributes) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
setFileAttributes(String, FileAttributes) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
setFileAttributes(byte[], FileAttributes) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
setFiles(String) - Method in class com.sshtools.ant.ConditionalTasks
 
setFingerprint(String) - Method in class com.sshtools.ant.Ssh
 
setFont(Font) - Method in class com.sshtools.common.ui.MultilineLabel
DOCUMENT ME!
setForegroundColor(int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setFormat(SshPrivateKeyFormat, String) - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
setFormat(SshPublicKeyFormat) - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
setForwardingPath(String) - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
setGID(UnsignedInteger32) - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
setHandle(byte[]) - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
setHardwrapped(boolean) - Method in class com.sshtools.daemon.terminal.Editline
 
setHardwrapped(boolean) - Method in class com.sshtools.daemon.terminal.UserInput
 
setHeaderBegin(String) - Method in class com.sshtools.j2ssh.net.HttpRequest
DOCUMENT ME!
setHeaderField(String, String) - Method in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
setHeaderValue(String, String) - Method in class com.sshtools.j2ssh.transport.publickey.Base64EncodedFileFormat
DOCUMENT ME!
setHideText(boolean) - Method in class com.sshtools.common.ui.ToolButton
DOCUMENT ME!
setHmac(SshHmac) - Method in class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
DOCUMENT ME!
setHomeDirectory(String) - Static method in class com.sshtools.j2ssh.configuration.ConfigurationLoader
DOCUMENT ME!
setHost(String) - Method in class com.sshtools.ant.Ssh
 
setHost(String) - Method in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
setHost(String, int) - Method in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
setHost(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setHost(String) - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
setHostHostVerification(HostKeyVerification) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
setIgnoreNoncriticalErrors(boolean) - Method in class com.sshtools.ant.Sftp
set the flag to skip errors on directory creation.
setImplementationClass(String) - Method in class com.sshtools.j2ssh.configuration.ExtensionAlgorithm
DOCUMENT ME!
setInsertMode(boolean) - Method in class com.sshtools.daemon.terminal.Editline
 
setInsertMode(boolean) - Method in class com.sshtools.daemon.terminal.UserInput
 
setInstance(SshAuthenticationClient) - Method in class com.sshtools.common.authentication.PasswordAuthenticationDialog
DOCUMENT ME!
setInstance(SshAuthenticationClient) - Method in class com.sshtools.common.authentication.PublicKeyAuthenticationPrompt
DOCUMENT ME!
setInstance(SshAuthenticationClient) - Method in interface com.sshtools.j2ssh.authentication.SshAuthenticationPrompt
DOCUMENT ME!
setItalic(boolean) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setKBIRequestHandler(KBIRequestHandler) - Method in class com.sshtools.j2ssh.authentication.KBIAuthenticationClient
DOCUMENT ME!
setKexTimeout(long) - Method in class com.sshtools.j2ssh.SshClient
Sets the timeout value for the key exchange.
setKexTimeout(long) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
setKexTransferLimit(long) - Method in class com.sshtools.j2ssh.SshClient
Sets the key exchance transfer limit in kilobytes.
setKexTransferLimit(long) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
setKey(SshPrivateKey) - Method in class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient
DOCUMENT ME!
setKey(SshPrivateKey) - Method in class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
DOCUMENT ME!
setKeyTimeout(UnsignedInteger32) - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
setKeyUseLimit(int) - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
setKeyfile(String) - Method in class com.sshtools.ant.Ssh
 
setLastError(IOException) - Method in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
setLocalEOF() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
setLocalEOF() - Method in class com.sshtools.j2ssh.connection.IOChannel
DOCUMENT ME!
setLocalIdent() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
setLocalIdent() - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
setLocalIdent() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
setLocalKexInit(SshMsgKexInit) - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
setLocalKexInit(SshMsgKexInit) - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
setLocalKexInit(SshMsgKexInit) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
setLogfile(String) - Method in class com.sshtools.ant.Ssh
 
setLookAndFeel(String) - Static method in class com.sshtools.common.ui.SshToolsApplication
DOCUMENT ME!
setMRUList(MRUList) - Method in class com.sshtools.common.mru.MRUListModel
DOCUMENT ME!
setMac(String) - Method in class com.sshtools.ant.Ssh
 
setMask(char) - Method in class com.sshtools.daemon.terminal.Editline
DOCUMENT ME!
setMask(char) - Method in class com.sshtools.daemon.terminal.UserInput
DOCUMENT ME!
setMaximum(Number) - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
setMaximumForwardingSteps(int) - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
setMenuBarVisible(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
setMessage(String) - Method in class com.sshtools.common.authentication.PassphraseDialog
DOCUMENT ME!
setMessageForeground(Color) - Method in class com.sshtools.common.authentication.PassphraseDialog
DOCUMENT ME!
setMinimum(Number) - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
setName(String) - Method in class com.sshtools.ant.ConditionalTasks
 
setName(String) - Method in class com.sshtools.common.automate.RemoteIdentificationRule
DOCUMENT ME!
setName(String) - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
setNeedSave(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
setNewer(boolean) - Method in class com.sshtools.ant.Sftp
A synonym for depends.
setNewline(boolean) - Method in class com.sshtools.ant.Ssh.Shell.Write
 
setNewline(String) - Method in class com.sshtools.ant.Ssh
 
setNumberFormat(NumberFormat) - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
setOnceAuthenticatedCommand(int) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
setParent(Ssh) - Method in class com.sshtools.ant.SshSubTask
 
setParentComponent(Component) - Method in class com.sshtools.common.authentication.PasswordChange
DOCUMENT ME!
setPassphrase(String) - Method in class com.sshtools.ant.Ssh
 
setPassword(String) - Method in class com.sshtools.ant.Ssh
 
setPassword(String) - Method in class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient
DOCUMENT ME!
setPasswordChangePrompt(PasswordChangePrompt) - Method in class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient
DOCUMENT ME!
setPayload(byte[]) - Method in class com.sshtools.j2ssh.openssh.PEMWriter
DOCUMENT ME!
setPermissions(VFSPermission) - Method in class com.sshtools.daemon.vfs.VFSMount
DOCUMENT ME!
setPermissions(String) - Method in class com.sshtools.daemon.vfs.VFSPermission
DOCUMENT ME!
setPermissions(UnsignedInteger32) - Method in class com.sshtools.j2ssh.sftp.FileAttributes
 
setPermissions(String) - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
setPersistableProperties(Properties) - Method in class com.sshtools.j2ssh.agent.AgentAuthenticationClient
DOCUMENT ME!
setPersistableProperties(Properties) - Method in class com.sshtools.j2ssh.authentication.HostbasedAuthenticationClient
DOCUMENT ME!
setPersistableProperties(Properties) - Method in class com.sshtools.j2ssh.authentication.KBIAuthenticationClient
DOCUMENT ME!
setPersistableProperties(Properties) - Method in class com.sshtools.j2ssh.authentication.PasswordAuthenticationClient
DOCUMENT ME!
setPersistableProperties(Properties) - Method in class com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
DOCUMENT ME!
setPersistableProperties(Properties) - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
setPlatformConfigurationResource(String) - Method in class com.sshtools.daemon.configuration.XmlServerConfigurationContext
DOCUMENT ME!
setPort(int) - Method in class com.sshtools.ant.Ssh
 
setPort(int) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPortOffset(int) - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
setPrefCSComp(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPrefCSEncryption(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPrefCSMac(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPrefKex(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPrefPublicKey(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPrefSCComp(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPrefSCEncryption(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPrefSCMac(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPriority(int) - Method in class com.sshtools.common.automate.RemoteIdentificationRule
DOCUMENT ME!
setPrivateKey(SshPrivateKey) - Method in class com.sshtools.j2ssh.transport.publickey.SshKeyPair
DOCUMENT ME!
setPrivateKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.SshKeyPair
DOCUMENT ME!
setProperty(String, Object) - Method in class com.sshtools.j2ssh.SshThread
Sets a property in the thread.
setProvider(Class) - Static method in class com.sshtools.daemon.platform.NativeAuthenticationProvider
DOCUMENT ME!
setProvider(Class) - Static method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
setProxyHost(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setProxyPassword(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setProxyPort(int) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setProxyUsername(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setPublicKey(byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.SshKeyPair
DOCUMENT ME!
setReceiving(boolean) - Method in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
setRemoteEOF() - Method in class com.sshtools.j2ssh.connection.BindingChannel
 
setRemoteEOF() - Method in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
setRemoteId(String) - Method in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
setRemoteIdent(String) - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
setRemoteIdent(String) - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
setRemoteIdent(String) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
setRemoteKexInit(SshMsgKexInit) - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
setRemoteKexInit(SshMsgKexInit) - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
setRemoteKexInit(SshMsgKexInit) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
setRemotedir(String) - Method in class com.sshtools.ant.Sftp
Sets the remote working directory
setRequiresPseudoTerminal(boolean) - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
setRequiresUserVerification(boolean) - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
setResponse(String) - Method in class com.sshtools.j2ssh.authentication.KBIPrompt
DOCUMENT ME!
setResponseData(byte[]) - Method in class com.sshtools.j2ssh.connection.GlobalRequestResponse
DOCUMENT ME!
setRightJustify(boolean) - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
setRoot(boolean) - Method in class com.sshtools.daemon.vfs.VFSMount
DOCUMENT ME!
setRows(int) - Method in class com.sshtools.ant.Ssh.Shell
 
setSFTPSubsystem(SftpSubsystemClient) - Method in class com.sshtools.j2ssh.sftp.SftpFile
DOCUMENT ME!
setSSH1Compatible(boolean) - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
setScreen(int) - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
setSelectAllOnFocusGain(boolean) - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
setSendIgnore(boolean) - Method in class com.sshtools.j2ssh.SshClient
Set's the send ignore flag to send random data packets.
setSendIgnore(boolean) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
setSending(boolean) - Method in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
setServerConfigurationResource(String) - Method in class com.sshtools.daemon.configuration.XmlServerConfigurationContext
DOCUMENT ME!
setSession(SessionChannelServer) - Method in class com.sshtools.daemon.sftp.SftpSubsystemServer
 
setSession(SessionChannelServer) - Method in class com.sshtools.daemon.subsystem.SubsystemServer
 
setSessionChannel(SessionChannelClient) - Method in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
setSessionId(byte[]) - Method in class com.sshtools.j2ssh.SshThread
Sets the session id for this thread.
setSessionType(String) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
setSignalListener(SignalListener) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
setSignalling(boolean) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setSize(Dimension) - Method in class com.sshtools.common.ui.ColorIcon
DOCUMENT ME!
setSize(UnsignedInteger64) - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
setSkipFailedTransfers(boolean) - Method in class com.sshtools.ant.Sftp
If true, enables unsuccessful file put, delete and get operations to be skipped with a warning and the remainder of the files still transferred.
setSocketTimeout(int) - Method in class com.sshtools.j2ssh.SshClient
Set's the socket timeout (in milliseconds) for the underlying transport provider.
setSshtoolshome(String) - Method in class com.sshtools.ant.Ssh
 
setStatusBarVisible(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
setStatusText(String) - Method in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
setString(String) - Method in class com.sshtools.ant.Ssh.Shell.Read
the message as an attribute
setString(String) - Method in class com.sshtools.ant.Ssh.Shell.Write
the message as an attribute
setString(String) - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
setSupportedPK(List) - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
setTerm(String) - Method in class com.sshtools.ant.Ssh.Shell
 
setTerminal(String) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setText(String) - Method in class com.sshtools.common.authentication.BannerDialog
DOCUMENT ME!
setText(String) - Method in class com.sshtools.common.ui.MultilineLabel
DOCUMENT ME!
setText(String) - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
setTimeout(int) - Method in class com.sshtools.ant.Ssh.Shell.Read
 
setTimes(UnsignedInteger32, UnsignedInteger32) - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
setToolBarVisible(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
setToolsVisible(boolean) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
setTransportProvider(int) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setTransportProviderString(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setType(String) - Method in class com.sshtools.j2ssh.openssh.PEMWriter
DOCUMENT ME!
setUID(UnsignedInteger32) - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
setUnderlined(boolean) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
setUseDefaultForwarding(boolean) - Method in class com.sshtools.j2ssh.SshClient
Turn the default forwarding manager on/off.
setUser(String) - Method in class com.sshtools.common.ui.StatusBar
DOCUMENT ME!
setUsername(String) - Method in class com.sshtools.ant.Ssh
 
setUsername(String) - Method in class com.sshtools.common.authentication.PasswordAuthenticationDialog
DOCUMENT ME!
setUsername(String) - Method in class com.sshtools.j2ssh.SshThread
Set the username for this thread.
setUsername(String) - Method in class com.sshtools.j2ssh.authentication.SshAuthenticationClient
DOCUMENT ME!
setUsername(String) - Method in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
setValue(Number) - Method in class com.sshtools.common.ui.NumericTextField
DOCUMENT ME!
setValue(String) - Method in class com.sshtools.daemon.terminal.Editline
 
setValue(String) - Method in class com.sshtools.daemon.terminal.UserInput
 
setValue(int) - Method in class com.sshtools.j2ssh.util.State
DOCUMENT ME!
setVerbose(boolean) - Method in class com.sshtools.ant.Sftp
Set to true to receive notification about each file as it is transferred.
setVerificationEnabled(boolean) - Method in class com.sshtools.common.hosts.DialogHostKeyVerification
DOCUMENT ME!
setVerificationEnabled(boolean) - Method in class com.sshtools.common.hosts.DialogKnownHostsKeyVerification
DOCUMENT ME!
setVerificationImpl(Class) - Static method in class com.sshtools.daemon.authentication.PublicKeyAuthenticationServer
DOCUMENT ME!
setVerifyhost(boolean) - Method in class com.sshtools.ant.Ssh
 
setup - Variable in class com.sshtools.common.ui.PrintPreview
DOCUMENT ME!
setupNewKeys(byte[], byte[], byte[], byte[], byte[], byte[]) - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
setupNewKeys(byte[], byte[], byte[], byte[], byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
setupNewKeys(byte[], byte[], byte[], byte[], byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
sftp - Variable in class com.sshtools.ant.Sftp.SftpDirectoryScanner
 
shortValue() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
shouldReload(String) - Method in class com.sshtools.j2ssh.util.DynamicClassLoader
DOCUMENT ME!
shouldReload() - Method in class com.sshtools.j2ssh.util.DynamicClassLoader
DOCUMENT ME!
showAuthenticationDialog(Component, List) - Static method in class com.sshtools.common.authentication.AuthenticationDialog
DOCUMENT ME!
showAuthenticationDialog(Component, List, String) - Static method in class com.sshtools.common.authentication.AuthenticationDialog
DOCUMENT ME!
showAuthenticationDialog(Component) - Method in class com.sshtools.j2ssh.agent.AgentAuthenticationClient
DOCUMENT ME!
showAuthenticationMethods(List, String) - Method in class com.sshtools.common.authentication.AuthenticationDialog
DOCUMENT ME!
showAuthenticationPrompt(SshAuthenticationClient) - Method in class com.sshtools.common.ui.SshToolsApplicationClientPanel
 
showBannerDialog(Component, String) - Static method in class com.sshtools.common.authentication.BannerDialog
DOCUMENT ME!
showConnectionDialog - Variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
showConnectionDialog(Component, SshToolsConnectionTab[]) - Static method in class com.sshtools.common.ui.SshToolsConnectionPanel
DOCUMENT ME!
showConnectionDialog(Component, SshToolsConnectionProfile, SshToolsConnectionTab[]) - Static method in class com.sshtools.common.ui.SshToolsConnectionPanel
DOCUMENT ME!
showErrorMessage(Component, String, Throwable) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
showErrorMessage(Component, String, String, Throwable) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
showExceptionMessage(String, String) - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
showOptions() - Method in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
showOptionsDialog(Component, OptionsTab[]) - Static method in class com.sshtools.common.ui.OptionsPanel
DOCUMENT ME!
showPrompt() - Method in class com.sshtools.common.authentication.PasswordAuthenticationDialog
DOCUMENT ME!
showPrompt() - Method in class com.sshtools.common.authentication.PublicKeyAuthenticationPrompt
DOCUMENT ME!
showPrompt() - Method in interface com.sshtools.j2ssh.authentication.SshAuthenticationPrompt
DOCUMENT ME!
showPrompts(String, String, KBIPrompt[]) - Method in class com.sshtools.common.authentication.KBIRequestHandlerDialog
DOCUMENT ME!
showPrompts(String, String, KBIPrompt[]) - Method in interface com.sshtools.j2ssh.authentication.KBIRequestHandler
DOCUMENT ME!
signature - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
signature - Variable in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
simple(byte[], String) - Static method in class com.sshtools.j2ssh.util.Hash
DOCUMENT ME!
size() - Method in class com.sshtools.daemon.terminal.Editline
 
size() - Method in class com.sshtools.daemon.terminal.UserInput
 
size() - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
size() - Method in class com.sshtools.j2ssh.transport.SshMessageStore
Returns the number of messages contained within this message store.
socket - Variable in class com.sshtools.j2ssh.connection.SocketChannel
DOCUMENT ME!
socketTimeout - Variable in class com.sshtools.j2ssh.SshClient
The timeout in milliseconds for the underlying transport provider (typically a Socket).
socks4Proxy - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
socks5Proxy - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
ssh - Variable in class com.sshtools.ant.Ssh
 
ssh - Variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
sshIn - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
sshOut - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
sshtoolsHome - Variable in class com.sshtools.ant.Ssh
 
start() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
start() - Static method in class com.sshtools.daemon.SshDaemon
DOCUMENT ME!
start() - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
start() - Method in class com.sshtools.daemon.subsystem.SubsystemServer
DOCUMENT ME!
start() - Method in class com.sshtools.j2ssh.agent.SshAgentForwardingListener
DOCUMENT ME!
start() - Method in class com.sshtools.j2ssh.agent.SshAgentSocketListener
Starts the agent listener thread
start() - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
start() - Method in class com.sshtools.j2ssh.forwarding.ForwardingListener
DOCUMENT ME!
start() - Method in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
start() - Method in class com.sshtools.j2ssh.transport.Service
Starts the service.
startApplet() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
startApplet() - Method in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
startBinaryPacketProtocol() - Method in class com.sshtools.daemon.transport.TransportProtocolServer
DOCUMENT ME!
startBinaryPacketProtocol() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
startCommandSocket() - Method in class com.sshtools.daemon.SshServer
DOCUMENT ME!
startElement(String, String, String, Attributes) - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
startElement(String, String, String, Attributes) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
startElement(String, String, String, Attributes) - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
startElement(String, String, String, Attributes) - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
startLocalForwarding(String) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
startMode - Variable in class com.sshtools.j2ssh.transport.Service
This instances start mode
startRemoteForwarding(String) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
startServer() - Method in class com.sshtools.daemon.SshServer
DOCUMENT ME!
startServerSocket() - Method in class com.sshtools.daemon.SshServer
DOCUMENT ME!
startShell - Variable in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
startShell() - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
startSubsystem(String) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
startSubsystem(SubsystemClient) - Method in class com.sshtools.j2ssh.session.SessionChannelClient
DOCUMENT ME!
startTransportProtocol(TransportProvider, SshConnectionProperties) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
startX11Forwarding() - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
startsWithIgnoreCase(String, String) - Static method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
stat(String) - Method in class com.sshtools.j2ssh.SftpClient
Returns the attributes of the file from the remote computer.
state - Variable in class com.sshtools.j2ssh.connection.Channel
DOCUMENT ME!
state - Variable in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
state - Variable in class com.sshtools.j2ssh.transport.Service
The current state of the service
state - Variable in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
state - Variable in class com.sshtools.j2ssh.util.State
DOCUMENT ME!
statusBar - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
stillActive() - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
stop() - Method in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
stop() - Static method in class com.sshtools.daemon.SshDaemon
DOCUMENT ME!
stop() - Method in class com.sshtools.daemon.subsystem.SubsystemServer
DOCUMENT ME!
stop() - Method in class com.sshtools.j2ssh.agent.SshAgentForwardingListener
DOCUMENT ME!
stop() - Method in class com.sshtools.j2ssh.agent.SshAgentSocketListener
Stops the agent listener
stop() - Method in class com.sshtools.j2ssh.forwarding.ForwardingConfiguration
DOCUMENT ME!
stop() - Method in class com.sshtools.j2ssh.forwarding.ForwardingListener
DOCUMENT ME!
stop() - Method in class com.sshtools.j2ssh.subsystem.SubsystemClient
DOCUMENT ME!
stop() - Method in class com.sshtools.j2ssh.transport.Service
Stops the service.
stop() - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
stopLocalForwarding(String) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
stopRemoteForwarding(String) - Method in class com.sshtools.j2ssh.forwarding.ForwardingClient
DOCUMENT ME!
stopServer() - Method in class com.sshtools.daemon.SshServer
DOCUMENT ME!
storeCursor() - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
stringToColor(String) - Static method in class com.sshtools.common.util.PropertyUtil
DOCUMENT ME!
stringToFont(String) - Static method in class com.sshtools.common.util.PropertyUtil
DOCUMENT ME!
stringToInt(String, int) - Static method in class com.sshtools.common.util.PropertyUtil
DOCUMENT ME!
supportsAlgorithm(String) - Method in class com.sshtools.j2ssh.openssh.OpenSSHPrivateKeyFormat
DOCUMENT ME!
supportsAlgorithm(String) - Method in class com.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
DOCUMENT ME!
supportsAlgorithm(String) - Method in class com.sshtools.j2ssh.transport.publickey.SECSHPublicKeyFormat
DOCUMENT ME!
supportsAlgorithm(String) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat
DOCUMENT ME!
supportsAlgorithm(String) - Method in interface com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat
DOCUMENT ME!
supportsAlgorithm(String) - Method in class com.sshtools.j2ssh.transport.publickey.SshtoolsPrivateKeyFormat
DOCUMENT ME!
supportsKey(String) - Static method in class com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
DOCUMENT ME!
supportsPseudoTerminal(String) - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
supportsSGR() - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
supportsSGR() - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
supportsSGR() - Method in class com.sshtools.daemon.terminal.ansi
DOCUMENT ME!
supportsSGR() - Method in class com.sshtools.daemon.terminal.vt100
DOCUMENT ME!
supportsSGR() - Method in class com.sshtools.daemon.terminal.xterm
DOCUMENT ME!
supportsScrolling() - Method in class com.sshtools.daemon.terminal.BasicTerminal
DOCUMENT ME!
supportsScrolling() - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
supportsScrolling() - Method in class com.sshtools.daemon.terminal.ansi
 
supportsScrolling() - Method in class com.sshtools.daemon.terminal.vt100
 
supportsScrolling() - Method in class com.sshtools.daemon.terminal.xterm
 
symlink(String, String) - Method in class com.sshtools.j2ssh.SftpClient
Create a symbolic link on the remote computer.

T

TABULATOR - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
TOOLBAR_GROUP - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
TOOLBAR_WEIGHT - Static variable in class com.sshtools.common.ui.StandardAction
DOCUMENT ME!
TOO_MANY_CONNECTIONS - Static variable in class com.sshtools.j2ssh.transport.SshMsgDisconnect
DOCUMENT ME!
TOSTOP - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
TTY_OP_END - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
TTY_OP_ISPEED - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
TTY_OP_OSPEED - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
Tab - interface com.sshtools.common.ui.Tab.
DOCUMENT ME!
Tabber - class com.sshtools.common.ui.Tabber.
DOCUMENT ME!
Tabber() - Constructor for class com.sshtools.common.ui.Tabber
Creates a new Tabber object.
Tabber(int) - Constructor for class com.sshtools.common.ui.Tabber
Creates a new Tabber object.
Terminal - interface com.sshtools.daemon.terminal.Terminal.
DOCUMENT ME!
TerminalFactory - class com.sshtools.daemon.terminal.TerminalFactory.
DOCUMENT ME!
TerminalFactory() - Constructor for class com.sshtools.daemon.terminal.TerminalFactory
Creates a new TerminalFactory object.
TerminalIO - class com.sshtools.daemon.terminal.TerminalIO.
DOCUMENT ME!
TerminalIO(InputStream, OutputStream, String, int, int) - Constructor for class com.sshtools.daemon.terminal.TerminalIO
 
TerminatedStateException - exception com.sshtools.j2ssh.authentication.TerminatedStateException.
DOCUMENT ME!
TerminatedStateException(int) - Constructor for class com.sshtools.j2ssh.authentication.TerminatedStateException
Creates a new TerminatedStateException object.
ToolBarSeparator - class com.sshtools.common.ui.ToolBarSeparator.
DOCUMENT ME!
ToolBarSeparator() - Constructor for class com.sshtools.common.ui.ToolBarSeparator
Creates a new ToolBarSeparator object.
ToolButton - class com.sshtools.common.ui.ToolButton.
DOCUMENT ME!
ToolButton(Action) - Constructor for class com.sshtools.common.ui.ToolButton
Creates a new ToolButton object.
TransportProtocol - interface com.sshtools.j2ssh.transport.TransportProtocol.
DOCUMENT ME!
TransportProtocolAlgorithmSync - class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync.
DOCUMENT ME!
TransportProtocolAlgorithmSync() - Constructor for class com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync
Creates a new TransportProtocolAlgorithmSync object.
TransportProtocolClient - class com.sshtools.j2ssh.transport.TransportProtocolClient.
DOCUMENT ME!
TransportProtocolClient(HostKeyVerification) - Constructor for class com.sshtools.j2ssh.transport.TransportProtocolClient
Creates a new TransportProtocolClient object.
TransportProtocolCommon - class com.sshtools.j2ssh.transport.TransportProtocolCommon.
DOCUMENT ME!
TransportProtocolCommon() - Constructor for class com.sshtools.j2ssh.transport.TransportProtocolCommon
Creates a new TransportProtocolCommon object.
TransportProtocolEventHandler - interface com.sshtools.j2ssh.transport.TransportProtocolEventHandler.
DOCUMENT ME!
TransportProtocolException - exception com.sshtools.j2ssh.transport.TransportProtocolException.
DOCUMENT ME!
TransportProtocolException(String) - Constructor for class com.sshtools.j2ssh.transport.TransportProtocolException
Creates a new TransportProtocolException object.
TransportProtocolServer - class com.sshtools.daemon.transport.TransportProtocolServer.
DOCUMENT ME!
TransportProtocolServer() - Constructor for class com.sshtools.daemon.transport.TransportProtocolServer
Creates a new TransportProtocolServer object.
TransportProtocolServer(boolean) - Constructor for class com.sshtools.daemon.transport.TransportProtocolServer
Creates a new TransportProtocolServer object.
TransportProtocolState - class com.sshtools.j2ssh.transport.TransportProtocolState.
DOCUMENT ME!
TransportProtocolState() - Constructor for class com.sshtools.j2ssh.transport.TransportProtocolState
Creates a new TransportProtocolState object.
TransportProvider - interface com.sshtools.j2ssh.net.TransportProvider.
DOCUMENT ME!
TransportProviderFactory - class com.sshtools.j2ssh.net.TransportProviderFactory.
DOCUMENT ME!
TransportProviderFactory() - Constructor for class com.sshtools.j2ssh.net.TransportProviderFactory
 
TripleDesCbc - class com.sshtools.j2ssh.transport.cipher.TripleDesCbc.
DOCUMENT ME!
TripleDesCbc() - Constructor for class com.sshtools.j2ssh.transport.cipher.TripleDesCbc
Creates a new TripleDesCbc object.
tabSelected() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
tabSelected() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
tabSelected() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
tabSelected() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
tabSelected() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
tabSelected() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
tabSelected() - Method in interface com.sshtools.common.ui.Tab
DOCUMENT ME!
taskString - Variable in class com.sshtools.ant.Ssh.Shell.Read
 
taskString - Variable in class com.sshtools.ant.Ssh.Shell.Write
 
taskString - Variable in class com.sshtools.ant.SshSubTask
 
tasks - Variable in class com.sshtools.ant.Ssh
 
testRule(String) - Method in class com.sshtools.common.automate.RemoteIdentificationRule
DOCUMENT ME!
testRules(String) - Method in class com.sshtools.common.automate.RemoteIdentification
DOCUMENT ME!
thread - Variable in class com.sshtools.j2ssh.transport.AsyncService
DOCUMENT ME!
toByteArray() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
toByteArray() - Method in class com.sshtools.j2ssh.sftp.FileAttributes
DOCUMENT ME!
toByteArray() - Method in class com.sshtools.j2ssh.subsystem.SubsystemMessage
DOCUMENT ME!
toByteArray() - Method in class com.sshtools.j2ssh.transport.SshMessage
Format the message into the payload array for sending by the transport protocol.
toByteArray() - Method in class com.sshtools.j2ssh.util.SimpleASNWriter
DOCUMENT ME!
toPrivateKey(String) - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
toPublicKey() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
toString() - Method in class com.sshtools.common.configuration.Authorization
DOCUMENT ME!
toString() - Method in class com.sshtools.common.configuration.SshAPIConfiguration
DOCUMENT ME!
toString() - Method in class com.sshtools.common.configuration.SshToolsConnectionProfile
DOCUMENT ME!
toString() - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
toString() - Method in class com.sshtools.common.mru.MRUList
DOCUMENT ME!
toString() - Method in class com.sshtools.daemon.configuration.PlatformConfiguration
DOCUMENT ME!
toString() - Method in class com.sshtools.daemon.configuration.ServerConfiguration
DOCUMENT ME!
toString() - Method in class com.sshtools.daemon.configuration.SshAPIConfiguration
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.forwarding.XDisplay
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.io.UnsignedInteger32
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.io.UnsignedInteger64
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.net.HttpProxySocketProvider
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.net.SocksProxySocket
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.openssh.OpenSSHPrivateKeyFormat
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Outputs the allowed hosts in the known_hosts file format.
toString() - Method in class com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
DOCUMENT ME!
toString() - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
DOCUMENT ME!
toolBar - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
toolBar - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
toolSeparator - Variable in class com.sshtools.common.ui.SshToolsApplicationApplet
DOCUMENT ME!
toolSeparator - Variable in class com.sshtools.common.ui.SshToolsApplicationFrame
DOCUMENT ME!
toolsVisible - Variable in class com.sshtools.common.ui.SshToolsApplicationPanel
DOCUMENT ME!
transferFiles(SftpClient, FileSet) - Method in class com.sshtools.ant.Sftp
For each file in the fileset, do the appropriate action: send, get, delete, or list.
transferFiles(SftpClient) - Method in class com.sshtools.ant.Sftp
Sends all files specified by the configured filesets to the remote server.
transform(byte[], int, int) - Method in class com.sshtools.j2ssh.transport.cipher.BlowfishCbc
DOCUMENT ME!
transform(byte[]) - Method in class com.sshtools.j2ssh.transport.cipher.SshCipher
DOCUMENT ME!
transform(byte[], int, int) - Method in class com.sshtools.j2ssh.transport.cipher.SshCipher
DOCUMENT ME!
transform(byte[], int, int) - Method in class com.sshtools.j2ssh.transport.cipher.TripleDesCbc
DOCUMENT ME!
translateCanonicalPath(String, String) - Static method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
translateControlCharacter(int) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
translateControlCharacter(int) - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
translateEscapeSequence(int[]) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
translateEscapeSequence(int[]) - Method in interface com.sshtools.daemon.terminal.Terminal
DOCUMENT ME!
translateIntToDigitCodes(int) - Method in class com.sshtools.daemon.terminal.BasicTerminal
 
translateNFSPath(String) - Static method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
translateVFSPath(String) - Static method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
transport - Variable in class com.sshtools.j2ssh.SshClient
The SSH Transport protocol implementation for this SSH Client.
transport - Variable in class com.sshtools.j2ssh.transport.Service
The underlying transport protocol
transport - Variable in class com.sshtools.j2ssh.transport.kex.SshKeyExchange
DOCUMENT ME!
transportProvider - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!

U

UIUtil - class com.sshtools.common.ui.UIUtil.
DOCUMENT ME!
UIUtil() - Constructor for class com.sshtools.common.ui.UIUtil
 
UNDERLINED - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
UNDERLINED - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
UNDERLINED_OFF - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
UNDERLINED_OFF - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
UNINITIALIZED - Static variable in class com.sshtools.j2ssh.transport.TransportProtocolState
DOCUMENT ME!
UNRECOGNIZED - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
UP - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
USE_HTTP_PROXY - Static variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
USE_SOCKS4_PROXY - Static variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
USE_SOCKS5_PROXY - Static variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
USE_STANDARD_SOCKET - Static variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!
UnsignedInteger32 - class com.sshtools.j2ssh.io.UnsignedInteger32.
DOCUMENT ME!
UnsignedInteger32(long) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger32
Creates a new UnsignedInteger32 object.
UnsignedInteger32(String) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger32
Creates a new UnsignedInteger32 object.
UnsignedInteger64 - class com.sshtools.j2ssh.io.UnsignedInteger64.
DOCUMENT ME!
UnsignedInteger64(String) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger64
Creates a new UnsignedInteger64 object.
UnsignedInteger64(byte[]) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger64
Creates a new UnsignedInteger64 object.
UnsignedInteger64(BigInteger) - Constructor for class com.sshtools.j2ssh.io.UnsignedInteger64
Creates a new UnsignedInteger64 object.
UnsupportedFileOperationException - exception com.sshtools.daemon.platform.UnsupportedFileOperationException.
DOCUMENT ME!
UnsupportedFileOperationException(String) - Constructor for class com.sshtools.daemon.platform.UnsupportedFileOperationException
Creates a new UnsupportedFileOperationException object.
UnsupportedRuleException - exception com.sshtools.common.automate.UnsupportedRuleException.
DOCUMENT ME!
UnsupportedRuleException(String) - Constructor for class com.sshtools.common.automate.UnsupportedRuleException
Creates a new UnsupportedRuleException object.
UserInput - class com.sshtools.daemon.terminal.UserInput.
DOCUMENT ME!
UserInput(TerminalIO, OutputStream) - Constructor for class com.sshtools.daemon.terminal.UserInput
Creates a new UserInput object.
underlinedText(String) - Static method in class com.sshtools.daemon.terminal.ColorHelper
 
unformat(byte[]) - Method in interface com.sshtools.common.automate.AuthorizedKeysFormat
DOCUMENT ME!
unformat(byte[], AuthorizedKeysFileLoader) - Method in interface com.sshtools.common.automate.AuthorizedKeysFormat
DOCUMENT ME!
unformat(byte[], AuthorizedKeysFileLoader) - Method in class com.sshtools.common.automate.OpenSSHAuthorizedKeysFormat
DOCUMENT ME!
unformat(byte[]) - Method in class com.sshtools.common.automate.OpenSSHAuthorizedKeysFormat
DOCUMENT ME!
unformat(byte[]) - Method in class com.sshtools.common.automate.SSH2AuthorizedKeysFormat
DOCUMENT ME!
unformat(byte[], AuthorizedKeysFileLoader) - Method in class com.sshtools.common.automate.SSH2AuthorizedKeysFormat
DOCUMENT ME!
unformat(byte[]) - Method in class com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat
DOCUMENT ME!
unformat(byte[], AuthorizedKeysFileLoader) - Method in class com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat
DOCUMENT ME!
unlock(String) - Method in class com.sshtools.j2ssh.agent.KeyStore
DOCUMENT ME!
unlockAgent(String) - Method in class com.sshtools.j2ssh.agent.SshAgentClient
Unlock the agent
unregisterMessage(Integer, SshMessageStore) - Method in class com.sshtools.j2ssh.transport.TransportProtocolCommon
DOCUMENT ME!
use() - Method in class com.sshtools.j2ssh.agent.KeyConstraints
DOCUMENT ME!
useDefaultForwarding - Variable in class com.sshtools.j2ssh.SshClient
Flag indicating whether the forwarding instance is created when the connection is made.
user - Variable in class com.sshtools.common.ui.SshToolsApplicationClientApplet
DOCUMENT ME!
username - Variable in class com.sshtools.ant.Ssh
 
username - Variable in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
username - Variable in class com.sshtools.j2ssh.SshThread
The thread owner
username - Variable in class com.sshtools.j2ssh.configuration.SshConnectionProperties
DOCUMENT ME!

V

VDISCARD - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VDSUSP - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VEOF - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VEOL - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VEOL2 - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VERASE - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VERSION_1 - Static variable in class com.sshtools.daemon.sftp.SftpSubsystemServer
DOCUMENT ME!
VERSION_1 - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
VERSION_2 - Static variable in class com.sshtools.daemon.sftp.SftpSubsystemServer
DOCUMENT ME!
VERSION_2 - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
VERSION_3 - Static variable in class com.sshtools.daemon.sftp.SftpSubsystemServer
DOCUMENT ME!
VERSION_3 - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
VERSION_4 - Static variable in class com.sshtools.daemon.sftp.SftpSubsystemServer
DOCUMENT ME!
VERSION_4 - Static variable in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
VFLUSH - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VFSMount - class com.sshtools.daemon.vfs.VFSMount.
DOCUMENT ME!
VFSMount(String, String) - Constructor for class com.sshtools.daemon.vfs.VFSMount
Creates a new VFSMount object.
VFSPermission - class com.sshtools.daemon.vfs.VFSPermission.
DOCUMENT ME!
VFSPermission(String, String) - Constructor for class com.sshtools.daemon.vfs.VFSPermission
Creates a new VFSPermission object.
VFSPermission(String) - Constructor for class com.sshtools.daemon.vfs.VFSPermission
Creates a new VFSPermission object.
VINTR - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VKILL - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VLNEXT - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VQUIT - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VREPRINT - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VSTART - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VSTATUS - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VSTOP - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VSUSP - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VSWTCH - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VWERASE - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
VirtualFileSystem - class com.sshtools.daemon.vfs.VirtualFileSystem.
DOCUMENT ME!
VirtualFileSystem() - Constructor for class com.sshtools.daemon.vfs.VirtualFileSystem
Creates a new VirtualFileSystem object.
validate() - Method in class com.sshtools.ant.Ssh.Shell
 
validate() - Method in class com.sshtools.ant.Ssh
 
validateTab() - Method in class com.sshtools.common.ui.GlobalOptionsTab
DOCUMENT ME!
validateTab() - Method in class com.sshtools.common.ui.HostsTab
DOCUMENT ME!
validateTab() - Method in class com.sshtools.common.ui.SshToolsConnectionCommandTab
DOCUMENT ME!
validateTab() - Method in class com.sshtools.common.ui.SshToolsConnectionHostTab
DOCUMENT ME!
validateTab() - Method in class com.sshtools.common.ui.SshToolsConnectionProtocolTab
DOCUMENT ME!
validateTab() - Method in class com.sshtools.common.ui.SshToolsConnectionProxyTab
DOCUMENT ME!
validateTab() - Method in interface com.sshtools.common.ui.Tab
DOCUMENT ME!
validateTabs() - Method in class com.sshtools.common.ui.OptionsPanel
DOCUMENT ME!
validateTabs() - Method in class com.sshtools.common.ui.SshToolsConnectionPanel
DOCUMENT ME!
validateTabs() - Method in class com.sshtools.common.ui.Tabber
DOCUMENT ME!
ver - Static variable in class com.sshtools.common.ui.SshToolsApplicationClientPanel
DOCUMENT ME!
verify(long, byte[]) - Method in class com.sshtools.j2ssh.transport.hmac.HmacMd5
DOCUMENT ME!
verify(long, byte[]) - Method in class com.sshtools.j2ssh.transport.hmac.HmacSha
DOCUMENT ME!
verify(long, byte[]) - Method in interface com.sshtools.j2ssh.transport.hmac.SshHmac
DOCUMENT ME!
verifyHost(String, SshPublicKey) - Method in class com.sshtools.common.hosts.AbstractHostKeyVerification
DOCUMENT ME!
verifyHost(String, SshPublicKey) - Method in class com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification
Verifies a host key against the list of known_hosts.
verifyHost(String, SshPublicKey) - Method in interface com.sshtools.j2ssh.transport.HostKeyVerification
Called by the transport protocol to verify the identity of the server through the supplied public key.
verifyHost(String, SshPublicKey) - Method in class com.sshtools.j2ssh.transport.IgnoreHostKeyVerification
Simply returns true to all requests.
verifyHostKey(byte[], byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.TransportProtocolClient
DOCUMENT ME!
verifyKeySignature(String, String, byte[], String, byte[], byte[]) - Method in class com.sshtools.daemon.authentication.AuthorizationFileVerification
DOCUMENT ME!
verifyKeySignature(String, String, byte[], String, byte[], byte[]) - Method in interface com.sshtools.daemon.authentication.PublicKeyVerification
DOCUMENT ME!
verifyPermissions(String, String, String) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
verifyPermissions(String) - Method in class com.sshtools.daemon.vfs.VFSPermission
DOCUMENT ME!
verifyPermissions(String, String, String) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
verifySignature(byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.SshPublicKey
DOCUMENT ME!
verifySignature(byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.dsa.SshDssPublicKey
DOCUMENT ME!
verifySignature(byte[], byte[]) - Method in class com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPublicKey
DOCUMENT ME!
verifyhost - Variable in class com.sshtools.ant.Ssh
 
vt100 - class com.sshtools.daemon.terminal.vt100.
DOCUMENT ME!
vt100() - Constructor for class com.sshtools.daemon.terminal.vt100
 

W

waitForCompletion() - Method in class com.sshtools.j2ssh.transport.kex.KeyExchangeState
DOCUMENT ME!
waitForExitCode() - Method in class com.sshtools.daemon.platform.NativeProcessProvider
DOCUMENT ME!
waitForState(int) - Method in class com.sshtools.j2ssh.util.State
DOCUMENT ME!
waitForState(int, long) - Method in class com.sshtools.j2ssh.util.State
DOCUMENT ME!
waitForStateUpdate() - Method in class com.sshtools.j2ssh.util.State
DOCUMENT ME!
waitForString(String, SessionOutputEcho) - Method in class com.sshtools.j2ssh.session.SessionOutputReader
Wait for a given String in the output buffer.
waitForString(String) - Method in class com.sshtools.j2ssh.session.SessionOutputReader
Wait for a given String in the output buffer.
waitForString(String, int) - Method in class com.sshtools.j2ssh.session.SessionOutputReader
Wait for a given String in the output buffer.
waitForString(String, int, SessionOutputEcho) - Method in class com.sshtools.j2ssh.session.SessionOutputReader
Wait for a given String in the output buffer.
waitForWindowSpace(int) - Method in class com.sshtools.j2ssh.connection.ChannelDataWindow
DOCUMENT ME!
white - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
white - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
white_SPACE - Static variable in class com.sshtools.j2ssh.net.HttpHeader
DOCUMENT ME!
write(char) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
write(String) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
write(byte) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
write(int) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
write(byte[]) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
write(int[]) - Method in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!
write(byte[], int, int) - Method in class com.sshtools.j2ssh.connection.ChannelOutputStream
DOCUMENT ME!
write(int) - Method in class com.sshtools.j2ssh.connection.ChannelOutputStream
DOCUMENT ME!
write(int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
write(byte[], int, int) - Method in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!
write(Writer) - Method in class com.sshtools.j2ssh.openssh.PEMWriter
DOCUMENT ME!
write(byte[], int, int) - Method in class com.sshtools.j2ssh.sftp.SftpFileOutputStream
DOCUMENT ME!
write(int) - Method in class com.sshtools.j2ssh.sftp.SftpFileOutputStream
DOCUMENT ME!
write(byte[], int, int) - Method in class com.sshtools.j2ssh.subsystem.SubsystemOutputStream
DOCUMENT ME!
write(int) - Method in class com.sshtools.j2ssh.subsystem.SubsystemOutputStream
DOCUMENT ME!
write(int) - Method in class com.sshtools.j2ssh.util.Base64.OutputStream
 
write(byte[], int, int) - Method in class com.sshtools.j2ssh.util.Base64.OutputStream
 
writeBigInteger(BigInteger) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
writeBinaryString(byte[]) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
writeBoolean(boolean) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
writeByte(int) - Method in class com.sshtools.j2ssh.util.SimpleASNWriter
DOCUMENT ME!
writeDSAKeyInfo(SimpleASNWriter, DSAKeyInfo) - Static method in class com.sshtools.j2ssh.openssh.DSAKeyInfo
DOCUMENT ME!
writeData(byte[]) - Method in class com.sshtools.j2ssh.util.SimpleASNWriter
DOCUMENT ME!
writeFile(byte[], UnsignedInteger64, byte[], int, int) - Method in class com.sshtools.daemon.platform.NativeFileSystemProvider
DOCUMENT ME!
writeFile(byte[], UnsignedInteger64, byte[], int, int) - Method in class com.sshtools.daemon.vfs.VirtualFileSystem
DOCUMENT ME!
writeFile(byte[], UnsignedInteger64, byte[], int, int) - Method in class com.sshtools.j2ssh.sftp.SftpSubsystemClient
DOCUMENT ME!
writeInt(long) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
writeInt(int) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
writeIntToArray(byte[], int, int) - Static method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
writeLength(int) - Method in class com.sshtools.j2ssh.util.SimpleASNWriter
DOCUMENT ME!
writeRSAKeyInfo(SimpleASNWriter, RSAKeyInfo) - Static method in class com.sshtools.j2ssh.openssh.RSAKeyInfo
DOCUMENT ME!
writeString(String) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
writeUINT32(UnsignedInteger32) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
writeUINT64(UnsignedInteger64) - Method in class com.sshtools.j2ssh.io.ByteArrayWriter
DOCUMENT ME!
writepos - Variable in class com.sshtools.j2ssh.io.DynamicBuffer
DOCUMENT ME!

X

X11Util - class com.sshtools.common.util.X11Util.
DOCUMENT ME!
X11Util() - Constructor for class com.sshtools.common.util.X11Util
 
X11_FORWARDING_CHANNEL - Static variable in interface com.sshtools.j2ssh.forwarding.ForwardingChannel
DOCUMENT ME!
XCASE - Static variable in interface com.sshtools.j2ssh.session.PseudoTerminal
DOCUMENT ME!
XDisplay - class com.sshtools.j2ssh.forwarding.XDisplay.
DOCUMENT ME!
XDisplay(String) - Constructor for class com.sshtools.j2ssh.forwarding.XDisplay
Creates a new XDisplay object.
XDisplay(String, int) - Constructor for class com.sshtools.j2ssh.forwarding.XDisplay
Creates a new XDisplay object.
XTextField - class com.sshtools.common.ui.XTextField.
DOCUMENT ME!
XTextField() - Constructor for class com.sshtools.common.ui.XTextField
Creates a new XTextField object.
XTextField(String) - Constructor for class com.sshtools.common.ui.XTextField
Creates a new XTextField object.
XTextField(int) - Constructor for class com.sshtools.common.ui.XTextField
Creates a new XTextField object.
XTextField(String, int) - Constructor for class com.sshtools.common.ui.XTextField
Creates a new XTextField object.
XTextField(Document, String, int) - Constructor for class com.sshtools.common.ui.XTextField
Creates a new XTextField object.
XmlConfigurationContext - class com.sshtools.common.configuration.XmlConfigurationContext.
DOCUMENT ME!
XmlConfigurationContext() - Constructor for class com.sshtools.common.configuration.XmlConfigurationContext
Creates a new XmlConfigurationContext object.
XmlServerConfigurationContext - class com.sshtools.daemon.configuration.XmlServerConfigurationContext.
DOCUMENT ME!
XmlServerConfigurationContext() - Constructor for class com.sshtools.daemon.configuration.XmlServerConfigurationContext
Creates a new XmlServerConfigurationContext object.
xterm - class com.sshtools.daemon.terminal.xterm.
DOCUMENT ME!
xterm() - Constructor for class com.sshtools.daemon.terminal.xterm
 

Y

YELLOW - Static variable in class com.sshtools.daemon.terminal.ColorHelper
DOCUMENT ME!
YELLOW - Static variable in class com.sshtools.daemon.terminal.TerminalIO
DOCUMENT ME!

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