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

C

cancel() - Method in class com.jscape.inet.ssh.SshTask
Cancels this task and subsequent tasks by setting it's status to complete.
CAST_CBC - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
CAST_CTR - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
CHANNEL_REQUEST_ENV - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_EXEC - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_EXIT_SIGNAL - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_EXIT_STATUS - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_PTY_REQ - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_SHELL - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_SIGNAL - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_SUBSYSTEM - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_WINDOW_CHANGE - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_X11_REQ - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_XON_XOFF - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_DIRECT_TCPIP - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_FORWARDED_TCPIP - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_SESSION - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_X11 - Static variable in class com.jscape.inet.ssh.Ssh
 
clear() - Method in class com.jscape.inet.ssh.SshScript
Clears all tasks from the script.
clear() - Method in class com.jscape.inet.ssh.util.SshHostKeys
Clears the store contents.
clearProxySettings() - Method in class com.jscape.inet.ipclient.IpClient
Clears proxy server values.
ClientAuthentication - Interface in com.jscape.inet.ssh.protocol.v2.authentication
SSH client authentication operation.
ClientAuthentication.InvalidCredentialsException - Exception in com.jscape.inet.ssh.protocol.v2.authentication
Represents invalid credentials error.
ClientAuthentication.PartialSuccessException - Exception in com.jscape.inet.ssh.protocol.v2.authentication
Represents partial success state in case server requires multi-stage authentication.
clientKeyExchange - Variable in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ComponentClientKeyExchangeFactory.Entry
 
ClientKeyExchangeFactory - Interface in com.jscape.inet.ssh.protocol.v2.transport.keyexchange
A SSH key exchange factory.
ClientKeyExchanges - Class in com.jscape.inet.ssh.protocol.v2.transport.keyexchange
Client key exchanges.
ClientKeyExchanges.Entry - Class in com.jscape.inet.ssh.protocol.v2.transport.keyexchange
 
clientToServer(KeyFactory, EncryptionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptionFactory.Entry
 
clientToServer(KeyFactory) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory.Entry
 
clientToServerCompressionFor(String, CompressionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory
 
clientToServerCompressionFor(CompressionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory.Entry
 
clientToServerCompressionFor(String, CompressionFactory.Mode) - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.CompressionFactory
Returns a compression operation for client-server direction.
clientToServerEncryptionFor(String, KeyFactory, EncryptionFactory.Mode) - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.EncryptionFactory
Returns an encryption operation for client-server direction.
clientToServerEncryptionFor(String, KeyFactory, EncryptionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptionFactory
 
clientToServerMacFor(String, KeyFactory) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory
 
clientToServerMacFor(String, KeyFactory) - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.MacFactory
Returns a MAC operation for client-server direction.
close() - Method in class com.jscape.inet.ipclient.IpClient
 
close() - Method in class com.jscape.inet.ssh.Ssh
 
com.jscape.inet.ipclient - package com.jscape.inet.ipclient
 
com.jscape.inet.ipclientssh - package com.jscape.inet.ipclientssh
 
com.jscape.inet.ssh - package com.jscape.inet.ssh
 
com.jscape.inet.ssh.protocol.v2.authentication - package com.jscape.inet.ssh.protocol.v2.authentication
 
com.jscape.inet.ssh.protocol.v2.marshaling.algorithms - package com.jscape.inet.ssh.protocol.v2.marshaling.algorithms
 
com.jscape.inet.ssh.protocol.v2.transport.keyexchange - package com.jscape.inet.ssh.protocol.v2.transport.keyexchange
 
com.jscape.inet.ssh.util - package com.jscape.inet.ssh.util
 
COMPLETE - Static variable in class com.jscape.inet.ssh.SshTask
SshTask has finished execution of command and has received end prompt
ComponentClientAuthentication - Class in com.jscape.inet.ssh.protocol.v2.authentication
Component SSH client authentication operation.
ComponentClientAuthentication(List<ClientAuthentication>) - Constructor for class com.jscape.inet.ssh.protocol.v2.authentication.ComponentClientAuthentication
Creates a new operation instance.
ComponentClientAuthentication(ClientAuthentication...) - Constructor for class com.jscape.inet.ssh.protocol.v2.authentication.ComponentClientAuthentication
Creates a new operation instance.
ComponentClientKeyExchangeFactory - Class in com.jscape.inet.ssh.protocol.v2.transport.keyexchange
A component-based key exchange factory.
ComponentClientKeyExchangeFactory(ComponentClientKeyExchangeFactory.Entry...) - Constructor for class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ComponentClientKeyExchangeFactory
Creates a new factory instance.
ComponentClientKeyExchangeFactory.Entry - Class in com.jscape.inet.ssh.protocol.v2.transport.keyexchange
A factory entry.
ComponentCompressionFactory - Class in com.jscape.inet.ssh.protocol.v2.marshaling.algorithms
A component compression factory.
ComponentCompressionFactory(ComponentCompressionFactory.Entry...) - Constructor for class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory
Creates a new factory instance.
ComponentCompressionFactory.Entry - Class in com.jscape.inet.ssh.protocol.v2.marshaling.algorithms
An algorithm entry.
COMPRESSION_ALG_NONE - Static variable in class com.jscape.inet.ssh.Ssh
 
COMPRESSION_ALG_ZLIB - Static variable in class com.jscape.inet.ssh.Ssh
 
CompressionFactory - Interface in com.jscape.inet.ssh.protocol.v2.marshaling.algorithms
A SSH compression factory.
compressionFactory - Variable in class com.jscape.inet.ssh.SshConfiguration
 
CompressionFactory.Mode - Enum in com.jscape.inet.ssh.protocol.v2.marshaling.algorithms
Algorithm mode.
CompressionFactory.OperationException - Exception in com.jscape.inet.ssh.protocol.v2.marshaling.algorithms
Represents an operation error.
compressions() - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory
 
compressions() - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.CompressionFactory
Returns supported compression algorithms.
Compressions - Class in com.jscape.inet.ssh.protocol.v2.marshaling.algorithms
SSH compressions.
configurationFor(ClientKeyExchangeFactory, EncryptionFactory, MacFactory, CompressionFactory) - Static method in class com.jscape.inet.ssh.SshConfiguration
Returns a configuration instance for specified parameters.
connect() - Method in class com.jscape.inet.ipclient.IpClient
Establishes connection with server.
connect() - Method in class com.jscape.inet.ipclientssh.IpClientSsh
Establishes connection with SSH server, performs authentication and creates tunnel to hostname and port provided in constructor.
connect() - Method in class com.jscape.inet.ssh.Ssh
Connects to SSH server.
connect(int) - Method in class com.jscape.inet.ssh.SshSession
Establishes connection with SSH server and performs login
connect() - Method in class com.jscape.inet.ssh.SshSession
Establishes connection with SSH server and performs login.
connected(IpClientConnectedEvent) - Method in interface com.jscape.inet.ipclient.IpClientListener
Invoked when connection to server is established.
connected(SshConnectedEvent) - Method in class com.jscape.inet.ssh.SshAdapter
Invoked when SSH connection is established.
connected(SshConnectedEvent) - Method in interface com.jscape.inet.ssh.SshListener
Invoked when SSH connection is established.
connected(SshConnectedEvent) - Method in class com.jscape.inet.ssh.SshScript
 
contains(InetAddress, PublicKey) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Checks if specified key is already known.
A B C D E F G H I J K M N O P R S T U V W Z 
Skip navigation links
SSH Factory

Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved