- genChannelOpenPacket() - Method in class com.jcraft.jsch.Channel
-
- genChannelOpenPacket() - Method in class com.jcraft.jsch.ChannelDirectTCPIP
-
- genKeyPair(JSch, int) - Static method in class com.jcraft.jsch.KeyPair
-
Creates a new key pair with default key size of 1024 bits.
- genKeyPair(JSch, int, int) - Static method in class com.jcraft.jsch.KeyPair
-
Creates a new key pair.
- get(String, String) - Method in class com.jcraft.jsch.ChannelSftp
-
Downloads a file.
- get(String, String, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
-
Downloads a file.
- get(String, String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
-
Downloads a file.
- get(String, OutputStream) - Method in class com.jcraft.jsch.ChannelSftp
-
Downloads a file to an OutputStream.
- get(String, OutputStream, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
-
Downloads a file to an OutputStream.
- get(String, OutputStream, SftpProgressMonitor, int, long) - Method in class com.jcraft.jsch.ChannelSftp
-
Downloads a file to an OutputStream.
- get(String) - Method in class com.jcraft.jsch.ChannelSftp
-
Starts downloading a file as an InputStream.
- get(String, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
-
Starts downloading a file as an InputStream.
- get(String, int) - Method in class com.jcraft.jsch.ChannelSftp
-
- get(String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
-
- get(String, SftpProgressMonitor, long) - Method in class com.jcraft.jsch.ChannelSftp
-
Starts downloading a file as an InputStream.
- GET - Static variable in interface com.jcraft.jsch.SftpProgressMonitor
-
Direction constant for download.
- getAlgName() - Method in interface com.jcraft.jsch.Identity
-
Returns the name of the algorithm.
- getATime() - Method in class com.jcraft.jsch.SftpATTRS
-
returns the last access time.
- getAtimeString() - Method in class com.jcraft.jsch.SftpATTRS
-
returns a string representation of the access time.
- getAttrs() - Method in class com.jcraft.jsch.ChannelSftp.LsEntry
-
return the attributes of the file.
- getAvail() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getAvailBlocks() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getAvailForNonRoot() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getAvailINodes() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getBlocks() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getBlockSize() - Method in interface com.jcraft.jsch.Cipher
-
Returns the block size of this algorithm.
- getBlockSize() - Method in class com.jcraft.jsch.CipherNone
-
- getBlockSize() - Method in interface com.jcraft.jsch.HASH
-
returns the size of the hash which will be produced from input.
- getBlockSize() - Method in interface com.jcraft.jsch.MAC
-
The size of the produced MAC, i.e. the digest length, in bytes.
- getBlockSize() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getBulkRequests() - Method in class com.jcraft.jsch.ChannelSftp
-
This method will return the value how many requests may be
sent at any one time.
- getByte() - Method in class com.jcraft.jsch.Buffer
-
reads a (unsigned) byte from the buffer.
- getByte(byte[]) - Method in class com.jcraft.jsch.Buffer
-
reads some byte from the buffer.
- getByte(int) - Method in class com.jcraft.jsch.Buffer
-
ignores len
bytes in the buffer.
- getC() - Method in interface com.jcraft.jsch.KeyPairGenRSA
-
The chinese remainder coefficient c,
i.e. the inverse of q modulo p.
- getCapacity() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getCause() - Method in exception com.jcraft.jsch.JSchException
-
retrieves the cause.
- getCause() - Method in exception com.jcraft.jsch.SftpException
-
Returns the cause of the exception.
- getClientVersion() - Method in class com.jcraft.jsch.Session
-
returns the version string (to be) sent to the server.
- getComment() - Method in class com.jcraft.jsch.HostKey
-
- getConfig(String) - Method in interface com.jcraft.jsch.ConfigRepository
-
Returns the configuration for a specific host name (or host name alias).
- getConfig(String) - Static method in class com.jcraft.jsch.JSch
-
Retrieves a default configuration option.
- getConfig(String) - Method in class com.jcraft.jsch.OpenSSHConfig
-
- getConfig(String) - Method in class com.jcraft.jsch.Session
-
Retrieves a configuration option of this session.
- getConfigRepository() - Method in class com.jcraft.jsch.JSch
-
- getD() - Method in interface com.jcraft.jsch.KeyPairGenECDSA
-
- getD() - Method in interface com.jcraft.jsch.KeyPairGenRSA
-
The decryption exponent d
.
- getDefaultPort() - Static method in class com.jcraft.jsch.ProxyHTTP
-
returns the default proxy port - this is 80 as defined for HTTP.
- getDefaultPort() - Static method in class com.jcraft.jsch.ProxySOCKS4
-
returns the default proxy port - this is 1080 as defined for SOCKS.
- getDefaultPort() - Static method in class com.jcraft.jsch.ProxySOCKS5
-
returns the default proxy port - this is 1080 as defined for SOCKS.
- getE() - Method in interface com.jcraft.jsch.DH
-
Retrieves the value e
, that is the result of
g^x mod P
.
- getE() - Method in interface com.jcraft.jsch.KeyPairGenRSA
-
The encryption exponent e
.
- getEP() - Method in interface com.jcraft.jsch.KeyPairGenRSA
-
The exponent to use modulo p.
- getEQ() - Method in interface com.jcraft.jsch.KeyPairGenRSA
-
The exponent to use modulo q.
- getErrStream() - Method in class com.jcraft.jsch.ChannelExec
-
Gets the error stream.
- getErrStream() - Method in class com.jcraft.jsch.ChannelSubsystem
-
Gets the error stream.
- getExitStatus() - Method in class com.jcraft.jsch.Channel
-
retrieves the exit status of the remote command corresponding
to this channel.
- getExtended() - Method in class com.jcraft.jsch.SftpATTRS
-
returns extended attributes, if any.
- getExtension(String) - Method in class com.jcraft.jsch.ChannelSftp
-
returns the extension data sent by the server
corresponding to some extension name.
- getExtInputStream() - Method in class com.jcraft.jsch.Channel
-
Gets an InputStream for extended data of this channel.
- getFilename() - Method in class com.jcraft.jsch.ChannelSftp.LsEntry
-
gets the file name of this file.
- getFileSystemID() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getFingerPrint(JSch) - Method in class com.jcraft.jsch.HostKey
-
returns the key's fingerprint (i.e. a lowercase hexadecimal
representation of the MD5 of the key.)
- getFingerPrint() - Method in class com.jcraft.jsch.KeyExchange
-
returns the finger print of the server's public key.
- getFingerPrint() - Method in class com.jcraft.jsch.KeyPair
-
Creates and returns a fingerprint of the public key,
i.e. the hexadecimal representation of the MD5 hash of
the public key.
- getFlags() - Method in class com.jcraft.jsch.SftpATTRS
-
returns the flags indicating which attributes
are present.
- getFragmentSize() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getFreeBlocks() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getFreeINodes() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getG() - Method in interface com.jcraft.jsch.KeyPairGenDSA
-
The generator g
of the subgroup.
- getGId() - Method in class com.jcraft.jsch.SftpATTRS
-
returns the numerical group identifier of the owning group.
- getHome() - Method in class com.jcraft.jsch.ChannelSftp
-
returns the absolute path of the remote home directory.
- getHost() - Method in class com.jcraft.jsch.HostKey
-
returns the name of the host.
- getHost() - Method in class com.jcraft.jsch.Session
-
gets the host name to which we will connect (or are connected).
- getHostKey() - Method in interface com.jcraft.jsch.HostKeyRepository
-
returns all host keys in this repository.
- getHostKey(String, String) - Method in interface com.jcraft.jsch.HostKeyRepository
-
returns all host keys of a certain host.
- getHostKey() - Method in class com.jcraft.jsch.KnownHosts
-
- getHostKey(String, String) - Method in class com.jcraft.jsch.KnownHosts
-
- getHostKey() - Method in class com.jcraft.jsch.Session
-
retrieves the host key of the server.
- getHostKeyAlias() - Method in class com.jcraft.jsch.Session
-
retrieves the current server host key alias.
- getHostKeyRepository() - Method in class com.jcraft.jsch.JSch
-
Returns the current host key repository.
- getHostKeyRepository() - Method in class com.jcraft.jsch.Session
-
Gets the hostkeyRepository.
- getHostname() - Method in interface com.jcraft.jsch.ConfigRepository.Config
-
The actual host name to use for connecting.
- getId() - Method in class com.jcraft.jsch.Channel
-
returns the session-specific identifier of the channel.
- getIdentities() - Method in interface com.jcraft.jsch.IdentityRepository
-
Returns all the identies of this repository, in the form of a vector of
Identity
objects.
- getIdentities() - Method in class com.jcraft.jsch.IdentityRepository.Wrapper
-
- getIdentityNames() - Method in class com.jcraft.jsch.JSch
-
Lists names of identities included in the identityRepository.
- getIdentityRepository() - Method in class com.jcraft.jsch.JSch
-
- getINodes() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getInputStream() - Method in class com.jcraft.jsch.Channel
-
Gets an InputStream for this channel.
- getInputStream() - Method in interface com.jcraft.jsch.Proxy
-
Returns an InputStream to read data from the remote server.
- getInputStream() - Method in class com.jcraft.jsch.ProxyHTTP
-
- getInputStream() - Method in class com.jcraft.jsch.ProxySOCKS4
-
- getInputStream() - Method in class com.jcraft.jsch.ProxySOCKS5
-
- getInputStream(Socket) - Method in interface com.jcraft.jsch.SocketFactory
-
Creates an InputStream for a Socket.
- getInt() - Method in class com.jcraft.jsch.Buffer
-
reads a signed 32-bit number from the buffer.
- getIVSize() - Method in interface com.jcraft.jsch.Cipher
-
Returns the size of the identity vector for this cipher.
- getIVSize() - Method in class com.jcraft.jsch.CipherNone
-
- getK() - Method in interface com.jcraft.jsch.DH
-
Retrieves the secret number K which was created by the key exchange
and will be used to create the key.
- getKey() - Method in class com.jcraft.jsch.HostKey
-
returns a base64-representation of the key.
- getKey(byte[], byte[], int, int) - Method in interface com.jcraft.jsch.PBKDF
-
Derives a key from a password and a salt.
- getKeyAlgorithName() - Method in class com.jcraft.jsch.KeyExchange
-
- getKeySize() - Method in class com.jcraft.jsch.KeyPairDSA
-
- getKeySize() - Method in class com.jcraft.jsch.KeyPairECDSA
-
- getKeySize() - Method in class com.jcraft.jsch.KeyPairPKCS8
-
- getKeySize() - Method in class com.jcraft.jsch.KeyPairRSA
-
- getKeyType() - Method in class com.jcraft.jsch.KeyExchange
-
Returns the type of key used by the server.
- getKeyType() - Method in class com.jcraft.jsch.KeyPair
-
- getKeyType() - Method in class com.jcraft.jsch.KeyPairDSA
-
- getKeyType() - Method in class com.jcraft.jsch.KeyPairECDSA
-
- getKeyType() - Method in class com.jcraft.jsch.KeyPairPKCS8
-
- getKeyType() - Method in class com.jcraft.jsch.KeyPairRSA
-
- getKnownHostsRepositoryID() - Method in interface com.jcraft.jsch.HostKeyRepository
-
returns an identifier for this repository.
- getKnownHostsRepositoryID() - Method in class com.jcraft.jsch.KnownHosts
-
- getLength() - Method in class com.jcraft.jsch.Buffer
-
calculates the length of this buffer, which is
the difference between index and offset.
- getLong() - Method in class com.jcraft.jsch.Buffer
-
reads a 64-bit number from the buffer.
- getLongname() - Method in class com.jcraft.jsch.ChannelSftp.LsEntry
-
returns the "longname" of a file.
- getMarker() - Method in class com.jcraft.jsch.HostKey
-
- getMaximumFilenameLength() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getMIC(byte[], int, int) - Method in interface com.jcraft.jsch.GSSContext
-
calculates a Message Integrity Code for a message.
- getMountFlag() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getMPInt() - Method in class com.jcraft.jsch.Buffer
-
reads a multiple-precision (signed) integer.
- getMPIntBits() - Method in class com.jcraft.jsch.Buffer
-
reads a multiple precision signed integer
as unsigned (i.e. the highest-order bit is
guaranteed to be 0).
- getMTime() - Method in class com.jcraft.jsch.SftpATTRS
-
returns the last modification time.
- getMtimeString() - Method in class com.jcraft.jsch.SftpATTRS
-
returns a string representation of the modifiying time.
- getN() - Method in interface com.jcraft.jsch.KeyPairGenRSA
-
The modulus of the key-pair.
- getName() - Method in interface com.jcraft.jsch.Identity
-
returns the name of this identity.
- getName() - Method in interface com.jcraft.jsch.IdentityRepository
-
The name of the repository instance.
- getName() - Method in class com.jcraft.jsch.IdentityRepository.Wrapper
-
- getName() - Method in interface com.jcraft.jsch.MAC
-
The name of the algorithm, as defined in RFC 4253.
- getOffSet() - Method in class com.jcraft.jsch.Buffer
-
returns the current offset.
- getOutputStream() - Method in class com.jcraft.jsch.Channel
-
Gets an OutputStream for this channel.
- getOutputStream() - Method in interface com.jcraft.jsch.Proxy
-
Returns an OutputStream to write data to the remote server.
- getOutputStream() - Method in class com.jcraft.jsch.ProxyHTTP
-
- getOutputStream() - Method in class com.jcraft.jsch.ProxySOCKS4
-
- getOutputStream() - Method in class com.jcraft.jsch.ProxySOCKS5
-
- getOutputStream(Socket) - Method in interface com.jcraft.jsch.SocketFactory
-
Creates an OutputStream for a Socket.
- getP() - Method in interface com.jcraft.jsch.KeyPairGenDSA
-
The modulus p
, a prime.
- getP() - Method in interface com.jcraft.jsch.KeyPairGenRSA
-
The prime p.
- getPassphrase() - Method in interface com.jcraft.jsch.UserInfo
-
Returns the passphrase entered by the user.
- getPassword() - Method in interface com.jcraft.jsch.UserInfo
-
Returns the password entered by the user.
- getPermissions() - Method in class com.jcraft.jsch.SftpATTRS
-
Returns the Unix permissions of the file.
- getPermissionsString() - Method in class com.jcraft.jsch.SftpATTRS
-
Returns a string representation of the permissions
in the format used by ls -l
.
- getPort() - Method in interface com.jcraft.jsch.ConfigRepository.Config
-
The port number to use for connecting.
- getPort() - Method in class com.jcraft.jsch.Session
-
returns the port at the remote host we will connect
(or already connected) to.
- getPortForwardingL() - Method in class com.jcraft.jsch.Session
-
returns a snapshot of the current local port forwarding
configurations.
- getPortForwardingR() - Method in class com.jcraft.jsch.Session
-
Lists the registered remote port forwarding.
- getPublicKeyBlob() - Method in interface com.jcraft.jsch.Identity
-
Returns the public key data.
- getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPair
-
Returns the blob of the public key.
- getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPairDSA
-
- getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPairECDSA
-
- getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPairPKCS8
-
- getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPairRSA
-
- getPublicKeyComment() - Method in class com.jcraft.jsch.KeyPair
-
- getQ() - Method in interface com.jcraft.jsch.ECDH
-
Retrieves the public key (i.e. an elliptic curve point) to be sent to the remote side.
- getQ() - Method in interface com.jcraft.jsch.KeyPairGenDSA
-
The order q
of the subgroup of (Z/pZ)^* generated by g
,
also prime.
- getQ() - Method in interface com.jcraft.jsch.KeyPairGenRSA
-
The prime q.
- getR() - Method in interface com.jcraft.jsch.KeyPairGenECDSA
-
- getRemotePort() - Method in class com.jcraft.jsch.ChannelForwardedTCPIP
-
retrieves the local port at the remote side where
this TCP connection came in.
- getS() - Method in interface com.jcraft.jsch.KeyPairGenECDSA
-
- getSecret(byte[], byte[]) - Method in interface com.jcraft.jsch.ECDH
-
calculates and returns the shared secret for this key exchange.
- getServerAliveCountMax() - Method in class com.jcraft.jsch.Session
-
Returns setting for the threshold to send keep-alive messages.
- getServerAliveInterval() - Method in class com.jcraft.jsch.Session
-
Returns setting for the interval to send a keep-alive message.
- getServerVersion() - Method in class com.jcraft.jsch.ChannelSftp
-
returns the server's protocol version number.
- getServerVersion() - Method in class com.jcraft.jsch.Session
-
returns the version string sent by the server.
- getSession() - Method in class com.jcraft.jsch.Channel
-
Retrieves the session to which this channel belongs.
- getSession(String) - Method in class com.jcraft.jsch.JSch
-
Instantiates the Session
object with
host
.
- getSession(String, String) - Method in class com.jcraft.jsch.JSch
-
Instantiates the Session
object with
username
and host
.
- getSession(String, String, int) - Method in class com.jcraft.jsch.JSch
-
Instantiates the Session
object with given
username
, host
and port
.
- getSignature(byte[]) - Method in interface com.jcraft.jsch.Identity
-
Signs some data with our private key and signature algorithm.
- getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPair
-
- getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPairDSA
-
- getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPairECDSA
-
- getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPairPKCS8
-
- getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPairRSA
-
- getSize() - Method in class com.jcraft.jsch.SftpATTRS
-
Returns the size of the file, in bytes.
- getSize() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getSocket() - Method in interface com.jcraft.jsch.Proxy
-
Returns the socket used for the connection.
- getSocket() - Method in class com.jcraft.jsch.ProxyHTTP
-
- getSocket() - Method in class com.jcraft.jsch.ProxySOCKS4
-
- getSocket() - Method in class com.jcraft.jsch.ProxySOCKS5
-
- getState() - Method in class com.jcraft.jsch.DHECN
-
- getState() - Method in class com.jcraft.jsch.DHG1
-
- getState() - Method in class com.jcraft.jsch.DHG14
-
- getState() - Method in class com.jcraft.jsch.DHGEX
-
- getState() - Method in class com.jcraft.jsch.KeyExchange
-
returns the identifier of the next SSH packet expected,
or
KeyExchange.STATE_END
if the KeyExchange was already
successfully finished.
- getStatus() - Method in interface com.jcraft.jsch.IdentityRepository
-
The status of the repository instance.
- getStatus() - Method in class com.jcraft.jsch.IdentityRepository.Wrapper
-
- getStreamForwarder(String, int) - Method in class com.jcraft.jsch.Session
-
Instantiates an instance of stream-forwarder to host
:port
.
- getString() - Method in class com.jcraft.jsch.Buffer
-
reads a string.
- getTimeout() - Method in class com.jcraft.jsch.Session
-
retrieves the current timeout setting.
- getType() - Method in class com.jcraft.jsch.HostKey
-
returns the type of the key.
- getUId() - Method in class com.jcraft.jsch.SftpATTRS
-
returns the numerical user identifier of the owning user.
- getUInt() - Method in class com.jcraft.jsch.Buffer
-
reads an unsigned 32-bit number from the buffer.
- getUsed() - Method in class com.jcraft.jsch.SftpStatVFS
-
- getUser() - Method in interface com.jcraft.jsch.ConfigRepository.Config
-
The user name to use for connecting.
- getUserInfo() - Method in class com.jcraft.jsch.Session
-
returns the current value of the UserInfo object.
- getUserName() - Method in class com.jcraft.jsch.Session
-
returns the user name used for login (and set when creating the session).
- getValue(String) - Method in interface com.jcraft.jsch.ConfigRepository.Config
-
A configuration value for a named key, as a string.
- getValues(String) - Method in interface com.jcraft.jsch.ConfigRepository.Config
-
A list of configuration values for a named key, as an array of strings.
- getVerifier() - Method in class com.jcraft.jsch.KeyPair
-
- getVerifier() - Method in class com.jcraft.jsch.KeyPairDSA
-
- getVerifier() - Method in class com.jcraft.jsch.KeyPairECDSA
-
- getVerifier() - Method in class com.jcraft.jsch.KeyPairPKCS8
-
- getVerifier() - Method in class com.jcraft.jsch.KeyPairRSA
-
- getX() - Method in interface com.jcraft.jsch.KeyPairGenDSA
-
The secret key x
.
- getY() - Method in interface com.jcraft.jsch.KeyPairGenDSA
-
The public key y = g^x mod p
.
- GSSContext - Interface in com.jcraft.jsch
-
Usually not to be used by applications.
- GUESS - Static variable in class com.jcraft.jsch.HostKey
-
Type constant for "try to guess the type".
- guess(byte[], byte[]) - Static method in class com.jcraft.jsch.KeyExchange
-
- id - Variable in exception com.jcraft.jsch.SftpException
-
The status code which caused the exception to be thrown.
- Identity - Interface in com.jcraft.jsch
-
A user identity for public-key authentication.
- IdentityRepository - Interface in com.jcraft.jsch
-
A repository for identities (basically key pairs usable for authentication to a server).
- IdentityRepository.Wrapper - Class in com.jcraft.jsch
-
JSch will accept ciphered keys, but some implementations of
IdentityRepository can not.
- INFLATER - Static variable in interface com.jcraft.jsch.Compression
-
Constant for inflating (decompressing) mode.
- INFO - Static variable in interface com.jcraft.jsch.Logger
-
Log level constant: The second lowest level, information.
- init(int, byte[], byte[]) - Method in interface com.jcraft.jsch.Cipher
-
Initializes the Cipher object for a new encryption
or decryption operation.
- init(int, byte[], byte[]) - Method in class com.jcraft.jsch.CipherNone
-
- init(int, int) - Method in interface com.jcraft.jsch.Compression
-
Initializes the compression engine.
- init() - Method in interface com.jcraft.jsch.DH
-
initializes the algorithm object for a new exchange.
- init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.DHECN
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.DHG1
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.DHG14
-
- init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.DHGEX
-
- init(int) - Method in interface com.jcraft.jsch.ECDH
-
Initializes this instance for key pairs of a specific size.
- init(byte[], int, int) - Method in interface com.jcraft.jsch.GSSContext
-
Tries to establish the secure context by processing a token
from the server and (maybe) creating a new token to send to
the server.
- init() - Method in interface com.jcraft.jsch.HASH
-
initializes the algorithm for new input data.
- init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.KeyExchange
-
Initializes the key exchange object.
- init(int) - Method in interface com.jcraft.jsch.KeyPairGenDSA
-
Generates a key pair.
- init(int) - Method in interface com.jcraft.jsch.KeyPairGenECDSA
-
- init(int) - Method in interface com.jcraft.jsch.KeyPairGenRSA
-
Generates a new key pair.
- init(byte[]) - Method in interface com.jcraft.jsch.MAC
-
Initializes the MAC, providing the key.
- init(int, String, String, long) - Method in interface com.jcraft.jsch.SftpProgressMonitor
-
Will be called when a new operation starts.
- init() - Method in interface com.jcraft.jsch.Signature
-
Initializes the signature object.
- IO - Class in com.jcraft.jsch
-
Usually not to be used by applications.
- IO() - Constructor for class com.jcraft.jsch.IO
-
- isBlk() - Method in class com.jcraft.jsch.SftpATTRS
-
- isCBC() - Method in interface com.jcraft.jsch.Cipher
-
Checks whether this cipher is in Cipher Block Chaining mode.
- isCBC() - Method in class com.jcraft.jsch.CipherNone
-
- isChr() - Method in class com.jcraft.jsch.SftpATTRS
-
- isClosed() - Method in class com.jcraft.jsch.Channel
-
returns true if this channel is already closed
(or another thread is in progress of closing the channel).
- isConnected() - Method in class com.jcraft.jsch.Channel
-
returns true if this channel is currently
connected (which also means that the session
is still connected).
- isConnected() - Method in class com.jcraft.jsch.Session
-
retrieves the current connection status.
- isDir() - Method in class com.jcraft.jsch.SftpATTRS
-
checks whether this file is a directory.
- isEnabled(int) - Method in interface com.jcraft.jsch.Logger
-
Checks if logging of some level is actually enabled.
- isEncrypted() - Method in interface com.jcraft.jsch.Identity
-
Checks whether the private key is encrypted.
- isEncrypted() - Method in class com.jcraft.jsch.KeyPair
-
checks whether the private key currently is encrypted.
- isEOF() - Method in class com.jcraft.jsch.Channel
-
Checks if we have already read all the data,
i.e. whether the remote side sent an end-of-file
notification for this channel.
- isEstablished() - Method in interface com.jcraft.jsch.GSSContext
-
Checks is the context establishing already succeeded.
- isFifo() - Method in class com.jcraft.jsch.SftpATTRS
-
- isLink() - Method in class com.jcraft.jsch.SftpATTRS
-
checks whether this file is a symbolic link.
- isReg() - Method in class com.jcraft.jsch.SftpATTRS
-
- isSock() - Method in class com.jcraft.jsch.SftpATTRS
-
- Packet - Class in com.jcraft.jsch
-
Usually not to be used by applications.
- Packet(Buffer) - Constructor for class com.jcraft.jsch.Packet
-
creates a new Packet, based on a buffer.
- packet - Variable in class com.jcraft.jsch.UserAuth
-
- parse(String) - Static method in class com.jcraft.jsch.OpenSSHConfig
-
Parses the given string, and returns an instance of ConfigRepository.
- parseFile(String) - Static method in class com.jcraft.jsch.OpenSSHConfig
-
Parses the given file, and returns an instance of ConfigRepository.
- PBKDF - Interface in com.jcraft.jsch
-
The PBKDF2 algorithm for password-based key derivation.
- promptKeyboardInteractive(String, String, String, String[], boolean[]) - Method in interface com.jcraft.jsch.UIKeyboardInteractive
-
Retrieves answers from the user to a number of questions.
- promptPassphrase(String) - Method in interface com.jcraft.jsch.UserInfo
-
Prompts the user for a passphrase for a public key.
- promptPassword(String) - Method in interface com.jcraft.jsch.UserInfo
-
Prompts the user for a password used for authentication for
the remote server.
- promptYesNo(String) - Method in interface com.jcraft.jsch.UserInfo
-
Prompts the user to answer a yes-no-question.
- Proxy - Interface in com.jcraft.jsch
-
Allows routing connections through some proxy.
- ProxyHTTP - Class in com.jcraft.jsch
-
A
Proxy
implementation using a HTTP proxy.
- ProxyHTTP(String) - Constructor for class com.jcraft.jsch.ProxyHTTP
-
Creates a new ProxyHTTP object.
- ProxyHTTP(String, int) - Constructor for class com.jcraft.jsch.ProxyHTTP
-
Creates a new ProxyHTTP object.
- ProxySOCKS4 - Class in com.jcraft.jsch
-
A
Proxy
implementation using a SOCKS V5 proxy.
- ProxySOCKS4(String) - Constructor for class com.jcraft.jsch.ProxySOCKS4
-
Creates a new ProxySOCKS5 object.
- ProxySOCKS4(String, int) - Constructor for class com.jcraft.jsch.ProxySOCKS4
-
Creates a new ProxyHTTP object.
- ProxySOCKS5 - Class in com.jcraft.jsch
-
A
Proxy
implementation using a SOCKS V5 proxy.
- ProxySOCKS5(String) - Constructor for class com.jcraft.jsch.ProxySOCKS5
-
Creates a new ProxySOCKS5 object.
- ProxySOCKS5(String, int) - Constructor for class com.jcraft.jsch.ProxySOCKS5
-
Creates a new ProxyHTTP object.
- publicKeyComment - Variable in class com.jcraft.jsch.KeyPair
-
- put(String, String) - Method in class com.jcraft.jsch.ChannelSftp
-
Uploads a file.
- put(String, String, int) - Method in class com.jcraft.jsch.ChannelSftp
-
Uploads a file.
- put(String, String, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
-
Uploads a file.
- put(String, String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
-
Uploads a file.
- put(InputStream, String) - Method in class com.jcraft.jsch.ChannelSftp
-
Uploads a file from an input stream.
- put(InputStream, String, int) - Method in class com.jcraft.jsch.ChannelSftp
-
Uploads a file from an input stream.
- put(InputStream, String, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
-
Uploads a file from an input stream.
- put(InputStream, String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
-
Uploads a file from an input stream.
- put(String) - Method in class com.jcraft.jsch.ChannelSftp
-
Starts an upload by OutputStream.
- put(String, int) - Method in class com.jcraft.jsch.ChannelSftp
-
Starts an upload by OutputStream.
- put(String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
-
Starts an upload by OutputStream.
- put(String, SftpProgressMonitor, int, long) - Method in class com.jcraft.jsch.ChannelSftp
-
Starts an upload by OutputStream.
- put(Packet) - Method in class com.jcraft.jsch.IO
-
- PUT - Static variable in interface com.jcraft.jsch.SftpProgressMonitor
-
Direction constant for upload.
- putByte(byte) - Method in class com.jcraft.jsch.Buffer
-
puts one byte into the buffer.
- putByte(byte[]) - Method in class com.jcraft.jsch.Buffer
-
puts all bytes in the given byte array in the buffer.
- putByte(byte[], int, int) - Method in class com.jcraft.jsch.Buffer
-
puts a subsequence of the given byte array in the buffer.
- putInt(int) - Method in class com.jcraft.jsch.Buffer
-
Puts a 32-bit number as 4 bytes into the buffer.
- putLong(long) - Method in class com.jcraft.jsch.Buffer
-
Puts a 64-bit number as 8 bytes into the buffer.
- putMPInt(byte[]) - Method in class com.jcraft.jsch.Buffer
-
Puts a byte[] as an unsigned multiple precision integer (mpint).
- putString(byte[]) - Method in class com.jcraft.jsch.Buffer
-
puts a byte sequence formatted as a SSH string into the buffer.
- putString(byte[], int, int) - Method in class com.jcraft.jsch.Buffer
-
puts a byte sequence formatted as a SSH string into the buffer.
- pwd() - Method in class com.jcraft.jsch.ChannelSftp
-
- select(ChannelSftp.LsEntry) - Method in interface com.jcraft.jsch.ChannelSftp.LsEntrySelector
-
The select
method will be invoked in ls
method for each file entry.
- sendChannelOpen() - Method in class com.jcraft.jsch.Channel
-
- sendIgnore() - Method in class com.jcraft.jsch.Session
-
sends an ignored package.
- sendKeepAliveMsg() - Method in class com.jcraft.jsch.Session
-
Sends a keep-alive message.
- sendOpenConfirmation() - Method in class com.jcraft.jsch.Channel
-
sends a message confirming the opening of the channel.
- sendOpenFailure(int) - Method in class com.jcraft.jsch.Channel
-
sends a message indicating the failure of a channel-opening
to the remote side.
- sendSignal(String) - Method in class com.jcraft.jsch.Channel
-
sends a signal to the process at the other side.
- ServerSocketFactory - Interface in com.jcraft.jsch
-
A factory for ServerSockets.
- session - Variable in class com.jcraft.jsch.KeyExchange
-
- Session - Class in com.jcraft.jsch
-
A Session represents a connection to a SSH server.
- setACMODTIME(int, int) - Method in class com.jcraft.jsch.SftpATTRS
-
Sets access and modification time.
- setArg(Object[]) - Method in interface com.jcraft.jsch.ForwardedTCPIPDaemon
-
Sets additional arguments given when the forwarding was created.
- setBulkRequests(int) - Method in class com.jcraft.jsch.ChannelSftp
-
Specify how many requests may be sent at any one time.
- setChannel(ChannelForwardedTCPIP, InputStream, OutputStream) - Method in interface com.jcraft.jsch.ForwardedTCPIPDaemon
-
Sets the streams to be used for communication.
- setClientVersion(String) - Method in class com.jcraft.jsch.Session
-
changes the version string to be sent to the server.
- setCommand(String) - Method in class com.jcraft.jsch.ChannelExec
-
sets the command to be executed.
- setCommand(byte[]) - Method in class com.jcraft.jsch.ChannelExec
-
sets the command to be executed.
- setConfig(Hashtable) - Static method in class com.jcraft.jsch.JSch
-
Sets multiple default configuration options at once.
- setConfig(String, String) - Static method in class com.jcraft.jsch.JSch
-
Sets a default configuration option.
- setConfig(Properties) - Method in class com.jcraft.jsch.Session
-
sets several configuration options at once.
- setConfig(Hashtable) - Method in class com.jcraft.jsch.Session
-
sets several configuration options at once.
- setConfig(String, String) - Method in class com.jcraft.jsch.Session
-
sets a single configuration option for this session.
- setConfigRepository(ConfigRepository) - Method in class com.jcraft.jsch.JSch
-
- setDaemonThread(boolean) - Method in class com.jcraft.jsch.Session
-
Sets the deamon thread property.
- setErrStream(OutputStream) - Method in class com.jcraft.jsch.ChannelExec
-
Sets the error stream.
- setErrStream(OutputStream, boolean) - Method in class com.jcraft.jsch.ChannelExec
-
Sets the error stream.
- setErrStream(OutputStream) - Method in class com.jcraft.jsch.ChannelSubsystem
-
Sets the error stream.
- setExtOutputStream(OutputStream) - Method in class com.jcraft.jsch.Channel
-
Sets the OutputStream for extended data for this channel.
- setExtOutputStream(OutputStream, boolean) - Method in class com.jcraft.jsch.Channel
-
Sets the OutputStream for extended data for this channel.
- setF(byte[]) - Method in interface com.jcraft.jsch.DH
-
Sets the value of f
, that is the result of
g^y mod P
- setFilenameEncoding(String) - Method in class com.jcraft.jsch.ChannelSftp
-
Sets the encoding used to convert file names from Strings to bytes.
- setG(byte[]) - Method in interface com.jcraft.jsch.DH
-
Sets the generator of the group.
- setHost(String) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
-
Sets the remote host name (or IP address) to connect to
(which should be valid at the remote side).
- setHost(String) - Method in class com.jcraft.jsch.Session
-
Sets the host to connect to.
- setHostKeyAlias(String) - Method in class com.jcraft.jsch.Session
-
sets the host key alias used when comparing the
host key to the known hosts list.
- setHostKeyRepository(HostKeyRepository) - Method in class com.jcraft.jsch.JSch
-
Sets the Host key repository.
- setHostKeyRepository(HostKeyRepository) - Method in class com.jcraft.jsch.Session
-
Sets the hostkeyRepository, which will be referred in checking host keys.
- setIdentityRepository(IdentityRepository) - Method in class com.jcraft.jsch.JSch
-
Sets the identityRepository
, which will be referred
in the public key authentication.
- setIdentityRepository(IdentityRepository) - Method in class com.jcraft.jsch.Session
-
Sets the identityRepository, which will be referred
in the public key authentication.
- setInputStream(InputStream) - Method in class com.jcraft.jsch.Channel
-
Sets the InputStream for this channel.
- setInputStream(InputStream, boolean) - Method in class com.jcraft.jsch.Channel
-
Sets the InputStream for this channel.
- setInputStream(InputStream) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
-
Sets the InputStream to be forwarded.
- setInputStream(InputStream) - Method in class com.jcraft.jsch.Session
-
(I have no idea what this is for.
- setKnownHosts(String) - Method in class com.jcraft.jsch.JSch
-
Creates a host key repository from a file name.
- setKnownHosts(InputStream) - Method in class com.jcraft.jsch.JSch
-
Creates a Host key repository from an InputStream.
- setLogger(Logger) - Static method in class com.jcraft.jsch.JSch
-
sets the Logger to be used by this library.
- setMtime(String, int) - Method in class com.jcraft.jsch.ChannelSftp
-
sets the modification time of one or several remote files.
- setOffSet(int) - Method in class com.jcraft.jsch.Buffer
-
changes the current offset.
- setOrgIPAddress(String) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
-
Sets the local originator IP address we pretend the connection
came from.
- setOrgPort(int) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
-
Sets the local originator port number we pretend the connection
came from.
- setOutputStream(OutputStream) - Method in class com.jcraft.jsch.Channel
-
Sets the OutputStream for this channel.
- setOutputStream(OutputStream, boolean) - Method in class com.jcraft.jsch.Channel
-
Sets the OutputStream for this channel.
- setOutputStream(OutputStream) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
-
Sets the OutputStream to be forwarded.
- setOutputStream(OutputStream) - Method in class com.jcraft.jsch.Session
-
(I have no idea what this is for.
- setP(byte[]) - Method in interface com.jcraft.jsch.DH
-
Sets the prime number, modulo which the calculations should be done.
- setPassphrase(byte[]) - Method in interface com.jcraft.jsch.Identity
-
Provides a passphrase to decrypt the private key.
- setPassphrase(String) - Method in class com.jcraft.jsch.KeyPair
-
- setPassphrase(byte[]) - Method in class com.jcraft.jsch.KeyPair
-
- setPassword(String) - Method in class com.jcraft.jsch.Session
-
sets the password to use for authentication.
- setPassword(byte[]) - Method in class com.jcraft.jsch.Session
-
sets the password to use for authentication.
- setPERMISSIONS(int) - Method in class com.jcraft.jsch.SftpATTRS
-
sets the file permissions.
- setPort(int) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
-
Sets the remote port number to connect to.
- setPort(int) - Method in class com.jcraft.jsch.Session
-
Sets the port on the server to connect to.
- setPortForwardingL(int, String, int) - Method in class com.jcraft.jsch.Session
-
Registers the local port forwarding for loop-back interface.
- setPortForwardingL(String, int, String, int) - Method in class com.jcraft.jsch.Session
-
Registers the local port forwarding.
- setPortForwardingL(String, int, String, int, ServerSocketFactory) - Method in class com.jcraft.jsch.Session
-
Registers the local port forwarding.
- setPortForwardingL(String, int, String, int, ServerSocketFactory, int) - Method in class com.jcraft.jsch.Session
-
Registers the local port forwarding.
- setPortForwardingL(String) - Method in class com.jcraft.jsch.Session
-
Registers the local port forwarding.
- setPortForwardingR(int, String, int) - Method in class com.jcraft.jsch.Session
-
Registers the remote port forwarding for the loopback interface
of the remote.
- setPortForwardingR(String, int, String, int) - Method in class com.jcraft.jsch.Session
-
Registers the remote port forwarding.
- setPortForwardingR(int, String, int, SocketFactory) - Method in class com.jcraft.jsch.Session
-
Registers the remote port forwarding for the loopback interface
of the remote.
- setPortForwardingR(String, int, String, int, SocketFactory) - Method in class com.jcraft.jsch.Session
-
Registers the remote port forwarding.
- setPortForwardingR(int, String) - Method in class com.jcraft.jsch.Session
-
Registers the remote port forwarding for the loopback interface
of the remote.
- setPortForwardingR(int, String, Object[]) - Method in class com.jcraft.jsch.Session
-
Registers the remote port forwarding for the loopback interface
of the remote.
- setPortForwardingR(String, int, String, Object[]) - Method in class com.jcraft.jsch.Session
-
Registers the remote port forwarding.
- setPortForwardingR(String) - Method in class com.jcraft.jsch.Session
-
Registers the remote port forwarding.
- setProxy(Proxy) - Method in class com.jcraft.jsch.Session
-
Sets the proxy property.
- setPrvKey(byte[], byte[], byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureDSA
-
Sets the private key and prepares this signature object
for signing.
- setPrvKey(byte[]) - Method in interface com.jcraft.jsch.SignatureECDSA
-
Sets the private key to be used for signing.
- setPrvKey(byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureRSA
-
Sets the private key and prepares this signature object
for signing.
- setPty(boolean) - Method in class com.jcraft.jsch.ChannelSubsystem
-
- setPubKey(byte[], byte[], byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureDSA
-
Sets the public key and prepares this signature object
for signature verifying.
- setPubKey(byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureECDSA
-
Sets the public key to be used for signature verification.
- setPubKey(byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureRSA
-
Sets the public key and prepares this signature object
for signature verifying.
- setPublicKeyComment(String) - Method in class com.jcraft.jsch.KeyPair
-
- setServerAliveCountMax(int) - Method in class com.jcraft.jsch.Session
-
Sets the number of keep-alive messages which may be sent without
receiving any messages back from the server.
- setServerAliveInterval(int) - Method in class com.jcraft.jsch.Session
-
sets the server alive interval property.
- setSIZE(long) - Method in class com.jcraft.jsch.SftpATTRS
-
sets the size.
- setSocketFactory(SocketFactory) - Method in class com.jcraft.jsch.Session
-
sets the socket factory.
- setStat(String, SftpATTRS) - Method in class com.jcraft.jsch.ChannelSftp
-
Changes attributes of a remote file or directory.
- setSubsystem(String) - Method in class com.jcraft.jsch.ChannelSubsystem
-
Sets the name of the remote subsystem name.
- setTimeout(int) - Method in class com.jcraft.jsch.Session
-
sets the timeout setting.
- setUIDGID(int, int) - Method in class com.jcraft.jsch.SftpATTRS
-
Sets user and group Identifier.
- setUserInfo(UserInfo) - Method in class com.jcraft.jsch.Session
-
Sets the userInfo property.
- setUserPasswd(String, String) - Method in class com.jcraft.jsch.ProxyHTTP
-
Sets the user name and password needed for authentication
to the proxy.
- setUserPasswd(String, String) - Method in class com.jcraft.jsch.ProxySOCKS4
-
Sets the user name and password needed for authentication
to the proxy.
- setUserPasswd(String, String) - Method in class com.jcraft.jsch.ProxySOCKS5
-
Sets the user name and password needed for authentication
to the proxy.
- setWantReply(boolean) - Method in class com.jcraft.jsch.ChannelSubsystem
-
Indicates whether we want a confirmation/error reply to this request.
- setX11Cookie(String) - Method in class com.jcraft.jsch.Session
-
sets the X11 cookie necessary to access the local X11 server.
- setX11Host(String) - Method in class com.jcraft.jsch.Session
-
sets the host (on the local side) where the X11 server
(whose display we want to forward) can be found.
- setX11Port(int) - Method in class com.jcraft.jsch.Session
-
sets the port (on the local side) where the X11 server
(whose display we want to forward) can be found.
- setXForwarding(boolean) - Method in class com.jcraft.jsch.Channel
-
Enables or disables X forwarding for this channel.
- setXForwarding(boolean) - Method in class com.jcraft.jsch.ChannelSubsystem
-
- SftpATTRS - Class in com.jcraft.jsch
-
Attributes of a (remote) file manipulated via Sftp.
- SftpException - Exception in com.jcraft.jsch
-
This exception will be thrown if anything goes wrong while
using the SFTP protocol.
- SftpException(int, String) - Constructor for exception com.jcraft.jsch.SftpException
-
Creates a new SftpException.
- SftpException(int, String, Throwable) - Constructor for exception com.jcraft.jsch.SftpException
-
Creates a new SftpException.
- SftpProgressMonitor - Interface in com.jcraft.jsch
-
A callback to get information about the progress of a file
transfer operation.
- SftpStatVFS - Class in com.jcraft.jsch
-
- sha - Variable in class com.jcraft.jsch.KeyExchange
-
- sha_name - Variable in class com.jcraft.jsch.DHECN
-
- shift() - Method in class com.jcraft.jsch.Buffer
-
Shifts the contents between offset and index
back to the start of the buffer, and then sets
these two values accordingly.
- showMessage(String) - Method in interface com.jcraft.jsch.UserInfo
-
Shows an informational message to the user.
- sign() - Method in interface com.jcraft.jsch.Signature
-
- Signature - Interface in com.jcraft.jsch
-
Usually not to be used by applications.
- SignatureDSA - Interface in com.jcraft.jsch
-
Usually not to be used by applications.
- SignatureECDSA - Interface in com.jcraft.jsch
-
Usually not to be used by applications.
- SignatureRSA - Interface in com.jcraft.jsch
-
Usually not to be used by applications.
- SocketFactory - Interface in com.jcraft.jsch
-
A factory for (client) sockets.
- SSH_FILEXFER_ATTR_ACMODTIME - Static variable in class com.jcraft.jsch.SftpATTRS
-
Flag indicating the presence of the
atime
and
mtime
attributes.
- SSH_FILEXFER_ATTR_EXTENDED - Static variable in class com.jcraft.jsch.SftpATTRS
-
- SSH_FILEXFER_ATTR_PERMISSIONS - Static variable in class com.jcraft.jsch.SftpATTRS
-
Flag indicating the presence of the
permissions
attribute.
- SSH_FILEXFER_ATTR_SIZE - Static variable in class com.jcraft.jsch.SftpATTRS
-
Flag indicating the presence of the
size
attribute.
- SSH_FILEXFER_ATTR_UIDGID - Static variable in class com.jcraft.jsch.SftpATTRS
-
Flag indicating the presence of the
uid
and
gid
attributes.
- SSH_FX_BAD_MESSAGE - Static variable in class com.jcraft.jsch.ChannelSftp
-
- SSH_FX_CONNECTION_LOST - Static variable in class com.jcraft.jsch.ChannelSftp
-
- SSH_FX_EOF - Static variable in class com.jcraft.jsch.ChannelSftp
-
- SSH_FX_FAILURE - Static variable in class com.jcraft.jsch.ChannelSftp
-
- SSH_FX_NO_CONNECTION - Static variable in class com.jcraft.jsch.ChannelSftp
-
- SSH_FX_NO_SUCH_FILE - Static variable in class com.jcraft.jsch.ChannelSftp
-
- SSH_FX_OK - Static variable in class com.jcraft.jsch.ChannelSftp
-
- SSH_FX_OP_UNSUPPORTED - Static variable in class com.jcraft.jsch.ChannelSftp
-
- SSH_FX_PERMISSION_DENIED - Static variable in class com.jcraft.jsch.ChannelSftp
-
- SSH_MSG_USERAUTH_BANNER - Static variable in class com.jcraft.jsch.UserAuth
-
- SSH_MSG_USERAUTH_FAILURE - Static variable in class com.jcraft.jsch.UserAuth
-
- SSH_MSG_USERAUTH_INFO_REQUEST - Static variable in class com.jcraft.jsch.UserAuth
-
- SSH_MSG_USERAUTH_INFO_RESPONSE - Static variable in class com.jcraft.jsch.UserAuth
-
- SSH_MSG_USERAUTH_PK_OK - Static variable in class com.jcraft.jsch.UserAuth
-
- SSH_MSG_USERAUTH_REQUEST - Static variable in class com.jcraft.jsch.UserAuth
-
- SSH_MSG_USERAUTH_SUCCESS - Static variable in class com.jcraft.jsch.UserAuth
-
- SSHDSS - Static variable in class com.jcraft.jsch.HostKey
-
Type constant for a DSS key.
- SSHRSA - Static variable in class com.jcraft.jsch.HostKey
-
Type constant for a DSA key.
- start() - Method in class com.jcraft.jsch.Channel
-
Not to be called externally.
- start() - Method in class com.jcraft.jsch.ChannelExec
-
- start() - Method in class com.jcraft.jsch.ChannelSftp
-
- start() - Method in class com.jcraft.jsch.ChannelShell
-
- start() - Method in class com.jcraft.jsch.ChannelSubsystem
-
- start(Session) - Method in class com.jcraft.jsch.UserAuth
-
Will be called by the Session to do the authentication.
- start(Session) - Method in class com.jcraft.jsch.UserAuthGSSAPIWithMIC
-
Does the actual authentication, i.e. sends the necessary packets
to the other side and receives some from there.
- stat(String) - Method in class com.jcraft.jsch.ChannelSftp
-
Retrieves the file attributes of a file or directory.
- STATE_END - Static variable in class com.jcraft.jsch.KeyExchange
-
- statVFS(String) - Method in class com.jcraft.jsch.ChannelSftp
-
- symlink(String, String) - Method in class com.jcraft.jsch.ChannelSftp
-
Creates a new symbolic link.
- sync() - Method in class com.jcraft.jsch.KnownHosts
-
- sync(String) - Method in class com.jcraft.jsch.KnownHosts
-