- Static method in class com.sshtools.publickey.
- GATEWAY_FORWARDING - Static variable in class com.maverick.ssh.AdaptiveConfiguration
-
Forwarding directives
- GENERAL_FAILURE - Static variable in exception com.sshtools.publickey.PublicKeySubsystemException
-
- generate(long, byte[], int, int, byte[], int) - Method in class com.maverick.ssh.components.jce.AbstractHmac
-
- generate(long, byte[], int, int, byte[], int) - Method in class com.maverick.ssh.components.NoneHmac
-
- generate(long, byte[], int, int, byte[], int) - Method in interface com.maverick.ssh.components.SshHmac
-
- generateAlgorithmSpec(byte[]) - Method in class com.maverick.ssh.components.jce.AbstractJCECipher
-
- generateCertificate(SshPublicKey, long, int, String, String, int, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateCertificate(SshKeyPair, long, int, String, String, int, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateCertificate(SshPublicKey, long, int, String, String, int, List<CertificateExtension>, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateCertificate(SshKeyPair, long, int, String, String, int, List<CertificateExtension>, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateCertificate(SshKeyPair, long, int, String, List<String>, int, List<CriticalOption>, List<CertificateExtension>, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateCertificate(SshPublicKey, long, int, String, List<String>, int, List<CriticalOption>, List<CertificateExtension>, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateCertificate(SshKeyPair, long, int, String, List<String>, int, Map<String, String>, List<String>, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateDsaKeyPair(int) - Method in class com.maverick.ssh.components.ComponentManager
-
Generate a new DSA public/private key pair.
- generateDsaKeyPair(int) - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- generateEcdsaKeyPair(int) - Method in class com.maverick.ssh.components.ComponentManager
-
Generate a new ECDSA key pair.
- generateEcdsaKeyPair(int) - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- generateEd25519KeyPair() - Method in class com.maverick.ssh.components.ComponentManager
-
- generateEd25519KeyPair() - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- generateEd448KeyPair() - Method in class com.maverick.ssh.components.ComponentManager
-
- generateEd448KeyPair() - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- generateHostCertificate(SshPublicKey, long, String, int, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateHostCertificate(SshKeyPair, long, String, int, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateKey(int, SecureRandom) - Static method in class com.maverick.ssh1.Rsa
-
- generateKey(int, BigInteger, SecureRandom) - Static method in class com.maverick.ssh1.Rsa
-
- generateKeyPair(String, int) - Static method in class com.sshtools.publickey.SshKeyPairGenerator
-
Generates a new key pair.
- generateKeyPair() - Static method in class com.sshtools.publickey.SshKeyPairGenerator
-
- generateKeyPair(String) - Static method in class com.sshtools.publickey.SshKeyPairGenerator
-
- generateRsaKeyPair(int, int) - Method in class com.maverick.ssh.components.ComponentManager
-
Generate an RSA public/private pair.
- generateRsaKeyPair(int, int) - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- generateSecretKeySpec(byte[]) - Method in class com.maverick.ssh.components.jce.AbstractJCECipher
-
- generateUserCertificate(SshPublicKey, long, String, int, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- generateUserCertificate(SshKeyPair, long, String, int, SshKeyPair) - Static method in class com.sshtools.publickey.SshCertificateAuthority
-
- gensalt(int) - Static method in class com.maverick.util.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- gensalt() - Static method in class com.maverick.util.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method,
selecting a reasonable default for the number of hashing
rounds to apply
- get(String) - Method in class com.maverick.scp.ScpClientIO
-
Gets a remote file as a java.io.InputStream
.
- get(String, FileTransferProgress) - Method in class com.maverick.scp.ScpClientIO
-
Gets a remote file as a java.io.InputStream
.
- get(byte[], int, int) - Method in class com.maverick.util.CachingDataWindow
-
- get(ByteBuffer) - Method in class com.maverick.util.CachingDataWindow
-
- get() - Method in interface com.sshtools.config.file.entry.Entry.AbstractEntryBuilder.Result
-
- get() - Method in class com.sshtools.config.file.SshdConfigFileCursor
-
- get(String, String[], boolean) - Method in class com.sshtools.scp.ScpClient
-
Downloads an array of remote files to the local computer.
- get(String, String[], boolean, FileTransferProgress) - Method in class com.sshtools.scp.ScpClient
-
- get(String, String, boolean) - Method in class com.sshtools.scp.ScpClient
-
Downloads a remote file onto the local computer.
- get(String, String, boolean, FileTransferProgress) - Method in class com.sshtools.scp.ScpClient
-
- get(String, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file to the local computer.
- get(String, FileTransferProgress, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file to the local computer.
- get(String, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file to the local computer
- get(String) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file to the local computer
- get(String, String, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file to the local computer.
- get(String, String, FileTransferProgress, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file to the local computer.
- get(String, String, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file into the local file.
- get(String, String) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file into the local file.
- get(String, OutputStream, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file writing it to the specified
OutputStream
.
- get(String, OutputStream, FileTransferProgress, long) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file writing it to the specified
OutputStream
.
- get(String, OutputStream, long) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file into an OutputStream.
- get(String, OutputStream) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file into an OutputStream.
- getA() - Method in interface com.maverick.ssh.components.jce.SshEd25519PublicKey
-
- getA() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getA() - Method in interface com.maverick.ssh.components.jce.SshEd448PublicKey
-
- getA() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getAbsolutePath() - Method in class com.maverick.sftp.SftpFile
-
Get the absolute path
- getAbsolutePath(SftpFile) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Get the absolute path of a file.
- getAbsolutePath(String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Get the absolute path of a file.
- getAbsolutePath(String) - Method in class com.sshtools.sftp.SftpClient
-
Get the absolute path for a file.
- getAccessedDateTime() - Method in class com.maverick.sftp.SftpFileAttributes
-
Returns the last accessed date/time as a Java Date object.
- getAccessedTime() - Method in class com.maverick.sftp.SftpFileAttributes
-
Get the last accessed time.
- getActiveChannels() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- getAddress(String) - Static method in class com.maverick.ssh.components.Utils
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.AbstractHmac
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.client.Curve25519SHA256
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanEcdh
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup
-
Get the algorithm name for this key exchange
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup14Sha1
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup1Sha1
-
Get the algorithm name for this key exchange
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroupExchangeSha1
-
Get the algorithm name for this key exchange
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroupExchangeSha256
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.client.Rsa1024Sha1
-
Get the algorithm name for this key exchange
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.client.Rsa2048Sha256
-
Get the algorithm name for this key exchange
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacMD5
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacMD596
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacMD5ETM
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacRipeMd160
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacRipeMd160_at_openssh_dot_com
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacRipeMd160ETM
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha1
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha196
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha1ETM
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha256
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha256_96
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha256_at_ssh_dot_com
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha256ETM
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha512
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha512_96
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.HmacSha512ETM
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
Get the algorithm name for the public key.
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaCertificate
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshEd25519Certificate
-
Get the algorithm name for the public key.
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh1Des3
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh1RsaPublicKey
-
The algorithm name "rsa1"
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2BaseDsaPrivateKey
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
Get the algorithm name for the public key.
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPrivateKey
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateKey
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA256
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA512
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshEd25519PrivateKeyJCE
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshEd448PrivateKeyJCE
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKey
-
Get the algorithm name for the public key.
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKeyRfc6187
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist256Rfc6187
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist384Rfc6187
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist521Rfc6187
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509EcdsaSha2NistPublicKeyRfc6187
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509Rsa2048Sha256Rfc6187
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKey
-
Get the algorithm name for the public key.
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKeyRfc6187
-
- getAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509RsaSha1PublicKey
-
Get the algorithm name for the public key.
- getAlgorithm() - Method in class com.maverick.ssh.components.NoneHmac
-
- getAlgorithm() - Method in class com.maverick.ssh.components.SshCipher
-
- getAlgorithm() - Method in interface com.maverick.ssh.components.SshComponent
-
- getAlgorithm() - Method in interface com.maverick.ssh.components.SshHmac
-
- getAlgorithm() - Method in interface com.maverick.ssh.components.SshPrivateKey
-
- getAlgorithm() - Method in interface com.maverick.ssh.components.SshPublicKey
-
Get the algorithm name for the public key.
- getAlgorithm() - Method in class com.maverick.ssh.compression.NoneCompression
-
- getAlgorithm() - Method in interface com.maverick.ssh.compression.SshCompression
-
Get the algorithm name for this compression implementation.
- getAlgorithm() - Method in interface com.maverick.ssh.SecureComponent
-
- getAlgorithm() - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
Get the key exchange algorithm name.
- getAlgorithm() - Method in class com.sshtools.zlib.OpenSSHZLibCompression
-
- getAlgorithm() - Method in class com.sshtools.zlib.ZLibCompression
-
- getAlgorithmName() - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305.Poly1305
-
- getAlgorithmsForHost(String) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- getAll() - Method in class socks.InetRange
-
Get all entries in the range as strings.
- getAllAttributes() - Method in class com.maverick.events.Event
-
- getAttribute(String) - Method in class com.maverick.events.Event
-
Get the value of an event attribute
- getAttribute(String) - Method in interface com.maverick.ssh.SshClient
-
Get a previously added attribute from this object.
- getAttribute(String, T) - Method in interface com.maverick.ssh.SshClient
-
Get an attribute or default
- getAttribute(String) - Method in class com.maverick.ssh1.Ssh1Client
-
- getAttribute(String, T) - Method in class com.maverick.ssh1.Ssh1Client
-
- getAttribute(String) - Method in class com.maverick.ssh2.Ssh2Client
-
- getAttribute(String, T) - Method in class com.maverick.ssh2.Ssh2Client
-
- getAttributes() - Method in class com.maverick.sftp.SftpFile
-
Get the files attributes.
- getAttributes(String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Get the attributes of a file.
- getAttributes(String, int, String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getAttributes(SftpFile) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Get the attributes of a file.
- getAuthenticationMethod() - Method in class com.sshtools.net.HttpResponse
-
- getAuthenticationMethod(int) - Method in class socks.Socks5Proxy
-
Get authentication method, which corresponds to given method id
- getAuthenticationMethods(String, String) - Method in class com.maverick.ssh2.AuthenticationProtocol
-
Get a list of available authentication methods for the user.
- getAuthenticationMethods() - Method in class com.maverick.ssh2.AuthenticationResult
-
Get the authentication methods that can be used.
- getAuthenticationMethods(String) - Method in class com.maverick.ssh2.Ssh2Client
-
Get a list of authentication methods for the user.
- getAuthenticationRealm() - Method in class com.sshtools.net.HttpResponse
-
- getAvail() - Method in class com.sshtools.sftp.StatVfs
-
- getAvailableCiphers(SecurityLevel) - Static method in class com.maverick.ssh.SshConnector
-
- getAvailableCiphers() - Static method in class com.maverick.ssh.SshConnector
-
- getAvailableCompressions() - Static method in class com.maverick.ssh.SshConnector
-
- getAvailableKeyExchanges(SecurityLevel) - Static method in class com.maverick.ssh.SshConnector
-
- getAvailableKeyExchanges() - Static method in class com.maverick.ssh.SshConnector
-
- getAvailableMacs(SecurityLevel) - Static method in class com.maverick.ssh.SshConnector
-
- getAvailableMacs() - Static method in class com.maverick.ssh.SshConnector
-
- getAvailablePublicKeys(SecurityLevel) - Static method in class com.maverick.ssh.SshConnector
-
- getAvailablePublicKeys() - Static method in class com.maverick.ssh.SshConnector
-
- getAvailBlocks() - Method in class com.sshtools.sftp.StatVfs
-
- getAvailForNonRoot() - Method in class com.sshtools.sftp.StatVfs
-
- getAvailINodes() - Method in class com.sshtools.sftp.StatVfs
-
- getBackgroundThread() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- getBackgroundThread() - Method in class com.maverick.ssh2.Ssh2Client
-
- getBannerDisplay() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the contexts banner display
- getBCProvider() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaCertificate
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.OpenSshEd25519Certificate
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getBitLength() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getBitLength() - Method in interface com.maverick.ssh.components.SshPublicKey
-
Get the bit length of the public key
- getBlankEntryKey() - Method in class com.sshtools.config.file.entry.Entry
-
- getBlockingThread() - Method in class com.maverick.ssh.message.SshMessageStore
-
- getBlocks() - Method in class com.sshtools.sftp.StatVfs
-
- getBlockSize() - Method in class com.maverick.ssh.components.jce.AbstractJCECipher
-
- getBlockSize() - Method in class com.maverick.ssh.components.jce.ArcFour
-
- getBlockSize() - Method in class com.maverick.ssh.components.jce.ArcFour128
-
- getBlockSize() - Method in class com.maverick.ssh.components.jce.ArcFour256
-
- getBlockSize() - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305
-
- getBlockSize() - Method in class com.maverick.ssh.components.jce.Ssh1Des3
-
- getBlockSize() - Method in class com.maverick.ssh.components.NoneCipher
-
Get the cipher block size.
- getBlockSize() - Method in class com.maverick.ssh.components.SshCipher
-
Get the cipher block size.
- getBlockSize() - Method in class com.sshtools.sftp.StatVfs
-
- getBoolean(String, boolean, String...) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getBooleanOrDefault(String, boolean) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getBroadcastAddress() - Method in class com.sshtools.net.CIDRNetwork
-
- getBubbleBabble(SshPublicKey) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
- getBubbleBabble(byte[]) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
- getBubbleBabble(SshPublicKey) - Static method in class com.maverick.util.SshKeyUtils
-
- getByte() - Method in class com.maverick.util.SimpleASNReader
-
- getByteAddress(String) - Static method in class com.sshtools.net.IPUtils
-
- getBytes() - Method in class com.maverick.util.IOStreamConnector
-
- getByteSize(String, String, String...) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getCanonicalNewline() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Returns the canonical newline convention in use when reading/writing text
files.
- getCapabilities() - Method in class com.maverick.vfs.ssh.SftpFileProvider
-
- getCapacity() - Method in class com.sshtools.sftp.StatVfs
-
- getCause() - Method in exception com.maverick.ssh.SshException
-
If an INTERNAL_ERROR reason is given this method MAY return the cause of
the error.
- getCertificate() - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKey
-
- getCertificate() - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKeyRfc6187
-
- getCertificate() - Method in class com.maverick.ssh.components.jce.SshX509EcdsaSha2NistPublicKeyRfc6187
-
- getCertificate() - Method in class com.maverick.ssh.components.jce.SshX509Rsa2048Sha256Rfc6187
-
- getCertificate() - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKey
-
- getCertificate() - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKeyRfc6187
-
- getCertificate() - Method in class com.maverick.ssh.components.jce.SshX509RsaSha1PublicKey
-
- getCertificate() - Method in class com.maverick.ssh.components.SshCertificate
-
- getCertificate() - Method in interface com.maverick.ssh.components.SshX509PublicKey
-
- getCertificate(File, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getCertificate(File, String, File) - Static method in class com.maverick.util.SshKeyUtils
-
- getCertificate(InputStream, String, InputStream) - Static method in class com.maverick.util.SshKeyUtils
-
- getCertificate(String, String, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getCertificateChain() - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKey
-
- getCertificateChain() - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKeyRfc6187
-
- getCertificateChain() - Method in class com.maverick.ssh.components.jce.SshX509EcdsaSha2NistPublicKeyRfc6187
-
- getCertificateChain() - Method in class com.maverick.ssh.components.jce.SshX509Rsa2048Sha256Rfc6187
-
- getCertificateChain() - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKey
-
- getCertificateChain() - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKeyRfc6187
-
- getCertificateChain() - Method in class com.maverick.ssh.components.jce.SshX509RsaSha1PublicKey
-
- getCertificateChain() - Method in interface com.maverick.ssh.components.SshX509PublicKey
-
- getChainProxy() - Method in class socks.Proxy
-
Get proxy which is used to connect to this proxy.
- getChannelCount() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- getChannelCount() - Method in interface com.maverick.ssh.SshClient
-
Get the number of active channels.
- getChannelCount() - Method in class com.maverick.ssh1.Ssh1Client
-
- getChannelCount() - Method in class com.maverick.ssh2.Ssh2Client
-
- getChannelId() - Method in class com.maverick.ssh.message.SshAbstractChannel
-
- getChannelId() - Method in interface com.maverick.ssh.SshChannel
-
Get the id of this channel.
- getChannelLimit() - Method in interface com.maverick.ssh.SshContext
-
Get the maximum number of channels that are allowed open at any one time.
- getChannelLimit() - Method in class com.maverick.ssh1.Ssh1Context
-
- getChannelLimit() - Method in class com.maverick.ssh2.Ssh2Context
-
- getCharset(FileSystemOptions) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- getCharsetEncoding() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Get the current encoding being used for filename Strings.
- getCharsetEncoding() - Static method in class com.maverick.util.ByteArrayReader
-
Get the current encoding being used for Strings variables.
- getCIDRString() - Method in class com.sshtools.net.CIDRNetwork
-
- getCipherInUseCS() - Method in class com.maverick.ssh2.Ssh2Client
-
Get the cipher algorithm used to encrypt data sent to the server.
- getCipherInUseSC() - Method in class com.maverick.ssh2.Ssh2Client
-
Get the cipher algorithm used to decrypt data received from the server.
- getCiphersCS() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the ciphers for the Client->Server stream.
- getCiphersSC() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the ciphers for the Server->Client stream.
- getCipherType(int) - Method in class com.maverick.ssh1.Ssh1Context
-
Get the cipher type for this configuration context.
- getClient() - Method in class com.maverick.ssh.Shell
-
- getClient() - Method in interface com.maverick.ssh.SshChannel
-
The SshClient that this channel belongs to
- getClient() - Method in interface com.maverick.ssh.SshSession
-
Get the client that created this session.
- getClient() - Method in class com.maverick.ssh2.AuthenticationProtocol
-
- getClient() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getClient() - Method in class com.maverick.ssh2.Ssh2Session
-
- getClient() - Method in class com.maverick.ssh2.TransportProtocol
-
Get the SshClient instance that created this transport.
- getClient() - Method in class com.maverick.vfs.ssh.SftpFileSystem
-
- getClientCount() - Method in class com.maverick.pool.SshClientPool
-
Return the total number of clients in the pool
- getClientCount(String, int, String) - Method in class com.maverick.pool.SshClientPool
-
Return the total number of clients in the pool for a given host/port/user combination.
- getClientUsername() - Method in class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
Get the user's username on the client computer
- getClientUsername() - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
Get the user's username on the client computer
- getCommand() - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- getCommandOutput() - Method in class com.maverick.ssh.ShellProcess
-
- getComment() - Method in class com.sshtools.publickey.KnownHostsKeyVerification.KeyEntry
-
- getComment() - Method in class com.sshtools.publickey.OpenSSHPublicKeyFile
-
- getComment() - Method in class com.sshtools.publickey.SECSHPublicKeyFile
-
- getComment() - Method in interface com.sshtools.publickey.SshPublicKeyFile
-
Get the comment applied to the key file.
- getCommentEntryKey() - Method in class com.sshtools.config.file.entry.Entry
-
- getComponent() - Method in exception com.maverick.ssh.SshException
-
Return the component that generated the error.
- getComponentFactory() - Method in class com.maverick.ssh.IncompatibleAlgorithm
-
- getCompression(FileSystemOptions) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- getCompressionInUseCS() - Method in class com.maverick.ssh2.Ssh2Client
-
Get the compression algorithm used to compress the clients outgoing data.
- getCompressionInUseSC() - Method in class com.maverick.ssh2.Ssh2Client
-
Get the compression algorithm used to decompress the servers data.
- getConfigBuilder() - Method in class com.maverick.vfs.ssh.SftpFileProvider
-
- getConfigClass() - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- getConnection() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getConnectionTimeout() - Static method in class com.sshtools.net.HttpProxyTransport
-
- getConnectionTimeout() - Static method in class com.sshtools.net.HttpProxyTransportWrapper
-
- getConnectionTimeout() - Static method in class com.sshtools.net.SocksProxyTransport
-
- getContext() - Method in class com.maverick.ssh.ExecutorOperationSupport
-
- getContext() - Method in interface com.maverick.ssh.SshClient
-
Get the context that created this client.
- getContext(int) - Method in class com.maverick.ssh.SshConnector
-
- getContext() - Method in class com.maverick.ssh.SshConnector
-
Get the SSH2 context
- getContext() - Method in class com.maverick.ssh1.Ssh1Client
-
- getContext() - Method in interface com.maverick.ssh2.AbstractClientTransport
-
- getContext() - Method in class com.maverick.ssh2.Ssh2Client
-
- getContext() - Method in class com.maverick.ssh2.TransportProtocol
-
- getCreationDateTime() - Method in class com.maverick.sftp.SftpFileAttributes
-
Returns the creation date/time as a Java Date object.
- getCreationTime() - Method in class com.maverick.sftp.SftpFileAttributes
-
Get the creation time of this file.
- getCriticalOptions() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getCriticalOptionsList() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getCrtCoefficient() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getCrtCoefficient() - Method in interface com.maverick.ssh.components.SshRsaPrivateCrtKey
-
- getCurve() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getCurveParams(String) - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaCertificate
-
- getCurveParams(String) - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getData() - Method in class com.maverick.agent.openssh.SshAgentOperationComplete
-
- getData() - Method in class com.maverick.agent.rfc.SshAgentOperationComplete
-
- getData() - Method in class com.maverick.ssh2.GlobalRequest
-
Get the request data, if the request has been sent and processed, this will
return the response data (which can be null).
- getData() - Method in class com.maverick.util.SimpleASNReader
-
- getDefaultConfiguration(SecurityLevel) - Static method in class com.maverick.ssh.SshConnector
-
- getDefaultContext() - Static method in class com.maverick.logging.Log
-
- getDefaultDirectory() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Gets the users default directory.
- getDefaultDirectory() - Method in class com.sshtools.sftp.SftpClient
-
Get the default directory (or HOME directory)
- getDefaultProvider() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- getDefaultProxy() - Static method in class socks.Proxy
-
Get current default proxy.
- getDeletedFiles() - Method in class com.sshtools.sftp.DirectoryOperation
-
When synchronizing directories, this method will return a list of files
that will be deleted becasue they no longer exist at the source location.
- getDescription() - Method in class com.maverick.agent.openssh.SshAgentAddKey
-
- getDescription() - Method in class com.maverick.agent.openssh.SshAgentDeleteKey
-
- getDescription() - Method in class com.maverick.agent.rfc.SshAgentAddKey
-
- getDescription() - Method in class com.maverick.agent.rfc.SshAgentDeleteKey
-
- getDHGroupExchangeKeySize() - Method in class com.maverick.ssh2.Ssh2Context
-
- getDHKeyAgreement() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- getDHKeyFactory() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- getDHKeyGenerator() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- getDirect() - Method in class socks.Proxy
-
Get the list of direct hosts.
- getECDSAAlgorithmName() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.Ssh1RsaPublicKey
-
Get the encoded format required by SSH1
- getEncoded() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
Encode the public key into a blob of binary data, the encoded result will
be passed into init to recreate the key.
- getEncoded() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKey
-
Encode the public key into a blob of binary data, the encoded result
will be passed into init to recreate the key.
- getEncoded() - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKeyRfc6187
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.SshX509EcdsaSha2NistPublicKeyRfc6187
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.SshX509Rsa2048Sha256Rfc6187
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKey
-
Encode the public key into a blob of binary data, the encoded result
will be passed into init to recreate the key.
- getEncoded() - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKeyRfc6187
-
- getEncoded() - Method in class com.maverick.ssh.components.jce.SshX509RsaSha1PublicKey
-
Encode the public key into a blob of binary data, the encoded result will
be passed into init to recreate the key.
- getEncoded() - Method in interface com.maverick.ssh.components.SshPublicKey
-
Encode the public key into a blob of binary data, the encoded result will be
passed into init to recreate the key.
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA256
-
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA512
-
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getEncodingAlgorithm() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getEncodingAlgorithm() - Method in interface com.maverick.ssh.components.SshPublicKey
-
The algorithm name used in the encoding of the public key
- getEntry(String) - Method in class com.sshtools.config.file.entry.Entry
-
- getEnvironmentName() - Method in class com.sshtools.publickey.authorized.EnvironmentOption
-
- getEnvironmentValue() - Method in class com.sshtools.publickey.authorized.EnvironmentOption
-
- getEOL(String) - Method in class com.sshtools.sftp.SftpClient
-
- getEOL(byte[]) - Method in class com.sshtools.sftp.SftpClient
-
- getErrorCode() - Method in class com.maverick.agent.rfc.SshAgentFailure
-
- getErrorCode() - Method in exception socks.SocksException
-
Get the error code associated with this exception.
- getEventName(Integer) - Method in interface com.maverick.events.EventService
-
Get an event name from the registered event code descriptors (debug use only)
- getEventName(Integer) - Method in class com.maverick.events.EventServiceImplementation
-
- getExchangeHash() - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
Get the output of the key exchange
- getExecutorService() - Method in interface com.maverick.ssh.ExecutorServiceProvider
-
- getExecutorService() - Method in interface com.maverick.ssh.message.SshMessageReader
-
- getExecutorService() - Method in class com.maverick.ssh1.Ssh1Context
-
- getExecutorService() - Method in class com.maverick.ssh2.Ssh2Context
-
- getExecutorService() - Method in class com.maverick.ssh2.TransportProtocol
-
- getExitCode() - Method in class com.maverick.ssh.ShellProcess
-
- getExitSignalInfo() - Method in class com.maverick.ssh2.Ssh2Session
-
Get the exit signal information, may be an empty string.
- getExtendedAttribute(String) - Method in class com.maverick.sftp.SftpFileAttributes
-
- getExtendedAttributes() - Method in class com.maverick.sftp.SftpFileAttributes
-
Get the extended attributes.
- getExtension(String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Get the data value of a supported SFTP extension.
- getExtension(String) - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getExtensionResponse(UnsignedInteger32) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getExtensions() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getExtensionsList() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getExtensionsMap() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getFailedTransfers() - Method in class com.sshtools.sftp.DirectoryOperation
-
Returns a Hashtable of files and exceptions.
- getFile(String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Utility method to obtain an
SftpFile
instance for a given path.
- getFileCount() - Method in class com.sshtools.sftp.DirectoryOperation
-
Get the total number of new and changed files to transfer
- getFilename() - Method in class com.maverick.sftp.SftpFile
-
Get the filename.
- getFilenameExtension(String) - Static method in class com.maverick.logging.IOUtils
-
- getFilenameWithoutExtension(String) - Static method in class com.maverick.logging.IOUtils
-
- getFiles(String) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote files to the local computer
- getFiles(String, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote files to the local computer
- getFiles(String, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote files to the local computer.
- getFiles(String, FileTransferProgress, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote files to the local computer.
- getFiles(String, String) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote files into the local file.
- getFiles(String, String, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote files into the local file.
- getFiles(String, String, FileTransferProgress, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Download the remote file to the local computer.
- getFileSystemID() - Method in class com.sshtools.sftp.StatVfs
-
- getFingerprint() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getFingerprint() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getFingerprint() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getFingerprint() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getFingerprint() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getFingerprint() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getFingerprint() - Method in interface com.maverick.ssh.components.SshPublicKey
-
Return an SSH fingerprint of the public key
- getFingerprint(SshPublicKey) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
- getFingerprint(SshPublicKey, String) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
- getFingerprint(SshPublicKey, String, SshKeyFingerprint.Encoding) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
- getFingerprint(byte[]) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
Generate an SSH key fingerprint as defined in
draft-ietf-secsh-fingerprint-00.txt.
- getFingerprint(byte[], String) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
Generate an SSH key fingerprint with a specific algorithm.
- getFingerprint(byte[], String, SshKeyFingerprint.Encoding) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
- getFingerprint(SshPublicKey) - Static method in class com.maverick.util.SshKeyUtils
-
- getFlags() - Method in class com.maverick.agent.openssh.SshAgentPrivateKeyOp
-
- getFlags() - Method in class com.maverick.sftp.ACL
-
- getForcedCommand() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getFormattedEntry() - Method in class com.maverick.util.BlankLineEntry
-
- getFormattedEntry() - Method in class com.maverick.util.CommentEntry
-
- getFormattedEntry() - Method in class com.maverick.util.Entry
-
- getFormattedEntry() - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- getFormattedFile() - Method in class com.sshtools.publickey.authorized.AuthorizedKeyFile
-
- getFormattedKey(SshPublicKey, String, int) - Static method in class com.maverick.util.SshKeyUtils
-
- getFormattedKey(SshPublicKey, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getFormattedKey() - Method in class com.sshtools.publickey.OpenSSHPublicKeyFile
-
- getFormattedKey() - Method in class com.sshtools.publickey.SECSHPublicKeyFile
-
- getFormattedKey() - Method in interface com.sshtools.publickey.SshPrivateKeyFile
-
Get the formatted key
- getFormattedKey() - Method in interface com.sshtools.publickey.SshPublicKeyFile
-
Get the formatted key.
- getFormattedLine() - Method in class com.sshtools.config.file.entry.type.FileEntryType.BlankEntry
-
- getFormattedLine() - Method in class com.sshtools.config.file.entry.type.FileEntryType.CommentEntry
-
- getFormattedLine() - Method in class com.sshtools.config.file.entry.type.FileEntryType.SshdConfigFileEntry
-
- getFormattedLine() - Method in class com.sshtools.config.file.entry.type.FileEntryType.SshdConfigKeyValueEntry
-
- getFormattedOption() - Method in class com.sshtools.publickey.authorized.Option
-
- getFormattedOption() - Method in class com.sshtools.publickey.authorized.TunnelOption
-
- getForwardingPath() - Method in class com.maverick.agent.KeyConstraints
-
- getFragmentSize() - Method in class com.sshtools.sftp.StatVfs
-
- getFreeBlocks() - Method in class com.sshtools.sftp.StatVfs
-
- getFreeINodes() - Method in class com.sshtools.sftp.StatVfs
-
- getG() - Method in class com.maverick.ssh.components.DiffieHellmanGroups.DHGroup
-
- getG() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- getG() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getG() - Method in interface com.maverick.ssh.components.SshDsaPublicKey
-
- getGID() - Method in class com.maverick.sftp.SftpFileAttributes
-
Get the GID of this file.
- getGlobalConfig(String) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getGlobalEntry() - Method in class com.sshtools.config.file.SshdConfigFile
-
- getGlobalMessages() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- getGssCallback() - Method in class com.maverick.ssh2.Ssh2Context
-
- getHandle() - Method in class com.maverick.sftp.SftpFile
-
Get the open file handle
- getHandleResponse(UnsignedInteger32) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getHandleResponse(SftpMessage, UnsignedInteger32) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getHashAlgorithm() - Method in interface com.maverick.ssh.components.SshKeyExchange
-
- getHashAlgorithm() - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
- getHeaderField(String) - Method in class com.sshtools.net.HttpHeader
-
- getHeaderFieldNames() - Method in class com.sshtools.net.HttpHeader
-
- getHeaderFields() - Method in class com.sshtools.net.HttpHeader
-
- getHeaderValue(String) - Method in class com.sshtools.publickey.Base64EncodedFileFormat
-
- getHome() - Method in class com.maverick.vfs.ssh.SftpFileSystem
-
- getHomeDirectory(String) - Method in class com.sshtools.sftp.SftpClient
-
- getHost() - Method in interface com.maverick.ssh.SshClient
-
Public accessor method for getTransport().getHost().
- getHost() - Method in interface com.maverick.ssh.SshTransport
-
Get the name of the connected host.
- getHost() - Method in class com.maverick.ssh1.Ssh1Client
-
- getHost() - Method in interface com.maverick.ssh2.AbstractClientTransport
-
- getHost() - Method in class com.maverick.ssh2.AuthenticationProtocol
-
- getHost() - Method in class com.maverick.ssh2.Ssh2Client
-
- getHost() - Method in class com.maverick.ssh2.TransportProtocol
-
- getHost() - Method in class com.sshtools.net.HttpProxyTransport
-
- getHost() - Method in class com.sshtools.net.HttpProxyTransportWrapper
-
- getHost() - Method in class com.sshtools.net.SocketTransport
-
Get the hostname of the connected host.
- getHost() - Method in class com.sshtools.net.SocketWrapper
-
- getHost() - Method in class com.sshtools.net.SocksProxyTransport
-
- getHost() - Method in class socks.SocksServerSocket
-
Get the name of the host proxy is using to listen for incoming
connection.
- getHost() - Method in class socks.SocksSocket
-
Returns remote host name, it is usefull in cases when addresses
are resolved by proxy, and we can't create InetAddress object.
- getHostKey(String, int) - Static method in class com.maverick.ssh.SshCompatibilityUtils
-
- getHostKey(String, int, String) - Static method in class com.maverick.ssh.SshCompatibilityUtils
-
- getHostKey(String, int) - Static method in class com.maverick.ssh.SshKeyUtils
-
- getHostKey(String, int, String) - Static method in class com.maverick.ssh.SshKeyUtils
-
- getHostKey() - Method in class com.maverick.ssh2.Ssh2Client
-
- getHostKey() - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
Get the host key supplied during key exchange.
- getHostKeyInUse() - Method in class com.maverick.ssh2.Ssh2Client
-
Returns the host key algorithm used in the last key exchange.
- getHostKeyVerification() - Method in interface com.maverick.ssh.SshContext
-
Get the host key verification implementation.
- getHostKeyVerification() - Method in class com.maverick.ssh1.Ssh1Context
-
- getHostKeyVerification() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the host key verification implementation
- getHostKeyVerification(FileSystemOptions) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- getHostname() - Method in interface com.maverick.ssh.message.SshMessageReader
-
- getHostname() - Method in class com.maverick.ssh2.TransportProtocol
-
- getHostToConnect() - Method in class com.sshtools.net.ForwardingClient.SocketListener
-
- getId() - Method in class com.maverick.events.Event
-
Get the unique event id
- getIdent(String) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getIdent() - Method in interface com.maverick.ssh.message.SshMessageReader
-
- getIdent() - Method in interface com.maverick.ssh.SshClient
-
The SSH identifier for this host.
- getIdent() - Method in class com.maverick.ssh1.Ssh1Client
-
- getIdent() - Method in interface com.maverick.ssh2.AbstractClientTransport
-
- getIdent() - Method in class com.maverick.ssh2.Ssh2Client
-
- getIdent() - Method in class com.maverick.ssh2.TransportProtocol
-
- getIdleAuthenticationTimeoutSeconds() - Method in class com.maverick.ssh2.Ssh2Context
-
- getIdleConnectionTimeoutSeconds() - Method in class com.maverick.ssh2.Ssh2Context
-
- getIgnoreHostKeyifEmpty() - Method in class com.maverick.ssh2.TransportProtocol
-
- getIncompatibleAlgorithms() - Method in exception com.maverick.ssh.SshException
-
- getInetAddress() - Method in class socks.Proxy
-
Get the ip address of the proxy server host.
- getInetAddress() - Method in class socks.ProxyMessage
-
Get the Address field of this message as InetAddress object.
- getInetAddress() - Method in class socks.SocksServerSocket
-
Get address assigned by proxy to listen for incomming
connections, or the local machine address if doing direct
connection.
- getInetAddress() - Method in class socks.SocksSocket
-
Get remote host as InetAddress object, might return null if
addresses are resolved by proxy, and it is not possible to resolve
it locally
- getInitialTimeout() - Method in class com.maverick.ssh.SshConnector
-
Get the initial socket timeout for SSH identification.
- getINodes() - Method in class com.sshtools.sftp.StatVfs
-
- getInputStream() - Method in interface com.maverick.agent.server.SshAgentTransport
-
- getInputStream() - Method in class com.maverick.agent.win32.AbstractNamedPipe.NamedPipeSession
-
- getInputStream() - Method in class com.maverick.agent.win32.NamedPipeClient
-
- getInputStream() - Method in class com.maverick.ssh.ShellProcess
-
Returns an InputStream that will contain only the output from the executed ShellProcess.
- getInputStream() - Method in interface com.maverick.ssh.SshIO
-
Get an InputStream to read incoming channel data.
- getInputStream() - Method in interface com.maverick.ssh.SshSession
-
Get an InputStream to read the process stdout.
- getInputStream() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getInputStream() - Method in class com.maverick.util.DynamicBuffer
-
Get the InputStream of this buffer.
- getInputStream() - Method in class com.sshtools.net.SocketWrapper
-
- getInputStream(String, long) - Method in class com.sshtools.sftp.SftpClient
-
Create an InputStream for reading a remote file.
- getInputStream(String) - Method in class com.sshtools.sftp.SftpClient
-
Create an InputStream for reading a remote file.
- getInputStream() - Method in interface socks.server.ServerAuthenticator
-
This method should return input stream which should be used on the
accepted socket.
- getInputStream() - Method in class socks.server.ServerAuthenticatorNone
-
Get input stream.
- getInputStream() - Method in class socks.SocketWrappedChannel
-
- getInputStream() - Method in class socks.SocksSocket
-
Same as Socket
- getInstance() - Static method in class com.maverick.events.EventServiceImplementation
-
Get the event service instance
- getInstance() - Static method in class com.maverick.logging.MaverickLoggerFactory
-
- getInstance(String) - Method in class com.maverick.ssh.components.ComponentFactory
-
Get a new instance of a supported component.
- getInstance() - Static method in class com.maverick.ssh.components.ComponentManager
-
Get the installed component manager.
- getInstance() - Static method in class com.maverick.vfs.ssh.SftpFileNameParser
-
- getInstance() - Static method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- getInt(String, int, String...) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getJCEPrivateKey() - Method in class com.maverick.ssh.components.jce.Ssh2BaseJCEPrivateKey
-
- getJCEPrivateKey() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPrivateKey
-
- getJCEPrivateKey() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPrivateKey
-
- getJCEPrivateKey() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getJCEPrivateKey() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateKey
-
- getJCEPrivateKey() - Method in class com.maverick.ssh.components.jce.SshEd25519PrivateKeyJCE
-
- getJCEPrivateKey() - Method in class com.maverick.ssh.components.jce.SshEd448PrivateKeyJCE
-
- getJCEPrivateKey() - Method in interface com.maverick.ssh.components.SshDsaPrivateKey
-
- getJCEPrivateKey() - Method in interface com.maverick.ssh.components.SshPrivateKey
-
- getJCEPrivateKey() - Method in interface com.maverick.ssh.components.SshRsaPrivateCrtKey
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaCertificate
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.OpenSshEd25519Certificate
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getJCEPublicKey() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getJCEPublicKey() - Method in interface com.maverick.ssh.components.SshDsaPublicKey
-
- getJCEPublicKey() - Method in interface com.maverick.ssh.components.SshPublicKey
-
Get the JCE component of this key.
- getJCEPublicKey() - Method in interface com.maverick.ssh.components.SshRsaPublicKey
-
- getJCESignature(String) - Method in class com.maverick.ssh.components.jce.Ssh2BaseJCEPrivateKey
-
- getKeepAliveMaxDataLength() - Method in class com.maverick.ssh2.Ssh2Context
-
- getKey() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getKey() - Method in class com.sshtools.config.file.entry.type.FileEntryType.SshdConfigKeyValueEntry
-
- getKey() - Method in class com.sshtools.publickey.KnownHostsKeyVerification.KeyEntry
-
- getKeyBlob(byte[]) - Method in class com.sshtools.publickey.Base64EncodedFileFormat
-
- getKeyConstraints(SshPublicKey) - Method in class com.maverick.agent.InMemoryKeyStore
-
- getKeyConstraints(SshPublicKey) - Method in interface com.maverick.agent.KeyStore
-
Get the constraints for a key stored in this keystore.
- getKeyConstraints() - Method in class com.maverick.agent.openssh.SshAgentAddKey
-
- getKeyConstraints() - Method in class com.maverick.agent.rfc.SshAgentAddKey
-
- getKeyEntries() - Method in class com.sshtools.config.file.entry.Entry
-
- getKeyEntries() - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- getKeyEntriesOrderedMap() - Method in class com.sshtools.config.file.entry.Entry
-
- getKeyEntry(SshPublicKey) - Method in class com.sshtools.publickey.authorized.AuthorizedKeyFile
-
- getKeyExchange() - Method in class com.maverick.ssh2.AuthenticationProtocol
-
- getKeyExchange() - Method in class com.maverick.ssh2.TransportProtocol
-
- getKeyExchangeInstanceInUse() - Method in class com.maverick.ssh2.Ssh2Client
-
- getKeyExchangeInUse() - Method in class com.maverick.ssh2.Ssh2Client
-
Returns the key exchange algorithm last used.
- getKeyExchanges() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the ciphers for the Server->Client stream.
- getKeyFactory(String) - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- getKeyId() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getKeyLength() - Method in class com.maverick.ssh.components.jce.AbstractJCECipher
-
- getKeyLength() - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305
-
- getKeyLength() - Method in class com.maverick.ssh.components.jce.Ssh1Des3
-
- getKeyLength() - Method in class com.maverick.ssh.components.NoneCipher
-
- getKeyLength() - Method in class com.maverick.ssh.components.SshCipher
-
Return the key length required
- getKeyPair(SshPrivateKey, SshPublicKey) - Static method in class com.maverick.ssh.components.SshKeyPair
-
Wraps a public/private key pair into an SshKeyPair instance.
- getKeys() - Method in class com.maverick.agent.openssh.SshAgentKeyList
-
- getKeys() - Method in class com.maverick.agent.rfc.SshAgentKeyList
-
- getKeys() - Method in class com.sshtools.publickey.authorized.AuthorizedKeyFile
-
- getKeystore() - Method in class com.maverick.agent.server.SshAgentSocketListener
-
Gets the underlying keystore for this agent listener.
- getKeyTimeout() - Method in class com.maverick.agent.KeyConstraints
-
- getKeyUseLimit() - Method in class com.maverick.agent.KeyConstraints
-
- getKnownHostName() - Method in class com.maverick.ssh2.TransportProtocol
-
- getKnownHosts(FileSystemOptions) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- getKnownHostsFile() - Method in class com.sshtools.publickey.AbstractKnownHostsKeyVerification
-
Deprecated.
- getKnownHostsFile() - Method in class com.sshtools.publickey.AbstractMultipleKnownHostsKeyVerification
-
Deprecated.
- getKnownHostsFile() - Method in class com.sshtools.publickey.KnownHostsFile
-
- getLastError() - Method in class com.maverick.ssh2.TransportProtocol
-
Returns the last error detected by the protocol.
- getLastError() - Method in class com.maverick.util.IOStreamConnector
-
- getLastModTimeAccuracy() - Method in class com.maverick.vfs.ssh.SftpFileSystem
-
- getLength() - Method in class com.maverick.agent.rfc.SshAgentRandom
-
- getLength() - Method in class com.maverick.util.SimpleASNReader
-
- getLevel() - Method in class com.maverick.logging.AbstractLoggingContext
-
- getLinkAttributes(String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Get the attributes of a file.
- getListeningAddress() - Method in interface com.maverick.ssh.SshTunnel
-
The source ip address of the connection that is being forwarded.
- getListeningPort() - Method in interface com.maverick.ssh.SshTunnel
-
The source port of the connection being forwarded.
- getLocalAddress() - Method in class socks.Socks5DatagramSocket
-
Address assigned by the proxy, to which datagrams are send for relay.
- getLocalAddress() - Method in class socks.SocksSocket
-
Get address assigned by proxy to make a remote connection,
it might be different from the host specified for the proxy.
- getLocalAlgorithms() - Method in class com.maverick.ssh.IncompatibleAlgorithm
-
- getLocalCiphersCS() - Method in class com.maverick.ssh2.TransportProtocol
-
- getLocalCiphersSC() - Method in class com.maverick.ssh2.TransportProtocol
-
- getLocalCompressionsCS() - Method in class com.maverick.ssh2.TransportProtocol
-
- getLocalCompressionsSC() - Method in class com.maverick.ssh2.TransportProtocol
-
- getLocalForwardings() - Method in class com.sshtools.net.ForwardingClient
-
Return the currently active local forwarding listeners.
- getLocalForwardingTunnels(String) - Method in class com.sshtools.net.ForwardingClient
-
Get the active tunnels for a local forwarding listener.
- getLocalForwardingTunnels(String, int) - Method in class com.sshtools.net.ForwardingClient
-
Get the active tunnels for a local forwarding listener.
- getLocalForwardingTunnels() - Method in class com.sshtools.net.ForwardingClient
-
Get all the active local forwarding tunnels
- getLocalHost() - Method in class socks.SocksSocket
-
Get name of the host, proxy has assigned to make a remote connection
for this socket.
- getLocalKeyExchanges() - Method in class com.maverick.ssh2.TransportProtocol
-
- getLocalMacsCS() - Method in class com.maverick.ssh2.TransportProtocol
-
- getLocalMacsSC() - Method in class com.maverick.ssh2.TransportProtocol
-
- getLocalPort() - Method in class com.sshtools.net.ForwardingClient.SocketListener
-
- getLocalPort() - Method in class socks.Socks5DatagramSocket
-
Returns port assigned by the proxy, to which datagrams are relayed.
- getLocalPort() - Method in class socks.SocksServerSocket
-
Get port assigned by proxy to listen for incoming connections, or
the port chosen by local system, if accepting directly.
- getLocalPort() - Method in class socks.SocksSocket
-
Get the port assigned by the proxy for the socket, not
the port on locall machine as in Socket.
- getLocalPublicKeys() - Method in class com.maverick.ssh2.TransportProtocol
-
- getLocation() - Method in class com.maverick.agent.server.SshAgentSocketListener
-
- getLogger(String) - Method in class com.maverick.logging.MaverickLoggerFactory
-
- getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
-
- getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
-
- getLong(String, Long, String...) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getLongname() - Method in class com.maverick.sftp.SftpFile
-
The longname supplied by the server.
- getMacInUseCS() - Method in class com.maverick.ssh2.Ssh2Client
-
Get the MAC algorithm used to verify data sent by the client.
- getMacInUseSC() - Method in class com.maverick.ssh2.Ssh2Client
-
Get the MAC algorithm used to verify data sent by the server.
- getMacLength() - Method in class com.maverick.ssh.components.jce.AbstractHmac
-
- getMacLength() - Method in class com.maverick.ssh.components.jce.AES128Gcm
-
- getMacLength() - Method in class com.maverick.ssh.components.jce.AES256Gcm
-
- getMacLength() - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305
-
- getMacLength() - Method in class com.maverick.ssh.components.NoneHmac
-
- getMacLength() - Method in class com.maverick.ssh.components.SshCipher
-
- getMacLength() - Method in interface com.maverick.ssh.components.SshHmac
-
The length of the message digest output by this implementation (maybe lower than mac size);
- getMacsCS() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the ciphers for the Client->Server stream.
- getMacSize() - Method in class com.maverick.ssh.components.jce.AbstractHmac
-
- getMacSize() - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305.Poly1305
-
- getMacSize() - Method in class com.maverick.ssh.components.NoneHmac
-
- getMacSize() - Method in interface com.maverick.ssh.components.SshHmac
-
The size of the message digest output by the hmac algorithm
- getMacsSC() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the ciphers for the Server->Client stream.
- getManagedInstance() - Method in class com.sshtools.config.file.entry.Entry.AbstractEntryBuilder
-
- getManagedInstance() - Method in class com.sshtools.config.file.entry.MatchEntry.MatchEntryBuilder
-
- getManagedInstance() - Method in class com.sshtools.config.file.SshdConfigFile.SshdConfigFileBuilder
-
- getMask() - Method in class com.maverick.sftp.ACL
-
- getMaskString() - Method in class com.maverick.sftp.SftpFileAttributes
-
Return the UNIX style mode mask
- getMatchCriteriaCommentEntriesIterator() - Method in class com.sshtools.config.file.entry.MatchEntry
-
- getMatchEntriesIterator() - Method in class com.sshtools.config.file.SshdConfigFile
-
- getMaxChannels() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- getMaxDHGroupSize() - Method in class com.maverick.ssh2.Ssh2Context
-
- getMaximumFilenameLength() - Method in class com.sshtools.sftp.StatVfs
-
- getMaximumForwardingSteps() - Method in class com.maverick.agent.KeyConstraints
-
- getMaximumLocalPacketLength() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getMaximumLocalPacketLength() - Method in interface com.maverick.ssh.SshChannel
-
The maximum packet length supported by this channel.
- getMaximumLocalPacketLength() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getMaximumLocalWindowSize() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getMaximumLocalWindowSize() - Method in interface com.maverick.ssh.SshChannel
-
- getMaximumLocalWindowSize() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getMaximumPacketLength() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the maximim packet size supported by the transport layer.
- getMaximumRemotePacketLength() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getMaximumRemotePacketLength() - Method in interface com.maverick.ssh.SshChannel
-
The maximum packet length supported by this channel.
- getMaximumRemotePacketLength() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getMaximumRemoteWindowSize() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getMaximumRemoteWindowSize() - Method in interface com.maverick.ssh.SshChannel
-
- getMaximumRemoteWindowSize() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getMaximumRetryAttempts() - Method in class com.maverick.ssh.SshConnector
-
- getMaximumSecurity() - Method in class com.maverick.ssh.components.ComponentFactory
-
- getMaximumSecurity() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getMaxNumBytesBeforeReKey() - Method in class com.maverick.ssh2.Ssh2Context
-
- getMaxNumPacketsBeforeReKey() - Method in class com.maverick.ssh2.Ssh2Context
-
- getMessageId() - Method in class com.maverick.sftp.SftpMessage
-
- getMessageId() - Method in interface com.maverick.ssh.message.Message
-
- getMessageId() - Method in class com.maverick.ssh.message.SshMessage
-
- getMessageName() - Method in class com.maverick.agent.AgentMessage
-
- getMessageName() - Method in class com.maverick.agent.openssh.OpenSshSignRequest
-
- getMessageName() - Method in class com.maverick.agent.openssh.SshAgentAddKey
-
- getMessageName() - Method in class com.maverick.agent.openssh.SshAgentDeleteKey
-
- getMessageName() - Method in class com.maverick.agent.openssh.SshAgentFailure
-
- getMessageName() - Method in class com.maverick.agent.openssh.SshAgentKeyList
-
- getMessageName() - Method in class com.maverick.agent.openssh.SshAgentLock
-
- getMessageName() - Method in class com.maverick.agent.openssh.SshAgentOperationComplete
-
- getMessageName() - Method in class com.maverick.agent.openssh.SshAgentPrivateKeyOp
-
- getMessageName() - Method in class com.maverick.agent.openssh.SshAgentSuccess
-
- getMessageName() - Method in class com.maverick.agent.openssh.SshAgentUnlock
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentAddKey
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentAlive
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentDeleteKey
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentFailure
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentForwardingNotice
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentKeyList
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentLock
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentOperationComplete
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentPing
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentPrivateKeyOp
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentRandom
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentRandomData
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentRequestVersion
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentSuccess
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentUnlock
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshAgentVersionResponse
-
- getMessageName() - Method in class com.maverick.agent.rfc.SshMsgUserAuthPKOK
-
- getMessageRouter() - Method in class com.maverick.ssh.message.SshAbstractChannel
-
- getMessageRouter() - Method in interface com.maverick.ssh.SshChannel
-
Returns the message router instance to which this channel belongs.
- getMessageStore() - Method in class com.maverick.ssh.message.SshAbstractChannel
-
- getMessageStore() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getMessageTimeout() - Method in interface com.maverick.ssh.SshContext
-
- getMessageTimeout() - Method in class com.maverick.ssh1.Ssh1Context
-
- getMessageTimeout() - Method in class com.maverick.ssh2.Ssh2Context
-
- getMessageType() - Method in class com.maverick.agent.AgentMessage
-
- getMethod() - Method in class com.maverick.agent.client.Ssh2AgentAuthentication
-
- getMethod() - Method in class com.maverick.ssh.PasswordAuthentication
-
- getMethod() - Method in class com.maverick.ssh.PublicKeyAuthentication
-
- getMethod() - Method in interface com.maverick.ssh.SshAuthentication
-
The SSH authentication method name
- getMethod() - Method in class com.maverick.ssh1.Ssh1ChallengeResponseAuthentication
-
- getMethod() - Method in class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
- getMethod() - Method in class com.maverick.ssh2.KBIAuthentication
-
- getMethod() - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
- getMethodName() - Method in class com.maverick.ssh2.KBIAuthentication
-
- getMinDHGroupSize() - Method in class com.maverick.ssh2.Ssh2Context
-
- getMinimumSecurity() - Method in class com.maverick.ssh.components.ComponentFactory
-
- getMinimumSecurity() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getMinimumSecurityLevel() - Method in class com.maverick.ssh.AdaptiveSecurityPolicy
-
- getMinimumSecurityLevel() - Method in class com.maverick.ssh.DefaultSecurityPolicy
-
- getMinimumSecurityLevel() - Method in interface com.maverick.ssh.SecurityPolicy
-
- getModifiedDateTime() - Method in class com.maverick.sftp.SftpFileAttributes
-
Returns the modified date/time as a Java Date object.
- getModifiedTime() - Method in class com.maverick.sftp.SftpFileAttributes
-
Get the last modified time.
- getModulus() - Method in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- getModulus() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getModulus() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getModulus() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getModulus() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateKey
-
- getModulus() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getModulus() - Method in interface com.maverick.ssh.components.SshRsaPrivateKey
-
- getModulus() - Method in interface com.maverick.ssh.components.SshRsaPublicKey
-
- getMountFlag() - Method in class com.sshtools.sftp.StatVfs
-
- getMultipleConfig(String) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getMultipleIntConfig(String) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getName() - Method in class com.maverick.logging.MaverickLogger
-
- getName() - Method in class com.maverick.ssh.components.jce.EncodedExtension
-
- getName() - Method in class com.maverick.ssh.ExecutorOperationSupport
-
- getName() - Method in class com.maverick.ssh2.GlobalRequest
-
Get the name of the request.
- getName() - Method in class com.maverick.ssh2.Ssh2Channel
-
Get the name of the channel.
- getName() - Method in class com.maverick.ssh2.TransportProtocol
-
- getName() - Method in class com.sshtools.publickey.authorized.Option
-
- getNameFromEncodedKey(PrivateKey) - Static method in class com.maverick.ssh.components.jce.ECUtils
-
- getNames() - Method in class com.sshtools.publickey.KnownHostsKeyVerification.KeyEntry
-
- getNegotiatedCipherCS() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getNegotiatedCipherSC() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getNegotiatedCompressionCS() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getNegotiatedCompressionSC() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getNegotiatedHostKey() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getNegotiatedKeyExchange() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getNegotiatedMacCS() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getNegotiatedMacSC() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getNetworkAddress() - Method in class com.sshtools.net.CIDRNetwork
-
- getNetworkBits() - Method in class com.sshtools.net.CIDRNetwork
-
- getNewFiles() - Method in class com.sshtools.sftp.DirectoryOperation
-
Returns a list of new files that will be transfered in the directory
operation
- getNewline() - Method in class com.maverick.ssh.Shell
-
- getNextIPAddress(String, String) - Method in class com.sshtools.net.CIDRNetwork
-
- getNoOption(Option<?>) - Static method in class com.sshtools.publickey.authorized.AuthorizedKeyOptions
-
- getNumberOfHosts(int[], int) - Static method in class com.sshtools.net.IPUtils
-
- getNumCommandsExecuted() - Method in class com.maverick.ssh.Shell
-
- getOid() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2Nist256PublicKey
-
- getOid() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2Nist384PublicKey
-
- getOid() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2Nist521PublicKey
-
- getOid() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getOidBytes(String) - Static method in class com.maverick.ssh.components.jce.ECUtils
-
- getOKRequestStatus(UnsignedInteger32) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Verify that an OK status has been returned for a request id.
- getOpenSSHFormattedKey(SshPublicKey) - Static method in class com.maverick.util.SshKeyUtils
-
- getOpenSSHFormattedKey(SshPublicKey, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getOperation() - Method in class com.maverick.agent.rfc.SshAgentPrivateKeyOp
-
- getOperationData() - Method in class com.maverick.agent.openssh.OpenSshSignRequest
-
- getOperationData() - Method in class com.maverick.agent.openssh.SshAgentPrivateKeyOp
-
- getOperationData() - Method in class com.maverick.agent.rfc.SshAgentPrivateKeyOp
-
- getOperationsCount() - Method in class com.maverick.ssh.ExecutorOperationSupport
-
- getOptions() - Method in class com.sshtools.publickey.OpenSSHPublicKeyFile
-
- getOptions() - Method in class com.sshtools.publickey.SECSHPublicKeyFile
-
- getOptions() - Method in interface com.sshtools.publickey.SshPublicKeyFile
-
Get the options string applied to the key file
- getOriginatingHost() - Method in interface com.maverick.ssh.SshTunnel
-
The host that made the initial connection to the listening address.
- getOriginatingPort() - Method in interface com.maverick.ssh.SshTunnel
-
The port of the initial connection.
- getOsDescription() - Method in class com.maverick.ssh.Shell
-
- getOsType() - Method in class com.maverick.ssh.Shell
-
- getOutputStream() - Method in interface com.maverick.agent.server.SshAgentTransport
-
- getOutputStream() - Method in class com.maverick.agent.win32.AbstractNamedPipe.NamedPipeSession
-
- getOutputStream() - Method in class com.maverick.agent.win32.NamedPipeClient
-
- getOutputStream() - Method in class com.maverick.ssh.ShellProcess
-
- getOutputStream() - Method in interface com.maverick.ssh.SshIO
-
Get an OutputStream to write outgoing channel data.
- getOutputStream() - Method in interface com.maverick.ssh.SshSession
-
Get an OutputStream to write to the process stdin.
- getOutputStream() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getOutputStream() - Method in class com.maverick.util.DynamicBuffer
-
Get the OutputStream of the buffer.
- getOutputStream() - Method in class com.sshtools.net.SocketWrapper
-
- getOutputStream(String) - Method in class com.sshtools.sftp.SftpClient
-
Create an OutputStream for writing to a remote file.
- getOutputStream() - Method in interface socks.server.ServerAuthenticator
-
This method should return output stream to use to write to the accepted
socket.
- getOutputStream() - Method in class socks.server.ServerAuthenticatorNone
-
Get output stream.
- getOutputStream() - Method in class socks.SocketWrappedChannel
-
- getOutputStream() - Method in class socks.SocksSocket
-
Same as Socket
- getP() - Method in class com.maverick.ssh.components.DiffieHellmanGroups.DHGroup
-
- getP() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- getP() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getP() - Method in interface com.maverick.ssh.components.SshDsaPublicKey
-
- getPadding() - Method in class com.maverick.agent.rfc.SshAgentAlive
-
- getPadding() - Method in class com.maverick.agent.rfc.SshAgentPing
-
- getParent() - Method in class com.maverick.sftp.SftpFile
-
Get the parent of the current file.
- getParentPath(String) - Static method in class com.maverick.util.FileUtils
-
- getPartialMessageTimeout() - Method in class com.maverick.ssh2.Ssh2Context
-
- getPassphrase(FileSystemOptions) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- getPassword() - Method in class com.maverick.agent.openssh.SshAgentLock
-
- getPassword() - Method in class com.maverick.agent.openssh.SshAgentUnlock
-
- getPassword() - Method in class com.maverick.agent.rfc.SshAgentLock
-
- getPassword() - Method in class com.maverick.agent.rfc.SshAgentUnlock
-
- getPassword() - Method in class com.maverick.ssh.PasswordAuthentication
-
Get the password.
- getPassword() - Method in class socks.UserPasswordAuthentication
-
Get password
- getPath() - Method in class com.maverick.agent.win32.AbstractNamedPipe
-
- getPatternConfig(String, String...) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getPerContextAlgorithmPreferences() - Static method in class com.maverick.ssh.components.ComponentManager
-
- getPermissions() - Method in class com.maverick.sftp.SftpFileAttributes
-
Get the current permissions value.
- getPermissionsString() - Method in class com.maverick.sftp.SftpFileAttributes
-
Returns a formatted permissions string.
- getPort() - Method in class com.maverick.agent.server.SshAgentSocketListener
-
The current port of the agent listener
- getPort(String) - Static method in class com.maverick.ssh.components.Utils
-
- getPort() - Method in interface com.maverick.ssh.SshTransport
-
Get the port of this connection
- getPort() - Method in interface com.maverick.ssh.SshTunnel
-
The port to which the data is being forwarded.
- getPort() - Method in class com.sshtools.net.SocketWrapper
-
- getPort() - Method in class socks.Proxy
-
Get the port on which proxy server is running.
- getPort() - Method in class socks.SocksSocket
-
Same as Socket
- getPortToConnect() - Method in class com.sshtools.net.ForwardingClient.SocketListener
-
- getPosition() - Method in class com.maverick.util.ByteArrayReader
-
Get the current position within the array.
- getPreferredCipherCS() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the currently preferred cipher for the Client->Server stream.
- getPreferredCipherSC() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the currently preferred cipher for the Server->Client stream.
- getPreferredCompressionCS() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the currently preferred compression for the Client->Server stream.
- getPreferredCompressionSC() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the currently preferred compression for the Server->Client stream.
- getPreferredKeyExchange() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the currently preferred key exchange method.
- getPreferredMacCS() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the currently preferred mac for the Client->Server stream.
- getPreferredMacSC() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the currently supported mac for the Server-Client stream.
- getPreferredPublicKey() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the currently preferred public key algorithm.
- getPrimeExponent(BigInteger, BigInteger) - Static method in class com.maverick.ssh1.Rsa
-
- getPrimeExponentP() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getPrimeExponentP() - Method in interface com.maverick.ssh.components.SshRsaPrivateCrtKey
-
- getPrimeExponentQ() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getPrimeExponentQ() - Method in interface com.maverick.ssh.components.SshRsaPrivateCrtKey
-
- getPrimeP() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getPrimeP() - Method in interface com.maverick.ssh.components.SshRsaPrivateCrtKey
-
- getPrimeQ() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getPrimeQ() - Method in interface com.maverick.ssh.components.SshRsaPrivateCrtKey
-
- getPrincipals() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getPrincipals() - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- getPriority() - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- getPriority() - Method in class com.maverick.ssh.components.jce.AbstractHmac
-
- getPriority() - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305
-
- getPriority() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- getPriority() - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaCertificate
-
- getPriority() - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaSha2Nist256Certificate
-
- getPriority() - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaSha2Nist384Certificate
-
- getPriority() - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaSha2Nist521Certificate
-
- getPriority() - Method in class com.maverick.ssh.components.jce.OpenSshEd25519Certificate
-
- getPriority() - Method in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- getPriority() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getPriority() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getPriority() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getPriority() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getPriority() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getPriority() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getPriority() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getPriority() - Method in class com.maverick.ssh.components.jce.SshX509EcdsaSha2NistPublicKeyRfc6187
-
- getPriority() - Method in class com.maverick.ssh.components.NoneHmac
-
- getPriority() - Method in class com.maverick.ssh.components.SshCipher
-
- getPriority() - Method in class com.maverick.ssh.compression.NoneCompression
-
- getPriority() - Method in interface com.maverick.ssh.SecureComponent
-
- getPriority() - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
- getPriority() - Method in class com.sshtools.zlib.ZLibCompression
-
- getPrivateExponent() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getPrivateExponent() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateKey
-
- getPrivateExponent() - Method in interface com.maverick.ssh.components.SshRsaPrivateKey
-
- getPrivateKey() - Method in class com.maverick.agent.openssh.SshAgentAddKey
-
- getPrivateKey() - Method in class com.maverick.agent.rfc.SshAgentAddKey
-
- getPrivateKey() - Method in class com.maverick.ssh.components.SshKeyPair
-
Get the private key.
- getPrivateKey() - Method in class com.maverick.ssh.PublicKeyAuthentication
-
Get the private key for this authentication.
- getPrivateKey() - Method in class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
Get the private key used for this authentication
- getPrivateKey() - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
Get the private key used for this authentication
- getPrivateKey(File, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getPrivateKey(InputStream, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getPrivateKey(String, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getPrivateKey(FileSystemOptions) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- getPrivateKeyOrCertificate(File, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getProduct() - Method in class com.maverick.ssh.SshConnector
-
- getPrompt() - Method in class com.maverick.ssh1.Ssh1ChallengeResponseAuthentication
-
- getPrompt() - Method in class com.maverick.ssh2.KBIPrompt
-
Get the prompt message to display to the user
- getProperty(String, String) - Method in class com.maverick.logging.DefaultLoggerContext
-
- getProperty(String, String) - Method in interface com.maverick.logging.RootLoggerContext
-
- getProperty(String, String, String...) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getProvider() - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- getProvider() - Method in class com.maverick.ssh.components.jce.AbstractHmac
-
- getProvider() - Method in class com.maverick.ssh.components.jce.AbstractJCECipher
-
- getProvider() - Method in interface com.maverick.ssh.components.jce.AbstractKeyExchange
-
- getProvider() - Method in class com.maverick.ssh.components.jce.client.Curve25519SHA256
-
- getProvider() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanEcdh
-
- getProvider() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup
-
- getProvider() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup14Sha1
-
- getProvider() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup1Sha1
-
- getProvider() - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroupExchangeSha1
-
- getProvider() - Method in class com.maverick.ssh.components.jce.client.Rsa1024Sha1
-
- getProvider() - Method in class com.maverick.ssh.components.jce.client.Rsa2048Sha256
-
- getProvider() - Method in interface com.maverick.ssh.components.SshKeyExchange
-
- getProvider() - Method in class com.maverick.ssh2.TransportProtocol
-
- getProviderForAlgorithm(String) - Static method in class com.maverick.ssh.components.jce.JCEComponentManager
-
Get the provider for a specific algorithm.
- getProviderForAlgorithm(String) - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
Get the provider for a specific algorithm.
- getProviderName() - Method in class com.maverick.ssh.components.jce.AbstractJCECipher
-
- getProviderName() - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305
-
- getProviderName() - Method in class com.maverick.ssh.components.jce.Ssh1Des3
-
- getProviderName() - Method in class com.maverick.ssh.components.NoneCipher
-
- getProviderName() - Method in class com.maverick.ssh.components.SshCipher
-
- getProxy() - Static method in class socks.ProxyServer
-
Get proxy.
- getProxy() - Method in class socks.SocksDialog
-
Displays SOCKS configuartion dialog.
- getProxy(Proxy) - Method in class socks.SocksDialog
-
Initialises dialog to given proxy and displays SOCKS configuartion
dialog.
- getPublicExponent() - Method in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- getPublicExponent() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getPublicExponent() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getPublicExponent() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- getPublicExponent() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getPublicExponent() - Method in interface com.maverick.ssh.components.SshRsaPrivateCrtKey
-
- getPublicExponent() - Method in interface com.maverick.ssh.components.SshRsaPublicKey
-
- getPublicKey() - Method in class com.maverick.agent.openssh.OpenSshSignRequest
-
- getPublicKey() - Method in class com.maverick.agent.openssh.SshAgentAddKey
-
- getPublicKey() - Method in class com.maverick.agent.openssh.SshAgentDeleteKey
-
- getPublicKey() - Method in class com.maverick.agent.openssh.SshAgentPrivateKeyOp
-
- getPublicKey() - Method in class com.maverick.agent.rfc.SshAgentAddKey
-
- getPublicKey() - Method in class com.maverick.agent.rfc.SshAgentDeleteKey
-
- getPublicKey() - Method in class com.maverick.agent.rfc.SshAgentPrivateKeyOp
-
- getPublicKey() - Method in class com.maverick.ssh.components.jce.Ssh2BaseDsaPrivateKey
-
- getPublicKey() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPrivateKey
-
- getPublicKey() - Method in interface com.maverick.ssh.components.SshDsaPrivateKey
-
- getPublicKey() - Method in class com.maverick.ssh.components.SshKeyPair
-
Get the public key.
- getPublicKey() - Method in class com.maverick.ssh.PublicKeyAuthentication
-
Get the public key for this authentication.
- getPublicKey() - Method in class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
Set the public key used for this authentication
- getPublicKey() - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
Set the public key used for this authentication
- getPublicKey(File) - Static method in class com.maverick.util.SshKeyUtils
-
- getPublicKey(InputStream) - Static method in class com.maverick.util.SshKeyUtils
-
- getPublicKey(String) - Static method in class com.maverick.util.SshKeyUtils
-
- getPublicKeyComment(String) - Static method in class com.maverick.util.SshKeyUtils
-
- getPublicKeys() - Method in class com.maverick.agent.InMemoryKeyStore
-
- getPublicKeys() - Method in interface com.maverick.agent.KeyStore
-
Return a Map of all the installed keys.
- getPublicKeys() - Method in class com.maverick.ssh2.Ssh2Context
-
Get the ciphers for the Server->Client stream.
- getPublicOctet() - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaCertificate
-
- getPublicOctet() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getQ() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- getQ() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getQ() - Method in interface com.maverick.ssh.components.SshDsaPublicKey
-
- getRandomData(int) - Method in class com.maverick.agent.client.SshAgentClient
-
Request some random data from the remote side
- getRandomData() - Method in class com.maverick.agent.rfc.SshAgentRandomData
-
- getReader() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- getReadlimit() - Method in class com.maverick.ssh.ShellController
-
- getRealException() - Method in exception com.maverick.ssh.SshIOException
-
Get the real exception
- getReason() - Method in exception com.maverick.ssh.ChannelOpenException
-
- getReason() - Method in exception com.maverick.ssh.SshException
-
Get the reason for the exception
- getReason() - Method in class com.sshtools.net.HttpResponse
-
- getReleaseDate() - Static method in class com.maverick.ssh.SshConnector
-
Returns the release date of the current version.
- getRemoteAlgorithms() - Method in class com.maverick.ssh.IncompatibleAlgorithm
-
- getRemoteCiphersCS() - Method in class com.maverick.ssh2.Ssh2Client
-
- getRemoteCiphersCS() - Method in class com.maverick.ssh2.TransportProtocol
-
- getRemoteCiphersSC() - Method in class com.maverick.ssh2.Ssh2Client
-
- getRemoteCiphersSC() - Method in class com.maverick.ssh2.TransportProtocol
-
- getRemoteClient(String, int, String, String, boolean) - Static method in class com.maverick.ssh.SshCompatibilityUtils
-
- getRemoteClient(String, int, String, String, boolean, String) - Static method in class com.maverick.ssh.SshCompatibilityUtils
-
- getRemoteCompressionsCS() - Method in class com.maverick.ssh2.Ssh2Client
-
- getRemoteCompressionsCS() - Method in class com.maverick.ssh2.TransportProtocol
-
- getRemoteCompressionsSC() - Method in class com.maverick.ssh2.Ssh2Client
-
- getRemoteCompressionsSC() - Method in class com.maverick.ssh2.TransportProtocol
-
- getRemoteConfiguration(String, int) - Static method in class com.maverick.ssh.SshCompatibilityUtils
-
- getRemoteConfiguration(String, int) - Static method in class com.maverick.ssh.SshDiagnostics
-
- getRemoteDirectory(String, String, boolean, boolean, boolean, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Copy the contents of a remote directory to a local directory
- getRemoteEOL() - Method in class com.sshtools.sftp.SftpClient
-
- getRemoteForwardings() - Method in class com.sshtools.net.ForwardingClient
-
Returns the currently active remote forwarding listeners.
- getRemoteForwardingTunnels() - Method in class com.sshtools.net.ForwardingClient
-
Get all the active remote forwarding tunnels
- getRemoteForwardingTunnels(String) - Method in class com.sshtools.net.ForwardingClient
-
Get the active tunnels for a remote forwarding listener.
- getRemoteForwardingTunnels(String, int) - Method in class com.sshtools.net.ForwardingClient
-
Get the active tunnels for a remote forwarding listener.
- getRemoteHash(String) - Method in class com.sshtools.sftp.SftpClient
-
Deprecated.
- getRemoteHash(String, long, long, byte[]) - Method in class com.sshtools.sftp.SftpClient
-
Deprecated.
- getRemoteHash(byte[]) - Method in class com.sshtools.sftp.SftpClient
-
Deprecated.
- getRemoteHash(byte[], long, long, byte[]) - Method in class com.sshtools.sftp.SftpClient
-
Deprecated.
- getRemoteHash(byte[], RemoteHash) - Method in class com.sshtools.sftp.SftpClient
-
- getRemoteHash(byte[], long, long, RemoteHash) - Method in class com.sshtools.sftp.SftpClient
-
- getRemoteHash(String, RemoteHash) - Method in class com.sshtools.sftp.SftpClient
-
- getRemoteHash(String, long, long, RemoteHash) - Method in class com.sshtools.sftp.SftpClient
-
- getRemoteHostname() - Method in class com.maverick.agent.ForwardingNotice
-
- getRemoteHostname() - Method in class com.maverick.agent.rfc.SshAgentForwardingNotice
-
- getRemoteIdentification() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getRemoteIdentification() - Method in interface com.maverick.ssh.SshClient
-
Returns the identification string supplied by the server during protocol
negotiation.
- getRemoteIdentification() - Method in class com.maverick.ssh1.Ssh1Client
-
- getRemoteIdentification() - Method in class com.maverick.ssh2.Ssh2Client
-
- getRemoteIdentification() - Method in class com.maverick.ssh2.TransportProtocol
-
Get the identification string sent by the server during protocol
negotiation
- getRemoteIPAddress() - Method in class com.maverick.agent.ForwardingNotice
-
- getRemoteIPAddress() - Method in class com.maverick.agent.rfc.SshAgentForwardingNotice
-
- getRemoteKeyExchanges() - Method in class com.maverick.ssh2.Ssh2Client
-
- getRemoteKeyExchanges() - Method in class com.maverick.ssh2.TransportProtocol
-
- getRemoteMacsCS() - Method in class com.maverick.ssh2.Ssh2Client
-
- getRemoteMacsCS() - Method in class com.maverick.ssh2.TransportProtocol
-
- getRemoteMacsSC() - Method in class com.maverick.ssh2.Ssh2Client
-
- getRemoteMacsSC() - Method in class com.maverick.ssh2.TransportProtocol
-
- getRemoteNewline() - Method in class com.sshtools.sftp.SftpClient
-
- getRemotePort() - Method in class com.maverick.agent.ForwardingNotice
-
- getRemotePort() - Method in class com.maverick.agent.rfc.SshAgentForwardingNotice
-
- getRemotePublicKeys() - Method in class com.maverick.ssh2.Ssh2Client
-
- getRemotePublicKeys() - Method in class com.maverick.ssh2.TransportProtocol
-
- getRemoteWindow() - Method in interface com.maverick.ssh.SshChannel
-
- getRemoteWindow() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getResponse(UnsignedInteger32) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getResponse(String) - Method in interface com.maverick.ssh1.Ssh1ChallengeResponseAuthentication.Prompt
-
- getResponse() - Method in class com.maverick.ssh2.KBIPrompt
-
Get the user's response for this prompt.
- getResult() - Method in class com.maverick.ssh2.AuthenticationResult
-
Get the result of this authentication.
- getRetryIntervalSeconds() - Method in class com.maverick.ssh.SshConnector
-
- getRND() - Method in class com.maverick.ssh.components.ComponentManager
-
Get the secure random number generator.
- getRND() - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- getRSAPrivateKeyWithSHA256Signature(String, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getRSAPrivateKeyWithSHA256Signature(InputStream, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getRSAPrivateKeyWithSHA256Signature(File, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getRSAPrivateKeyWithSHA512Signature(String, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getRSAPrivateKeyWithSHA512Signature(InputStream, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getRSAPrivateKeyWithSHA512Signature(File, String) - Static method in class com.maverick.util.SshKeyUtils
-
- getSafePrime(UnsignedInteger32) - Static method in class com.maverick.ssh.components.DiffieHellmanGroups
-
get the biggest safe prime from the list that is <= maximumSize
- getSecret() - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
Get the secret value produced during key exchange.
- getSecureRandom() - Static method in class com.maverick.ssh.components.jce.JCEComponentManager
-
Get the secure random implementation for the API.
- getSecureRandom() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
Get the secure random implementation for the API.
- getSecureRandomAlgorithm() - Static method in class com.maverick.ssh.components.jce.JCEComponentManager
-
Get the algorithm used for secure random number generation.
- getSecureRandomAlgorithm() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
Get the algorithm used for secure random number generation.
- getSecurityLevel(SecurityLevel, String, ComponentFactory<?>) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getSecurityLevel() - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.ComponentFactory
-
- getSecurityLevel(String) - Method in class com.maverick.ssh.components.ComponentFactory
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.ComponentManager
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.AbstractHmac
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.OpenSshEcdsaCertificate
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.OpenSshEd25519Certificate
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.NoneHmac
-
- getSecurityLevel() - Method in class com.maverick.ssh.components.SshCipher
-
- getSecurityLevel() - Method in class com.maverick.ssh.compression.NoneCompression
-
- getSecurityLevel() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getSecurityLevel() - Method in interface com.maverick.ssh.SecureComponent
-
- getSecurityLevel() - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
- getSecurityLevel() - Method in class com.sshtools.zlib.ZLibCompression
-
- getSecurityPolicy() - Method in class com.maverick.ssh2.Ssh2Context
-
- getSeed() - Method in interface com.maverick.ssh.components.jce.SshEd25519PrivateKey
-
- getSeed() - Method in class com.maverick.ssh.components.jce.SshEd25519PrivateKeyJCE
-
- getSeed() - Method in interface com.maverick.ssh.components.jce.SshEd448PrivateKey
-
- getSeed() - Method in class com.maverick.ssh.components.jce.SshEd448PrivateKeyJCE
-
- getSerial() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getServerVersion() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Version 4 of the SFTP protocol allows the server to return its maximum
supported version instead of the actual version to be used.
- getSessionIdentifier() - Method in class com.maverick.ssh2.AuthenticationProtocol
-
- getSessionIdentifier() - Method in class com.maverick.ssh2.TransportProtocol
-
Get the session identifier
- getSessionMaxPacketSize() - Method in class com.maverick.ssh2.Ssh2Context
-
- getSessionMaxWindowSpace() - Method in class com.maverick.ssh2.Ssh2Context
-
- getSFTPChannel() - Method in class com.maverick.sftp.SftpFile
-
Get the SFTP subsystem channel that created this file object.
- getSftpMaxPacketSize() - Method in class com.maverick.ssh2.Ssh2Context
-
- getSftpMaxWindowSpace() - Method in class com.maverick.ssh2.Ssh2Context
-
- getSFTPProvider() - Method in interface com.maverick.ssh.SshContext
-
Get the path to the SFTP provider.
- getSFTPProvider() - Method in class com.maverick.ssh1.Ssh1Context
-
- getSFTPProvider() - Method in class com.maverick.ssh2.Ssh2Context
-
- getShell() - Method in class com.maverick.ssh.ShellProcess
-
- getSignature(String) - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- getSignature() - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
Get the signature produced during key exchange.
- getSignatureLength() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getSignedBy() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getSignedKey() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshEd25519Certificate
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA256
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA512
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKey
-
- getSigningAlgorithm() - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKey
-
- getSigningAlgorithm() - Method in interface com.maverick.ssh.components.SshPublicKey
-
The algorithm name expected to be encoded in SSH signatures
- getSingleFileResponse(SftpMessage, String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Get a single SftpFile object from a message returning SSH_FXP_NAME result.
- getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
-
- getSize() - Method in class com.maverick.sftp.SftpFileAttributes
-
Get the size of the file.
- getSize() - Method in class com.maverick.ssh.components.DiffieHellmanGroups.DHGroup
-
- getSize() - Method in class com.sshtools.sftp.StatVfs
-
- getSocket() - Method in class com.sshtools.net.SocketWrapper
-
- getSocketTimeout() - Method in class com.maverick.ssh2.Ssh2Context
-
- getSoLinger(int) - Method in class socks.SocksSocket
-
Same as socket.
- getSoTimeout() - Method in interface com.maverick.ssh.SocketTimeoutSupport
-
Get the current socket timeout in milliseconds.
- getSoTimeout() - Method in class com.sshtools.net.SocketWrapper
-
- getSoTimeout(int) - Method in class socks.SocksSocket
-
Same as socket.
- getSource() - Method in class com.maverick.events.EventObject
-
The object on which the Event initially occurred.
- getSourceAddresses() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getSshAgentClient() - Method in class com.maverick.agent.client.Ssh2AgentAuthentication
-
- getSshClient(FileSystemOptions) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- getStartLine() - Method in class com.sshtools.net.HttpHeader
-
- getStartupInputStream() - Method in class com.maverick.ssh.Shell
-
- getStartupReader() - Method in class com.maverick.ssh.Shell
-
- getState() - Method in class com.maverick.agent.server.SshAgentSocketListener
-
Get the agent listeners state
- getState() - Method in class com.maverick.events.Event
-
Get the event state.
- getStatus() - Method in exception com.maverick.sftp.SftpStatusException
-
Get the status
- getStatus() - Method in class com.sshtools.net.HttpResponse
-
- getStatus() - Method in exception com.sshtools.publickey.PublicKeySubsystemException
-
- getStatusDescription(ByteArrayReader) - Static method in class com.maverick.sftp.SftpSubsystemChannel
-
- getStatusText(int) - Static method in exception com.maverick.sftp.SftpStatusException
-
Convert a SSH_FXP_STATUS code into a readable string
- getStatusText(int, boolean) - Static method in exception com.maverick.sftp.SftpStatusException
-
Convert a SSH_FXP_STATUS code into a readable string
- getStderrInputStream() - Method in interface com.maverick.ssh.SshSession
-
Get an InputStream to read the process stderr.
- getStderrInputStream() - Method in class com.maverick.ssh2.Ssh2Session
-
- getStickyMessageIds() - Method in class com.maverick.ssh.message.SshAbstractChannel
-
- getStickyMessageIds() - Method in class com.maverick.ssh2.Ssh2Channel
-
- getStoredValue() - Method in class com.maverick.ssh.components.jce.EncodedExtension
-
- getStringValue() - Method in class com.maverick.ssh.components.jce.CriticalOption
-
- getSubnetMask() - Method in class com.sshtools.net.CIDRNetwork
-
- getSubsystemChannel() - Method in class com.sshtools.sftp.SftpClient
-
Returns the instance of the SftpSubsystemChannel used by this class
- getSupportedCiphers() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getSupportedCompressions() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getSupportedHostKeyAlgorithms(String, int) - Static method in class com.maverick.ssh.SshCompatibilityUtils
-
- getSupportedHostKeyAlgorithms(String, int) - Static method in class com.maverick.ssh.SshKeyUtils
-
- getSupportedHostKeys() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getSupportedHostKeys(String, int) - Static method in class com.maverick.ssh.SshCompatibilityUtils
-
- getSupportedHostKeys(String, int) - Static method in class com.maverick.ssh.SshKeyUtils
-
- getSupportedKeyExchanges() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getSupportedMacs() - Method in class com.maverick.ssh.ConfigurationCollector
-
- getSupportedVersions() - Method in class com.maverick.ssh.SshConnector
-
- getSymbolicLinkTarget(String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Get the target path of a symbolic link.
- getTcpNoDelay() - Method in class socks.SocksSocket
-
Same as socket.
- getTemporaryFolder() - Method in class com.sshtools.sftp.SftpClient
-
- getTemporaryValue(String, String) - Method in class com.maverick.ssh2.Ssh2Context
-
- getTemporaryValue(String, boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
- getTerm() - Method in interface com.maverick.ssh.SshSession
-
Returns the term type of any pseudo terminal successfully attached to session.
- getTerm() - Method in class com.maverick.ssh2.Ssh2Session
-
- getTimeout() - Method in class com.maverick.util.DynamicBuffer
-
- getTransferMode() - Method in class com.sshtools.sftp.SftpClient
-
- getTransferSize() - Method in class com.sshtools.sftp.DirectoryOperation
-
Get the total number of bytes that this operation will transfer
- getTransport() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- getTransport() - Method in interface com.maverick.ssh.SshClient
-
Get the transport this client is running over
- getTransport() - Method in interface com.maverick.ssh.SshTunnel
-
The connection being forwarded (local forwarding) or the destination
of the forwarding (remote forwarding).
- getTransport() - Method in class com.maverick.ssh1.Ssh1Client
-
- getTransport() - Method in class com.maverick.ssh2.Ssh2Client
-
- getType() - Method in class com.maverick.sftp.ACL
-
- getType() - Method in class com.maverick.sftp.SftpFileAttributes
-
- getType() - Method in class com.maverick.sftp.SftpMessage
-
- getType() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getType() - Method in class com.maverick.ssh.IncompatibleAlgorithm
-
- getType() - Method in interface com.sshtools.publickey.SshPrivateKeyFile
-
Get a description of the format type e.g.
- getUdpEncapsulation() - Method in interface socks.server.ServerAuthenticator
-
This method should return UDPEncapsulation, which should be used
on the datagrams being send in/out.
- getUdpEncapsulation() - Method in class socks.server.ServerAuthenticatorNone
-
Allways returns null.
- getUID() - Method in class com.maverick.sftp.SftpFileAttributes
-
Get the UID of the owner.
- getUnchangedFiles() - Method in class com.sshtools.sftp.DirectoryOperation
-
Returns the list of files that will not be changed during the directory
operation
- getUpdatedFiles() - Method in class com.sshtools.sftp.DirectoryOperation
-
Returns a list of files that will be updated in the directory operation
- getUsed() - Method in class com.sshtools.sftp.StatVfs
-
- getUsedCount() - Method in class com.maverick.agent.KeyConstraints
-
- getUser() - Method in class socks.UserPasswordAuthentication
-
Get the user name.
- getUsername() - Method in class com.maverick.agent.client.Ssh2AgentAuthentication
-
- getUsername() - Method in class com.maverick.ssh.PasswordAuthentication
-
Get the username.
- getUsername() - Method in class com.maverick.ssh.PublicKeyAuthentication
-
- getUsername() - Method in interface com.maverick.ssh.SshAuthentication
-
Get the username for this authentication attempt.
- getUsername() - Method in interface com.maverick.ssh.SshClient
-
Return the username used for this connection
- getUsername() - Method in class com.maverick.ssh1.Ssh1ChallengeResponseAuthentication
-
Get the username for this authentication attempt.
- getUsername() - Method in class com.maverick.ssh1.Ssh1Client
-
- getUsername() - Method in class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
- getUsername() - Method in class com.maverick.ssh2.KBIAuthentication
-
- getUsername() - Method in class com.maverick.ssh2.Ssh2Client
-
- getUsername() - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
- getUTF8Bytes(String) - Static method in class com.maverick.ssh.components.Utils
-
- getUuid() - Method in class com.maverick.events.Event
-
- getUuid() - Method in interface com.maverick.ssh.message.SshMessageReader
-
- getUuid() - Method in interface com.maverick.ssh.SshClient
-
- getUuid() - Method in class com.maverick.ssh1.Ssh1Client
-
- getUuid() - Method in class com.maverick.ssh2.Ssh2Client
-
- getUuid() - Method in class com.maverick.ssh2.TransportProtocol
-
- getValidAfter() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getValidBefore() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- getValue() - Method in class com.maverick.ssh.components.jce.EncodedExtension
-
- getValue() - Method in class com.maverick.ssh.components.jce.StringCertificateExtension
-
- getValue() - Method in class com.maverick.util.Entry
-
- getValue() - Method in class com.sshtools.config.file.entry.type.FileEntryType.SshdConfigKeyValueEntry
-
- getValue() - Method in class com.sshtools.publickey.authorized.Option
-
- getValueParts() - Method in class com.sshtools.config.file.entry.type.FileEntryType.SshdConfigKeyValueEntry
-
- getVersion() - Method in class com.maverick.agent.rfc.SshAgentRequestVersion
-
- getVersion() - Method in class com.maverick.agent.rfc.SshAgentVersionResponse
-
- getVersion() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
When called after the
initialize method this
will return the version in operation for this sftp session.
- getVersion() - Method in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- getVersion() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- getVersion() - Method in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- getVersion() - Method in class com.maverick.ssh.components.jce.Ssh1RsaPublicKey
-
- getVersion() - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- getVersion() - Method in interface com.maverick.ssh.components.SshRsaPublicKey
-
- getVersion() - Method in interface com.maverick.ssh.SshClient
-
Returns the version for this client.
- getVersion() - Static method in class com.maverick.ssh.SshConnector
-
Returns the current version of the API.
- getVersion() - Method in class com.maverick.ssh1.Ssh1Client
-
- getVersion() - Method in class com.maverick.ssh2.Ssh2Client
-
- getVersion() - Method in class com.sshtools.net.HttpResponse
-
- getWho() - Method in class com.maverick.sftp.ACL
-
- getX() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPrivateKey
-
- getX() - Method in interface com.maverick.ssh.components.SshDsaPrivateKey
-
- getX11AuthenticationCookie() - Method in interface com.maverick.ssh.SshContext
-
Get a fake random cookie for X11 authentication
- getX11AuthenticationCookie() - Method in class com.maverick.ssh1.Ssh1Context
-
- getX11AuthenticationCookie() - Method in class com.maverick.ssh2.Ssh2Context
-
- getX11Display() - Method in interface com.maverick.ssh.SshContext
-
Get the currently configured XDisplay setting which will be null if no
display is currently set.
- getX11Display() - Method in class com.maverick.ssh1.Ssh1Context
-
- getX11Display() - Method in class com.maverick.ssh2.Ssh2Context
-
- getX11ForwardingTunnels() - Method in class com.sshtools.net.ForwardingClient
-
Get the active X11 forwarding channels.
- getX11RealCookie() - Method in interface com.maverick.ssh.SshContext
-
Get the real X11 authentication cookie, if not cookie has been set the
fake cookie will be returned.
- getX11RealCookie() - Method in class com.maverick.ssh1.Ssh1Context
-
- getX11RealCookie() - Method in class com.maverick.ssh2.Ssh2Context
-
- getX11RequestListener() - Method in interface com.maverick.ssh.SshContext
-
Get the X11 forwarding request listener.
- getX11RequestListener() - Method in class com.maverick.ssh1.Ssh1Context
-
- getX11RequestListener() - Method in class com.maverick.ssh2.Ssh2Context
-
- getY() - Method in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- getY() - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- getY() - Method in interface com.maverick.ssh.components.SshDsaPublicKey
-
- GlobalEntry - Class in com.sshtools.config.file.entry
-
- GlobalEntry(SshdConfigFile) - Constructor for class com.sshtools.config.file.entry.GlobalEntry
-
- globalListeners - Variable in class com.maverick.events.EventServiceImplementation
-
- GlobalRequest - Class in com.maverick.ssh2
-
This class represents a global request.
- GlobalRequest(String, byte[]) - Constructor for class com.maverick.ssh2.GlobalRequest
-
Contstruct a request.
- GlobalRequestHandler - Interface in com.maverick.ssh2
-
There are several kinds of requests that affect the state of the remote end "globally",
independent of any channels, this interface defines the contract for handling such global
requests.
- GlobRegExpMatching - Class in com.sshtools.sftp
-
Implements the RegularExpressionMatching Interface.
- GlobRegExpMatching() - Constructor for class com.sshtools.sftp.GlobRegExpMatching
-
- GlobSftpFileFilter - Class in com.maverick.util
-
- GlobSftpFileFilter(String) - Constructor for class com.maverick.util.GlobSftpFileFilter
-
- GlobSyntax - Static variable in class com.sshtools.sftp.SftpClient
-
- group1 - Static variable in class com.maverick.ssh.components.DiffieHellmanGroups
-
- group14 - Static variable in class com.maverick.ssh.components.DiffieHellmanGroups
-
- group15 - Static variable in class com.maverick.ssh.components.DiffieHellmanGroups
-
- group16 - Static variable in class com.maverick.ssh.components.DiffieHellmanGroups
-
- group17 - Static variable in class com.maverick.ssh.components.DiffieHellmanGroups
-
- group18 - Static variable in class com.maverick.ssh.components.DiffieHellmanGroups
-
- group5 - Static variable in class com.maverick.ssh.components.DiffieHellmanGroups
-
- ICANON - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Canonicalize input lines.
- ICRNL - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Map CR to NL on input.
- Ident - Class in socks.server
-
Class Ident provides means to obtain user name of the owner of the socket
on remote machine, providing remote machine runs identd daemon.
- Ident(Socket) - Constructor for class socks.server.Ident
-
Constructor tries to connect to Identd daemon on the host of the
given socket, and retrieve user name of the owner of given socket
connection on remote machine.
- IdentAuthenticator - Class in socks.server
-
An implementation of socks.ServerAuthentication which provides
simple authentication based on the host from which the connection
is made and the name of the user on the remote machine, as reported
by identd daemon on the remote machine.
- IdentAuthenticator() - Constructor for class socks.server.IdentAuthenticator
-
Constructs empty IdentAuthenticator.
- idle() - Method in class com.maverick.ssh.message.SshAbstractChannel
-
- idle(SshClient, long) - Method in class com.maverick.ssh.SshClientAdapter
-
- idle(SshClient, long) - Method in interface com.maverick.ssh.SshClientListener
-
- idle() - Method in class com.maverick.ssh2.Ssh2Channel
-
- IEXTEN - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Enable extensions.
- IGNCR - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Ignore CR on input.
- IGNPAR - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
The ignore parity flag.
- ILLEGAL_USER_NAME - Static variable in class com.maverick.ssh2.TransportProtocol
-
Disconnect reason: The user's name is illegal
- IMAXBEL - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Ring bell on input queue full.
- in - Variable in class com.maverick.scp.ScpClientIO.ScpEngineIO
-
- in - Variable in class com.maverick.ssh.ShellController
-
- in - Variable in class com.maverick.util.DynamicBuffer
-
This buffers InputStream
- in - Variable in class socks.Proxy
-
- incomingtunnels - Variable in class com.sshtools.net.ForwardingClient
-
- IncompatibleAlgorithm - Class in com.maverick.ssh
-
- IncompatibleAlgorithm(ComponentFactory<?>, IncompatibleAlgorithm.ComponentType, String[], String[]) - Constructor for class com.maverick.ssh.IncompatibleAlgorithm
-
- IncompatibleAlgorithm.ComponentType - Enum in com.maverick.ssh
-
- indexOf(SshPublicKey) - Method in class com.maverick.agent.InMemoryKeyStore
-
Find the index of a key.
- InetRange - Class in socks
-
Class InetRange provides the means of defining the range of inetaddresses.
- InetRange() - Constructor for class socks.InetRange
-
Creates the empty range.
- INFLATER - Static variable in interface com.maverick.ssh.compression.SshCompression
-
Inflation mode
- info(String, Object...) - Static method in class com.maverick.logging.Log
-
- info(String, Throwable, Object...) - Static method in class com.maverick.logging.Log
-
- info(String) - Method in class com.maverick.logging.MaverickLogger
-
- info(String, Object) - Method in class com.maverick.logging.MaverickLogger
-
- info(String, Object, Object) - Method in class com.maverick.logging.MaverickLogger
-
- info(String, Object...) - Method in class com.maverick.logging.MaverickLogger
-
- info(String, Throwable) - Method in class com.maverick.logging.MaverickLogger
-
- info(Marker, String) - Method in class com.maverick.logging.MaverickLogger
-
- info(Marker, String, Object) - Method in class com.maverick.logging.MaverickLogger
-
- info(Marker, String, Object, Object) - Method in class com.maverick.logging.MaverickLogger
-
- info(Marker, String, Object...) - Method in class com.maverick.logging.MaverickLogger
-
- info(Marker, String, Throwable) - Method in class com.maverick.logging.MaverickLogger
-
- info(Logger, String, Object...) - Method in interface com.maverick.ssh2.AbstractClientTransport
-
- info(String, Object...) - Method in class com.maverick.ssh2.TransportProtocol
-
- info(Logger, String, Object...) - Method in class com.maverick.ssh2.TransportProtocol
-
- init() - Method in class com.maverick.ssh.components.ComponentManager
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.AbstractHmac
-
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.AbstractJCECipher
-
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.AES128Gcm
-
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.AES256Gcm
-
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.ArcFour
-
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.ArcFour128
-
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.ArcFour256
-
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305.Poly1305
-
Initialises the Poly1305 MAC.
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacRipeMd160
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacRipeMd160ETM
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacSha1
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacSha196
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacSha1ETM
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacSha256
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacSha256_at_ssh_dot_com
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacSha256ETM
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacSha512
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.HmacSha512ETM
-
- init(byte[]) - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.Ssh1Des3
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
Initialize the public key from a blob of binary data.
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKey
-
Initialize the public key from a blob of binary data.
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.SshX509DsaPublicKeyRfc6187
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.SshX509EcdsaSha2NistPublicKeyRfc6187
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.SshX509Rsa2048Sha256Rfc6187
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKey
-
Initialize the public key from a blob of binary data.
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.SshX509RsaPublicKeyRfc6187
-
- init(byte[], int, int) - Method in class com.maverick.ssh.components.jce.SshX509RsaSha1PublicKey
-
Initialize the public key from a blob of binary data.
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.NoneCipher
-
Initialize the cipher with up to 40 bytes of iv and key data.
- init(byte[]) - Method in class com.maverick.ssh.components.NoneHmac
-
- init(int, byte[], byte[]) - Method in class com.maverick.ssh.components.SshCipher
-
Initialize the cipher with up to 40 bytes of iv and key data.
- init(byte[]) - Method in interface com.maverick.ssh.components.SshHmac
-
- init(byte[], int, int) - Method in interface com.maverick.ssh.components.SshPublicKey
-
Initialize the public key from a blob of binary data.
- init(int, int) - Method in class com.maverick.ssh.compression.NoneCompression
-
- init(int, int) - Method in interface com.maverick.ssh.compression.SshCompression
-
Initialize the compression.
- init(SshMessageRouter, int) - Method in class com.maverick.ssh.message.SshAbstractChannel
-
- init(AbstractClientTransport, boolean) - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
Initialize the key exchange.
- init() - Method in class com.maverick.vfs.ssh.SftpFileProvider
-
- init(int, int) - Method in class com.sshtools.zlib.ZLibCompression
-
- initException - Static variable in class com.maverick.ssh.SshConnector
-
- initialize() - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Initializes the sftp subsystem and negotiates a version with the server.
- initializeDefaultProvider(Provider) - Static method in class com.maverick.ssh.components.jce.JCEComponentManager
-
Initialize the default JCE provider used by the API.
- initializeDefaultProvider(Provider) - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
Initialize the default JCE provider used by the API.
- initializeDefaultProvider(String) - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
Initialize the default JCE provider used by the API.
- initializeDigestFactory(ComponentFactory<Digest>) - Method in class com.maverick.ssh.components.ComponentManager
-
Initialize the digest factory.
- initializeDigestFactory(ComponentFactory<Digest>) - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- initializeHmacFactory(ComponentFactory<SshHmac>) - Method in class com.maverick.ssh.components.ComponentManager
-
Initialize the SSH2 HMAC factory.
- initializeHmacFactory(ComponentFactory<SshHmac>) - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- initializeKeyExchangeFactory(ComponentFactory<SshKeyExchange>, ComponentFactory<SshKeyExchange>) - Method in class com.maverick.ssh.components.ComponentManager
-
Initialize the SSH2 key exchange factory.
- initializeKeyExchangeFactory(ComponentFactory<SshKeyExchange>, ComponentFactory<SshKeyExchange>) - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- initializeProviderForAlgorithm(String, Provider) - Static method in class com.maverick.ssh.components.jce.JCEComponentManager
-
Initialize a provider for a specific algorithm.
- initializeProviderForAlgorithm(String, Provider) - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
Initialize a provider for a specific algorithm.
- initializeProviderForAlgorithm(String, String) - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
Initialize a provider for a specific algorithm.
- initializePublicKeyFactory(ComponentFactory<SshPublicKey>) - Method in class com.maverick.ssh.components.ComponentManager
-
Initialize the public key factory.
- initializePublicKeyFactory(ComponentFactory<SshPublicKey>) - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- initializeSsh1CipherFactory(ComponentFactory<SshCipher>) - Method in class com.maverick.ssh.components.ComponentManager
-
Initialize the SSH1 cipher factory.
- initializeSsh1CipherFactory(ComponentFactory<SshCipher>) - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- initializeSsh2CipherFactory(ComponentFactory<SshCipher>) - Method in class com.maverick.ssh.components.ComponentManager
-
Initialize the SSH2 cipher factory.
- initializeSsh2CipherFactory(ComponentFactory<SshCipher>) - Method in class com.maverick.ssh.components.jce.JCEComponentManager
-
- initializeTunnel(SshTunnel) - Method in interface com.maverick.ssh.ForwardingRequestListener
-
Called once a connection has been established and a forwarding channel
is about to be opened.
- initializeTunnel(SshTunnel) - Method in class com.sshtools.net.ForwardingClient.ForwardingListener
-
- INLCR - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Map NL into CR on input.
- InMemoryKeyStore - Class in com.maverick.agent
-
A store for maintaining public keys in agent
- InMemoryKeyStore() - Constructor for class com.maverick.agent.InMemoryKeyStore
-
Creates a new KeyStore object.
- INPCK - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Enable checking of parity errors.
- InputStream(InputStream) - Constructor for class com.maverick.util.Base64.InputStream
-
- InputStream(InputStream, boolean) - Constructor for class com.maverick.util.Base64.InputStream
-
- inStartup() - Method in class com.maverick.ssh.Shell
-
- INTERNAL_ERROR - Static variable in exception com.maverick.ssh.SshException
-
An internal error occurred within the API; in all cases contact
sshtools.com support with the details of this error and the state of the
connection when receiving this exception is unknown.
- interrupt() - Method in class com.maverick.ssh.ShellController
-
- interrupt() - Method in interface com.maverick.ssh.ShellWriter
-
Interrupt the process by sending a Ctrl+C to the process.
- intToLittleEndian(int, byte[], int) - Static method in class com.maverick.ssh.components.jce.ChaCha20Poly1305
-
- intValue() - Method in class com.maverick.util.UnsignedInteger32
-
Returns the long value of the unsigned integer cast to an int
- INVALID - Static variable in class com.maverick.ssh.LicenseManager
-
- INVALID_HANDLE - Static variable in exception com.maverick.sftp.SftpStatusException
-
The file handle provided was invalid
- INVALID_RESUME_STATE - Static variable in exception com.maverick.sftp.SftpStatusException
-
The file cannot be resumed
- INVALID_TEXT_MODE - Static variable in exception com.maverick.sftp.SftpStatusException
-
The server reported a canonical newline convention not supported by this
API
- InvalidMessageException - Exception in com.maverick.agent.exceptions
-
- InvalidMessageException(String, int) - Constructor for exception com.maverick.agent.exceptions.InvalidMessageException
-
Constructs the message.
- InvalidPassphraseException - Exception in com.sshtools.publickey
-
Thrown by an
SshPrivateKeyFile
when it detects that the
passphrase supplied was invalid.
- InvalidPassphraseException() - Constructor for exception com.sshtools.publickey.InvalidPassphraseException
-
- InvalidPassphraseException(Exception) - Constructor for exception com.sshtools.publickey.InvalidPassphraseException
-
- IOStreamConnector - Class in com.maverick.util
-
Connects an input stream to an outputstream.
- IOStreamConnector() - Constructor for class com.maverick.util.IOStreamConnector
-
Creates a new IOStreamConnector object.
- IOStreamConnector(InputStream, OutputStream) - Constructor for class com.maverick.util.IOStreamConnector
-
Creates a new IOStreamConnector object.
- IOStreamConnector.IOStreamConnectorListener - Interface in com.maverick.util
-
- IOUtil - Class in com.maverick.util
-
- IOUtil() - Constructor for class com.maverick.util.IOUtil
-
- IOUtils - Class in com.maverick.logging
-
- IOUtils() - Constructor for class com.maverick.logging.IOUtils
-
- ip - Variable in class socks.ProxyMessage
-
Host as an IP address
- IPUtils - Class in com.sshtools.net
-
- isActive() - Method in class com.maverick.ssh.ShellController
-
- isActive() - Method in class com.maverick.ssh.ShellProcess
-
- isActive() - Method in class com.maverick.ssh.ShellProcessController
-
- isAllowedKey(String) - Static method in class com.sshtools.config.file.entry.MatchEntry
-
- isAppendOnly() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isArchive() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isAttributeBitSet(long) - Method in class com.maverick.sftp.SftpFileAttributes
-
- isAuthenticated() - Method in interface com.maverick.ssh.SshClient
-
Evaluate whether the user has been authenticated.
- isAuthenticated() - Method in class com.maverick.ssh1.Ssh1Client
-
- isAuthenticated() - Method in class com.maverick.ssh2.AuthenticationProtocol
-
Determine whether the protocol has made a sucessfull authentication attempt.
- isAuthenticated() - Method in class com.maverick.ssh2.Ssh2Client
-
- isAuthenticating() - Method in class com.maverick.ssh.PublicKeyAuthentication
-
Is the authentication attempt actually going to perform an authentication or
are we simply just checking the suitability of a public key.
- isAuthenticationSupported(String) - Method in class com.maverick.ssh2.Ssh2Client
-
Iterate over support mechanisms and return true only if the method
supplied is reported as supported by the remote device.
- isAuthorizedKey(SshPublicKey) - Method in class com.sshtools.publickey.authorized.AuthorizedKeyFile
-
- isBCDisabled() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- isBCEnabled() - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- isBlank(String) - Static method in class com.maverick.ssh.components.Utils
-
- isBlock() - Method in class com.maverick.sftp.SftpFile
-
Determine whether the file is pointing to a block special file.
- isBlock() - Method in class com.maverick.sftp.SftpFileAttributes
-
Determine whether these attributes refer to a block special file.
- isBlockingThread(Thread) - Method in class com.maverick.ssh.message.SshMessageRouter
-
- isBlockOwner(Thread) - Method in class com.maverick.ssh.message.ThreadSynchronizer
-
- isBuffered() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- isBuffered() - Method in interface com.maverick.ssh.SshClient
-
Identifies whether this client is in buffered mode
- isBuffered() - Method in class com.maverick.ssh1.Ssh1Client
-
- isBuffered() - Method in class com.maverick.ssh2.Ssh2Client
-
- isCancelled() - Method in interface com.maverick.sftp.FileTransferProgress
-
The transfer is cancelled.
- isCaseInsensitive() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isCertAuthority() - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- isCertAuthority() - Method in class com.sshtools.publickey.KnownHostsKeyVerification.CertAuthorityEntry
-
- isCertAuthority() - Method in class com.sshtools.publickey.KnownHostsKeyVerification.KeyEntry
-
- isCharacter() - Method in class com.maverick.sftp.SftpFile
-
Determine whether the file is pointing to a character mode device.
- isCharacter() - Method in class com.maverick.sftp.SftpFileAttributes
-
Determine whether these attributes refer to a character device.
- isClosed() - Method in class com.maverick.ssh.message.SshAbstractChannel
-
- isClosed() - Method in class com.maverick.ssh.message.SshMessageStore
-
- isClosed() - Method in class com.maverick.ssh.Shell
-
- isClosed() - Method in interface com.maverick.ssh.SshChannel
-
Evaluate whether the channel is closed.
- isClosed() - Method in interface com.maverick.ssh.SshSession
-
Evaluate whether the channel is closed.
- isClosed() - Method in class com.maverick.ssh.SubsystemChannel
-
Is the subsystem closed?
- isClosed() - Method in class com.maverick.util.IOStreamConnector
-
- isClosed() - Method in class com.sshtools.sftp.SftpClient
-
Returns the state of the SFTP client.
- isCompressed() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isConnected() - Method in interface com.maverick.ssh.message.SshMessageReader
-
- isConnected() - Method in interface com.maverick.ssh.SshClient
-
Evaluate whether the connection is still alive.
- isConnected() - Method in class com.maverick.ssh1.Ssh1Client
-
- isConnected() - Method in class com.maverick.ssh2.Ssh2Client
-
- isConnected() - Method in class com.maverick.ssh2.TransportProtocol
-
Returns the connected state
- isDebugEnabled() - Static method in class com.maverick.logging.Log
-
- isDebugEnabled() - Method in class com.maverick.logging.MaverickLogger
-
- isDebugEnabled(Marker) - Method in class com.maverick.logging.MaverickLogger
-
- isDelayed() - Method in class com.maverick.ssh.compression.NoneCompression
-
- isDelayed() - Method in interface com.maverick.ssh.compression.SshCompression
-
Is this compression delayed until after authentication
- isDelayed() - Method in class com.sshtools.zlib.OpenSSHZLibCompression
-
- isDelayed() - Method in class com.sshtools.zlib.ZLibCompression
-
- isDHGroupExchangeBackwardsCompatible() - Method in class com.maverick.ssh2.Ssh2Context
-
- isDirect(String) - Method in class socks.Proxy
-
Check wether the given host is on the list of direct address.
- isDirect(InetAddress) - Method in class socks.Proxy
-
Check wether the given host is on the list of direct addresses.
- isDirectory() - Method in class com.maverick.sftp.SftpFile
-
Determine whether the file object is pointing to a directory.
- isDirectory() - Method in class com.maverick.sftp.SftpFileAttributes
-
Determine whether these attributes refer to a directory
- isDirectoryOrLinkedDirectory(SftpFile) - Method in class com.sshtools.sftp.SftpClient
-
Determine whether the file object is pointing to a symbolic link that is
pointing to a directory.
- isDisabled(String) - Method in class com.maverick.ssh.components.ComponentManager
-
- isDropSecurityAsLastResort() - Method in class com.maverick.ssh.AdaptiveSecurityPolicy
-
- isDropSecurityAsLastResort() - Method in class com.maverick.ssh.DefaultSecurityPolicy
-
- isDropSecurityAsLastResort() - Method in interface com.maverick.ssh.SecurityPolicy
-
- isEnableETM() - Method in class com.maverick.ssh2.Ssh2Context
-
- isEnableNoneCipher() - Static method in class com.maverick.ssh.components.ComponentManager
-
- isEnableNoneMac() - Static method in class com.maverick.ssh.components.ComponentManager
-
- isEncrypted() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isErrorEnabled() - Static method in class com.maverick.logging.Log
-
- isErrorEnabled() - Method in class com.maverick.logging.MaverickLogger
-
- isErrorEnabled(Marker) - Method in class com.maverick.logging.MaverickLogger
-
- isETM() - Method in class com.maverick.ssh.components.jce.AbstractHmac
-
- isETM() - Method in class com.maverick.ssh.components.jce.HmacMD5ETM
-
- isETM() - Method in class com.maverick.ssh.components.jce.HmacRipeMd160ETM
-
- isETM() - Method in class com.maverick.ssh.components.jce.HmacSha1ETM
-
- isETM() - Method in class com.maverick.ssh.components.jce.HmacSha256ETM
-
- isETM() - Method in class com.maverick.ssh.components.jce.HmacSha512ETM
-
- isETM() - Method in class com.maverick.ssh.components.NoneHmac
-
- isETM() - Method in interface com.maverick.ssh.components.SshHmac
-
- isFifo() - Method in class com.maverick.sftp.SftpFile
-
Determine whether the file is pointing to a pipe.
- isFifo() - Method in class com.maverick.sftp.SftpFileAttributes
-
Determine whether these attributes refer to a pipe.
- isFile() - Method in class com.maverick.sftp.SftpFile
-
Determine whether the file object is pointing to a file.
- isFile() - Method in class com.maverick.sftp.SftpFileAttributes
-
Determine whether these attributes refer to a file.
- isFlagSet(long) - Method in class com.maverick.sftp.SftpFileAttributes
-
Determine if a permissions flag is set.
- isFlowControlEnabled() - Method in class com.maverick.ssh2.Ssh2Session
-
On many systems it is possible to determine whether a pseudo-terminal is
using control-S/ control-Q flow control.
- isForceCommand() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- isFormatted(byte[], String, String) - Static method in class com.sshtools.publickey.Base64EncodedFileFormat
-
- isFormatted(byte[]) - Static method in class com.sshtools.publickey.OpenSSHPublicKeyFile
-
- isHashedEntry() - Method in class com.sshtools.publickey.KnownHostsKeyVerification.KeyEntry
-
- isHashedEntry() - Method in class com.sshtools.publickey.KnownHostsKeyVerification.Ssh2KeyEntry
-
- isHidden() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isHostCertificate() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- isHostCertificate() - Method in class com.maverick.ssh.components.SshCertificate
-
- isHostFileWriteable() - Method in class com.sshtools.publickey.AbstractKnownHostsKeyVerification
-
Deprecated.
Determines whether the host file is writable.
- isHostFileWriteable() - Method in class com.sshtools.publickey.AbstractMultipleKnownHostsKeyVerification
-
Deprecated.
Determines whether the host file is writable.
- isHostFileWriteable() - Method in class com.sshtools.publickey.KnownHostsFile
-
- isHostFileWriteable() - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- ISIG - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Enable signals INTR, QUIT, [D]SUSP.
- isImmutable() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isInfoEnabled() - Static method in class com.maverick.logging.Log
-
- isInfoEnabled() - Method in class com.maverick.logging.MaverickLogger
-
- isInfoEnabled(Marker) - Method in class com.maverick.logging.MaverickLogger
-
- isKeyExchangeMessage(int) - Method in class com.maverick.ssh.components.jce.client.Curve25519SHA256
-
- isKeyExchangeMessage(int) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanEcdh
-
- isKeyExchangeMessage(int) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup
-
- isKeyExchangeMessage(int) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup14Sha1
-
- isKeyExchangeMessage(int) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup1Sha1
-
- isKeyExchangeMessage(int) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroupExchangeSha1
-
- isKeyExchangeMessage(int) - Method in class com.maverick.ssh.components.jce.client.Rsa1024Sha1
-
- isKeyExchangeMessage(int) - Method in class com.maverick.ssh.components.jce.client.Rsa2048Sha256
-
- isKeyExchangeMessage(int) - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
- isKeyReExchangeDisabled() - Method in class com.maverick.ssh2.Ssh2Context
-
- isKnown() - Method in class com.maverick.ssh.components.jce.EncodedExtension
-
- isKnownHost(String, SshPublicKey) - Method in interface com.maverick.ssh.HostKeyUpdater
-
- isKnownHost(String, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- isLevelEnabled(Log.Level) - Static method in class com.maverick.logging.Log
-
- isLicensed() - Method in class com.maverick.ssh.SshConnector
-
Indicates whether the API is licensed or not
- isLimitPublicKeysToKnownHosts() - Method in class com.maverick.ssh2.Ssh2Context
-
- isLink() - Method in class com.maverick.sftp.SftpFile
-
Determine whether the file object is a symbolic link.
- isLink() - Method in class com.maverick.sftp.SftpFileAttributes
-
Determine whether these attributes refer to a symbolic link.
- isListening() - Method in class com.sshtools.net.ForwardingClient.SocketListener
-
- isLoaded() - Method in class com.sshtools.config.file.entry.type.FileEntryType.CommentEntry
-
- isLocal() - Method in interface com.maverick.ssh.SshTunnel
-
Determines the type of forwarding channel.
- isLocalEOF() - Method in interface com.maverick.ssh.SshTunnel
-
- isLocked() - Method in class com.maverick.agent.InMemoryKeyStore
-
- isLocked() - Method in interface com.maverick.agent.KeyStore
-
Determine if the store is currently locked.
- isLogging(Log.Level) - Method in class com.maverick.logging.AbstractLoggingContext
-
- isLogging(Log.Level) - Method in class com.maverick.logging.DefaultLoggerContext
-
- isLogging(Log.Level) - Method in class com.maverick.logging.FileLoggingContext
-
- isLogging(Log.Level) - Method in interface com.maverick.logging.LoggerContext
-
- isMAC() - Method in class com.maverick.ssh.components.jce.AES128Gcm
-
- isMAC() - Method in class com.maverick.ssh.components.jce.AES256Gcm
-
- isMAC() - Method in class com.maverick.ssh.components.jce.ChaCha20Poly1305
-
- isMAC() - Method in class com.maverick.ssh.components.SshCipher
-
- isManagedSecurity() - Method in class com.maverick.ssh.AdaptiveSecurityPolicy
-
- isManagedSecurity() - Method in class com.maverick.ssh.DefaultSecurityPolicy
-
- isManagedSecurity() - Method in interface com.maverick.ssh.SecurityPolicy
-
- isNonStandardAlgorithmsEnabled() - Method in class com.maverick.ssh2.Ssh2Context
-
- isNotAllowedKey(String) - Static method in class com.sshtools.config.file.entry.MatchEntry
-
- isNotBlank(String) - Static method in class com.maverick.ssh.components.Utils
-
- isNotLoaded() - Method in class com.sshtools.config.file.entry.type.FileEntryType.CommentEntry
-
- isNull(Object) - Static method in class com.maverick.logging.IOUtils
-
- isNull(Object) - Static method in class com.maverick.ssh.components.Utils
-
- isOpen() - Method in class com.maverick.sftp.SftpFile
-
Determine whether the file is open.
- isOpen() - Method in class com.maverick.util.CachingDataWindow
-
- isPassphraseProtected() - Method in interface com.sshtools.publickey.SshPrivateKeyFile
-
Determine if the private key file is protected by a passphrase.
- isPreferKeyboardInteractiveOverPassword() - Method in class com.maverick.ssh2.Ssh2Context
-
- isProxyAlive(int) - Method in class socks.Socks5DatagramSocket
-
This method checks wether proxy still runs udp forwarding service
for this socket.
- isReadOnly() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isRemoteEOF() - Method in interface com.maverick.ssh.SshTunnel
-
- isRevoked() - Method in class com.sshtools.publickey.KnownHostsKeyVerification.KeyEntry
-
- isRevoked() - Method in class com.sshtools.publickey.KnownHostsKeyVerification.RevokedEntry
-
- isRFCAgent() - Method in class com.maverick.agent.client.SshAgentClient
-
- isRunning() - Method in class com.sshtools.net.ForwardingClient.SocketListener
-
- isSendIgnorePacketOnIdle() - Method in class com.maverick.ssh2.Ssh2Context
-
- isSendKeepAliveOnIdle() - Method in class com.maverick.ssh2.Ssh2Channel
-
- isSHA1SignaturesSupported() - Method in interface com.maverick.ssh.SshContext
-
Option to disable SHA1 signatures on RSA keys.
- isSHA1SignaturesSupported() - Method in class com.maverick.ssh1.Ssh1Context
-
- isSHA1SignaturesSupported() - Method in class com.maverick.ssh2.Ssh2Context
-
- isSocket() - Method in class com.maverick.sftp.SftpFile
-
Determine whether the file is pointing to a socket.
- isSocket() - Method in class com.maverick.sftp.SftpFileAttributes
-
Determine whether these attributes refer to a socket.
- isSparse() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isSSH1Compatible() - Method in class com.maverick.agent.KeyConstraints
-
- isStopped() - Method in class com.maverick.logging.DefaultLoggerContext.FileWatcher
-
- isSync() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isSystem() - Method in class com.maverick.sftp.SftpFileAttributes
-
- isTraceEnabled() - Static method in class com.maverick.logging.Log
-
- isTraceEnabled() - Method in class com.maverick.logging.MaverickLogger
-
- isTraceEnabled(Marker) - Method in class com.maverick.logging.MaverickLogger
-
- isTreatIdleConnectionAsError() - Method in class com.maverick.ssh2.Ssh2Context
-
- isTriedBackwardsCompatibility() - Method in class com.maverick.ssh2.Ssh2Context
-
Deprecated.
- isTriedMinimalKeyExchangePacket() - Method in class com.maverick.ssh2.Ssh2Context
-
Deprecated.
- ISTRIP - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Strip 8th bit off characters.
- isUserCertificate() - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- isUserCertificate() - Method in class com.maverick.ssh.components.SshCertificate
-
- isUserValid(String, String, Socket) - Method in interface socks.server.UserValidation
-
Implementations of this interface are expected to use some or all
of the information provided plus any information they can extract
from other sources to decide wether given user should be allowed
access to SOCKS server, or whatever you use it for.
- isValidAddressForNetwork(String) - Method in class com.sshtools.net.CIDRNetwork
-
- isValidDHCPRange(String, String) - Method in class com.sshtools.net.CIDRNetwork
-
- isWarnEnabled() - Static method in class com.maverick.logging.Log
-
- isWarnEnabled() - Method in class com.maverick.logging.MaverickLogger
-
- isWarnEnabled(Marker) - Method in class com.maverick.logging.MaverickLogger
-
- isX11() - Method in interface com.maverick.ssh.SshTunnel
-
Determine if this channel is an X11 forwarding channel.
- isXForwarding() - Method in class com.sshtools.net.ForwardingClient
-
Is X forwarding currently active?
- itemStateChanged(ItemEvent) - Method in class socks.SocksDialog
-
- IUCLC - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Translate uppercase characters to lowercase.
- IUTF8 - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Ring bell on input queue full.
- IXANY - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Any char will restart after stop.
- IXOFF - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Enable input flow control.
- IXON - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Enable output flow control.
- OCRNL - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Translate carriage return to newline (output).
- OK - Static variable in class com.maverick.ssh.LicenseManager
-
- OLCUC - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Convert lowercase to uppercase.
- onAddKey(KeyStore) - Method in interface com.maverick.agent.KeyStoreListener
-
A key has been added to the keystore.
- onAddKey(SshAgentAddKey) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Called when the remote side adds a key the agent.
- onAddKey(SshAgentAddKey) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called when the remote side adds a key the agent.
- onDeleteAllKeys(KeyStore) - Method in interface com.maverick.agent.KeyStoreListener
-
All the keys were deleted from the keystore.
- onDeleteAllKeys(AgentMessage) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Called when the remote side requests that all keys be removed from the
agent.
- onDeleteAllKeys(AgentMessage) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called when the remote side requests that all keys be removed from the
agent.
- onDeleteKey(KeyStore) - Method in interface com.maverick.agent.KeyStoreListener
-
A key has been deleted.
- onDeleteKey(SshAgentDeleteKey) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Called by the remote side to delete a key from the agent
- onDeleteKey(SshAgentDeleteKey) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called by the remote side to delete a key from the agent
- onDisconnect(String, int) - Method in interface com.maverick.ssh2.TransportProtocolListener
-
- onForwardingNotice(SshAgentForwardingNotice) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called when a forwarding notice is recceived from the remote side.
- onHostKeyAdded(Set<String>, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsFile
-
- onHostKeyAdded(Set<String>, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- onHostKeyMismatch(String, SshPublicKey, SshPublicKey) - Method in class com.sshtools.publickey.AbstractKnownHostsKeyVerification
-
Deprecated.
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, List<SshPublicKey>, SshPublicKey) - Method in class com.sshtools.publickey.AbstractMultipleKnownHostsKeyVerification
-
Deprecated.
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, List<SshPublicKey>, SshPublicKey) - Method in class com.sshtools.publickey.ConsoleKnownHostsFile
-
- onHostKeyMismatch(String, SshPublicKey, SshPublicKey) - Method in class com.sshtools.publickey.ConsoleKnownHostsKeyVerification
-
Deprecated.
Prompts the user through the console to verify the host key.
- onHostKeyMismatch(String, List<SshPublicKey>, SshPublicKey) - Method in class com.sshtools.publickey.ConsoleMultipleKnownHostsKeyVerification
-
Deprecated.
Prompts the user through the console to verify the host key.
- onHostKeyMismatch(String, List<SshPublicKey>, SshPublicKey) - Method in class com.sshtools.publickey.HostKeyVerificationAdapter
-
- onHostKeyMismatch(String, List<SshPublicKey>, SshPublicKey) - Method in interface com.sshtools.publickey.HostKeyVerificationListener
-
- onHostKeyMismatch(String, List<SshPublicKey>, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsFile
-
- onHostKeyMismatch(String, List<SshPublicKey>, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
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.
- onHostKeyRemoved(Set<String>, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsFile
-
- onHostKeyRemoved(Set<String>, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- onHostKeyUpdated(Set<String>, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsFile
-
- onHostKeyUpdated(Set<String>, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- onIdle(long) - Method in interface com.maverick.ssh2.TransportProtocolListener
-
- onIncompatibleSecurity(String, int, String, IncompatibleAlgorithm...) - Method in class com.maverick.ssh.AdaptiveSecurityPolicy
-
- onIncompatibleSecurity(String, int, String, IncompatibleAlgorithm...) - Method in class com.maverick.ssh.DefaultSecurityPolicy
-
- onIncompatibleSecurity(String, int, String, IncompatibleAlgorithm...) - Method in interface com.maverick.ssh.SecurityPolicy
-
- onInvalidHostEntry(String) - Method in class com.sshtools.publickey.AbstractKnownHostsKeyVerification
-
Deprecated.
- onInvalidHostEntry(String) - Method in class com.sshtools.publickey.AbstractMultipleKnownHostsKeyVerification
-
Deprecated.
- onInvalidHostEntry(String) - Method in class com.sshtools.publickey.ConsoleKnownHostsFile
-
- onInvalidHostEntry(String) - Method in class com.sshtools.publickey.ConsoleKnownHostsKeyVerification
-
Deprecated.
- onInvalidHostEntry(String) - Method in class com.sshtools.publickey.ConsoleMultipleKnownHostsKeyVerification
-
Deprecated.
- onInvalidHostEntry(String) - Method in class com.sshtools.publickey.HostKeyVerificationAdapter
-
- onInvalidHostEntry(String) - Method in interface com.sshtools.publickey.HostKeyVerificationListener
-
- onInvalidHostEntry(String) - Method in class com.sshtools.publickey.KnownHostsFile
-
- onInvalidHostEntry(String) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- onKeyOperation(KeyStore, String) - Method in interface com.maverick.agent.KeyStoreListener
-
An operation was performed on the keystore.
- ONLCR - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Map NL to CR-NL.
- onListKeys(AgentMessage) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Called by the remote side when a list of the agents keys is required
- onListKeys(AgentMessage) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called by the remote side when a list of the agents keys is required
- onLock(KeyStore) - Method in interface com.maverick.agent.KeyStoreListener
-
The keystore has been locked.
- onLock(SshAgentLock) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Called by the remote side when the agent is to be locked
- onLock(SshAgentLock) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called by the remote side when the agent is to be locked
- ONLRET - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Newline performs a carriage return (output).
- onMessageReceived(byte[]) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Process a message and route to the handler method
- onMessageReceived(byte[]) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Process a message and route to the handler method
- ONOCR - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Translate newline to carriage return-newline (output).
- onPing(SshAgentPing) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called when a ping message is received
- onPrivateKeyOp(SshAgentPrivateKeyOp) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Called by the remote side to initiate a private key operation.
- onPrivateKeyOp(SshAgentPrivateKeyOp) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called by the remote side to initiate a private key operation.
- onRandom(SshAgentRandom) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called when the remote side sends a random message
- onReceivedDisconnect(String, int) - Method in interface com.maverick.ssh2.TransportProtocolListener
-
- onRequestVersion(SshAgentRequestVersion) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called when the remote side requests the version number of this
protocol.
- onRevokedKey(String, SshPublicKey) - Method in class com.sshtools.publickey.ConsoleKnownHostsFile
-
- onRevokedKey(String, SshPublicKey) - Method in class com.sshtools.publickey.HostKeyVerificationAdapter
-
- onRevokedKey(String, SshPublicKey) - Method in interface com.sshtools.publickey.HostKeyVerificationListener
-
- onRevokedKey(String, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsFile
-
- onRevokedKey(String, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
Called by the verifyHost
method when the host key supplied
is listed as a revoked key.
- onThreadExit() - Method in class com.maverick.ssh.message.SshMessageRouter
-
Called when the threaded router closes.
- onUnknownHost(String, SshPublicKey) - Method in class com.sshtools.publickey.AbstractKnownHostsKeyVerification
-
Deprecated.
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.publickey.AbstractMultipleKnownHostsKeyVerification
-
Deprecated.
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.publickey.ConsoleKnownHostsFile
-
Prompts the user through the console to verify the host key.
- onUnknownHost(String, SshPublicKey) - Method in class com.sshtools.publickey.ConsoleKnownHostsKeyVerification
-
Deprecated.
Prompts the user through the console to verify the host key.
- onUnknownHost(String, SshPublicKey) - Method in class com.sshtools.publickey.ConsoleMultipleKnownHostsKeyVerification
-
Deprecated.
Prompts the user through the console to verify the host key.
- onUnknownHost(String, SshPublicKey) - Method in class com.sshtools.publickey.HostKeyVerificationAdapter
-
- onUnknownHost(String, SshPublicKey) - Method in interface com.sshtools.publickey.HostKeyVerificationListener
-
- onUnknownHost(String, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsFile
-
- onUnknownHost(String, SshPublicKey) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
Called by the verifyHost
method when the host key supplied
is not recorded in the known_hosts file.
- onUnlock(KeyStore) - Method in interface com.maverick.agent.KeyStoreListener
-
The keystore has been unlocked.
- onUnlock(SshAgentUnlock) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Called by the remote side when the agent is to be unlocked
- onUnlock(SshAgentUnlock) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Called by the remote side when the agent is to be unlocked
- open(int, long, int) - Method in class com.maverick.ssh2.Ssh2Channel
-
Called once an SSH_MSG_CHANNEL_OPEN_CONFIRMATION has been sent.
- open(int, long, int, byte[]) - Method in class com.maverick.ssh2.Ssh2Channel
-
Once a SSH_MSG_CHANNEL_OPEN_CONFIRMATION message is received the
framework calls this method to complete the channel open operation.
- OPEN_APPEND - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
File open flag, forces all writes to append data at the end of the file.
- OPEN_CREATE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
File open flag, if specified a new file will be created if one does not
already exist.
- OPEN_EXCLUSIVE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
File open flag, causes an open request to fail if the named file already
exists.
- OPEN_READ - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
File open flag, opens the file for reading.
- OPEN_TEXT - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
File open flag, causes the file to be opened in text mode.
- OPEN_TRUNCATE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
File open flag, forces an existing file with the same name to be
truncated to zero length when creating a file by specifying OPEN_CREATE.
- OPEN_WRITE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
File open flag, opens the file for writing.
- openChannel(Ssh2Channel, byte[]) - Method in class com.maverick.ssh2.Ssh2Client
-
Additional method to open a custom SSH2 channel.
- openChannel(SshAbstractChannel) - Method in class com.maverick.ssh2.Ssh2Client
-
Additional method to open a custom SSH2 channel.
- openDirectory(String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Open a directory.
- openDirectory(String, boolean) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Open a directory.
- openFile(String, int) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Open a file.
- openFile(String, int, SftpFileAttributes) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Open a file.
- openFile(String) - Method in class com.sshtools.sftp.SftpClient
-
- openFileVersion5(String, int, int, SftpFileAttributes) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- openForwardingChannel(String, int, String, int, String, int, SshTransport, ChannelEventListener) - Method in interface com.maverick.ssh.SshClient
-
Open a TCPIP forwarding channel to the remote computer.
- openForwardingChannel(String, int, String, int, String, int, SshTransport, ChannelEventListener) - Method in class com.maverick.ssh1.Ssh1Client
-
- openForwardingChannel(String, int, String, int, String, int, SshTransport, ChannelEventListener) - Method in class com.maverick.ssh2.Ssh2Client
-
- openRemoteClient(String, int, String, SshClientConnector) - Method in interface com.maverick.ssh.SshClient
-
Open up an SSH client from the remote machine to another remote server.
- openRemoteClient(String, int, String) - Method in interface com.maverick.ssh.SshClient
-
Open up an SSH client from the remote machine to another remote server.
- openRemoteClient(String, int, String, SshClientConnector) - Method in class com.maverick.ssh1.Ssh1Client
-
- openRemoteClient(String, int, String) - Method in class com.maverick.ssh1.Ssh1Client
-
- openRemoteClient(String, int, String, SshClientConnector) - Method in class com.maverick.ssh2.Ssh2Client
-
- openRemoteClient(String, int, String) - Method in class com.maverick.ssh2.Ssh2Client
-
- openSessionChannel() - Method in interface com.maverick.ssh.SshClient
-
Open a session on the remote computer.
- openSessionChannel(long) - Method in interface com.maverick.ssh.SshClient
-
Open a session on the remote computer.
- openSessionChannel(ChannelEventListener) - Method in interface com.maverick.ssh.SshClient
-
Open a session on the remote computer.
- openSessionChannel(ChannelEventListener, long) - Method in interface com.maverick.ssh.SshClient
-
Open a session on the remote computer.
- openSessionChannel(int, int, ChannelEventListener) - Method in interface com.maverick.ssh.SshClient
-
- openSessionChannel(int, int, ChannelEventListener, long) - Method in interface com.maverick.ssh.SshClient
-
- openSessionChannel() - Method in class com.maverick.ssh1.Ssh1Client
-
Opens the one and only session channel available on an SSH1 connection,
calling this method multiple times on the same client instance will
return the same session instance.
- openSessionChannel(ChannelEventListener) - Method in class com.maverick.ssh1.Ssh1Client
-
- openSessionChannel(long) - Method in class com.maverick.ssh1.Ssh1Client
-
- openSessionChannel(ChannelEventListener, long) - Method in class com.maverick.ssh1.Ssh1Client
-
- openSessionChannel(int, int, ChannelEventListener) - Method in class com.maverick.ssh1.Ssh1Client
-
- openSessionChannel(int, int, ChannelEventListener, long) - Method in class com.maverick.ssh1.Ssh1Client
-
- openSessionChannel() - Method in class com.maverick.ssh2.Ssh2Client
-
- openSessionChannel(long) - Method in class com.maverick.ssh2.Ssh2Client
-
- openSessionChannel(ChannelEventListener, long) - Method in class com.maverick.ssh2.Ssh2Client
-
- openSessionChannel(ChannelEventListener) - Method in class com.maverick.ssh2.Ssh2Client
-
- openSessionChannel(int, int, ChannelEventListener) - Method in class com.maverick.ssh2.Ssh2Client
-
Additional method to open a session with SSH2 specific features.
- openSessionChannel(int, int, ChannelEventListener, long) - Method in class com.maverick.ssh2.Ssh2Client
-
- OPENSSH_FORMAT - Static variable in class com.sshtools.publickey.SshPrivateKeyFileFactory
-
- OPENSSH_FORMAT - Static variable in class com.sshtools.publickey.SshPublicKeyFileFactory
-
- OpenSSHAgentConnection - Class in com.maverick.agent.openssh
-
Represents a single connection on the agent server.
- OpenSSHAgentConnection(KeyStore, InputStream, OutputStream, Closeable) - Constructor for class com.maverick.agent.openssh.OpenSSHAgentConnection
-
- OpenSSHAgentMessages - Class in com.maverick.agent.openssh
-
- OpenSSHAgentMessages() - Constructor for class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- OpenSshCertificate - Class in com.maverick.ssh.components.jce
-
To generate a key that supports this use
ssh-keygen -s ca_key -I 2 -n lee,kelly -z 12345 -O force-command=ls -O
source-address=192.168.82.0/24 -O no-port-forwarding user_key.pub
- OpenSshCertificate() - Constructor for class com.maverick.ssh.components.jce.OpenSshCertificate
-
- OpenSSHConnectionFactory - Class in com.maverick.agent.openssh
-
- OpenSSHConnectionFactory() - Constructor for class com.maverick.agent.openssh.OpenSSHConnectionFactory
-
- OpenSshDsaCertificate - Class in com.maverick.ssh.components.jce
-
- OpenSshDsaCertificate() - Constructor for class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- OpenSshDsaCertificate(DSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- OpenSshDsaCertificate(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- OpenSshEcdsaCertificate - Class in com.maverick.ssh.components.jce
-
- OpenSshEcdsaCertificate(String, ECPublicKey, String) - Constructor for class com.maverick.ssh.components.jce.OpenSshEcdsaCertificate
-
- OpenSshEcdsaSha2Nist256Certificate - Class in com.maverick.ssh.components.jce
-
- OpenSshEcdsaSha2Nist256Certificate() - Constructor for class com.maverick.ssh.components.jce.OpenSshEcdsaSha2Nist256Certificate
-
- OpenSshEcdsaSha2Nist384Certificate - Class in com.maverick.ssh.components.jce
-
- OpenSshEcdsaSha2Nist384Certificate() - Constructor for class com.maverick.ssh.components.jce.OpenSshEcdsaSha2Nist384Certificate
-
- OpenSshEcdsaSha2Nist521Certificate - Class in com.maverick.ssh.components.jce
-
- OpenSshEcdsaSha2Nist521Certificate() - Constructor for class com.maverick.ssh.components.jce.OpenSshEcdsaSha2Nist521Certificate
-
- OpenSshEd25519Certificate - Class in com.maverick.ssh.components.jce
-
- OpenSshEd25519Certificate() - Constructor for class com.maverick.ssh.components.jce.OpenSshEd25519Certificate
-
- OpenSshEd25519Certificate(PublicKey) - Constructor for class com.maverick.ssh.components.jce.OpenSshEd25519Certificate
-
- OpenSshEd25519Certificate(byte[]) - Constructor for class com.maverick.ssh.components.jce.OpenSshEd25519Certificate
-
- OpenSSHPublicKeyFile - Class in com.sshtools.publickey
-
- OpenSshRsaCertificate - Class in com.maverick.ssh.components.jce
-
A RSA public key implementation which uses a JCE provider.
- OpenSshRsaCertificate() - Constructor for class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
Default constructor for initializing the key from a byte array using the
init method.
- OpenSshRsaCertificate(RSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- OpenSshRsaCertificate(BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- OpenSshRsaSha256Certificate - Class in com.maverick.ssh.components.jce
-
A RSA public key implementation which uses a JCE provider.
- OpenSshRsaSha256Certificate() - Constructor for class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
Default constructor for initializing the key from a byte array using the
init method.
- OpenSshRsaSha256Certificate(RSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- OpenSshRsaSha256Certificate(BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- OpenSshRsaSha512Certificate - Class in com.maverick.ssh.components.jce
-
A RSA public key implementation which uses a JCE provider.
- OpenSshRsaSha512Certificate() - Constructor for class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
Default constructor for initializing the key from a byte array using the
init method.
- OpenSshRsaSha512Certificate(RSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- OpenSshRsaSha512Certificate(BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- OpenSshSignRequest - Class in com.maverick.agent.openssh
-
Message for Agent Private key operation
- OpenSshSignRequest() - Constructor for class com.maverick.agent.openssh.OpenSshSignRequest
-
Creates a new SshAgentPrivateKeyOp object.
- OpenSshSignRequest(SshPublicKey, byte[]) - Constructor for class com.maverick.agent.openssh.OpenSshSignRequest
-
Creates a new SshAgentPrivateKeyOp object.
- OpenSSHZLibCompression - Class in com.sshtools.zlib
-
- OpenSSHZLibCompression() - Constructor for class com.sshtools.zlib.OpenSSHZLibCompression
-
- OPENSSL_FORMAT - Static variable in class com.sshtools.publickey.SshPrivateKeyFileFactory
-
- OPOST - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Enable output processing.
- OPT_PASSPHRASE - Static variable in class com.maverick.vfs.ssh.SftpClientFactory
-
- OPT_PRIVATE_KEY - Static variable in class com.maverick.vfs.ssh.SftpClientFactory
-
- Option<T> - Class in com.sshtools.publickey.authorized
-
- OPTION_FORCE_COMMAND - Static variable in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- OPTION_SOURCE_ADDRESS - Static variable in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- order - Variable in class com.maverick.ssh.components.ComponentFactory
-
- order(String[]) - Method in class com.maverick.ssh.components.ComponentFactory
-
- order() - Method in class com.maverick.ssh.components.ComponentFactory
-
- ORDER - Static variable in class com.maverick.ssh.components.Curve25519
-
- org.slf4j.impl - package org.slf4j.impl
-
- OS_AIX - Static variable in class com.maverick.ssh.Shell
-
AIX operating system
- OS_DARWIN - Static variable in class com.maverick.ssh.Shell
-
Darwin (MAC) operating system
- OS_FREEBSD - Static variable in class com.maverick.ssh.Shell
-
FreeBSD operating system
- OS_HPUX - Static variable in class com.maverick.ssh.Shell
-
HP-UX operating system
- OS_LINUX - Static variable in class com.maverick.ssh.Shell
-
Linux operating system
- OS_NETBSD - Static variable in class com.maverick.ssh.Shell
-
NetBSD operating system
- OS_OPENBSD - Static variable in class com.maverick.ssh.Shell
-
OpenBSD operating system
- OS_OPENVMS - Static variable in class com.maverick.ssh.Shell
-
OpenVMS operating system
- OS_SOLARIS - Static variable in class com.maverick.ssh.Shell
-
Solaris operating system
- OS_UNIX - Static variable in class com.maverick.ssh.Shell
-
Unix OS if less than this value.
- OS_UNKNOWN - Static variable in class com.maverick.ssh.Shell
-
The operating system is unknown
- OS_WINDOWS - Static variable in class com.maverick.ssh.Shell
-
Windows operating system
- out - Variable in class com.maverick.scp.ScpClientIO.ScpEngineIO
-
- out - Variable in class com.maverick.util.DynamicBuffer
-
This buffers OutputStream
- out - Variable in class socks.Proxy
-
- outgoingtunnels - Variable in class com.sshtools.net.ForwardingClient
-
- OutputStream(OutputStream) - Constructor for class com.maverick.util.Base64.OutputStream
-
- OutputStream(OutputStream, boolean) - Constructor for class com.maverick.util.Base64.OutputStream
-
- Packet - Class in com.maverick.ssh
-
A utility class that provides the SSH layers with the ability
to dynamically write an SSH packet.
- Packet() - Constructor for class com.maverick.ssh.Packet
-
- Packet(int) - Constructor for class com.maverick.ssh.Packet
-
- packetSize - Variable in class com.maverick.scp.ScpClientIO
-
- padPKCS1(BigInteger, int, int) - Static method in class com.maverick.ssh1.Rsa
-
- PARENB - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Parity enable.
- PARMRK - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Mark parity and framing errors.
- PARODD - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Odd parity, else even.
- parse(String[]) - Method in class com.sshtools.config.file.entry.MatchEntry.MatchEntryBuilder
-
- parse(String[]) - Method in class com.sshtools.config.file.entry.MatchEntry
-
- parse(byte[]) - Static method in class com.sshtools.publickey.SshPrivateKeyFileFactory
-
- parse(InputStream) - Static method in class com.sshtools.publickey.SshPrivateKeyFileFactory
-
- parse(byte[]) - Static method in class com.sshtools.publickey.SshPublicKeyFileFactory
-
Parse a formatted public key and return a file representation.
- parse(InputStream) - Static method in class com.sshtools.publickey.SshPublicKeyFileFactory
-
Parse a formatted key from an InputStream and return a file
representation.
- parseCommand(String, String[]) - Method in class com.maverick.scp.ScpClientIO.ScpEngineIO
-
Parse an SCP command
- parsePatternConfig(String, String) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- parseProxy(String) - Static method in class socks.Proxy
-
Parses strings in the form: host[:port:user:password], and creates
proxy from information obtained from parsing.
- PASSWORD_AUTHENTICATION - Static variable in class com.maverick.ssh.AdaptiveConfiguration
-
- PasswordAuthentication - Class in com.maverick.ssh
-
Basic password authentication class used for SSH password authentication.
- PasswordAuthentication() - Constructor for class com.maverick.ssh.PasswordAuthentication
-
- PasswordAuthentication(String) - Constructor for class com.maverick.ssh.PasswordAuthentication
-
- Patterns - Class in com.sshtools.publickey.authorized
-
Implements OpenSSH patterns as defined in http://man.openbsd.org/ssh_config.5#PATTERNS
- Patterns() - Constructor for class com.sshtools.publickey.authorized.Patterns
-
- PENDIN - Static variable in class com.maverick.ssh.PseudoTerminalModes
-
Retype pending input.
- performClientExchange(String, String, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.client.Curve25519SHA256
-
- performClientExchange(String, String, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanEcdh
-
- performClientExchange(String, String, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup
-
- performClientExchange(String, String, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup14Sha1
-
- performClientExchange(String, String, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroup1Sha1
-
- performClientExchange(String, String, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.client.DiffieHellmanGroupExchangeSha1
-
The client requests a modulus from the server indicating the pre- ferred
size.
- performClientExchange(String, String, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.client.Rsa1024Sha1
-
- performClientExchange(String, String, byte[], byte[]) - Method in class com.maverick.ssh.components.jce.client.Rsa2048Sha256
-
- performClientExchange(String, String, byte[], byte[]) - Method in class com.maverick.ssh2.SshKeyExchangeClient
-
Override to perform the client side key exchange.
- performHashAndSign(SshPublicKey, List<ForwardingNotice>, byte[]) - Method in class com.maverick.agent.InMemoryKeyStore
-
- performHashAndSign(SshPublicKey, List<ForwardingNotice>, byte[]) - Method in interface com.maverick.agent.KeyStore
-
Hash and sign some data using a key stored in this keystore.
- PERFORMING_KEYEXCHANGE - Static variable in class com.maverick.ssh2.TransportProtocol
-
Protocol state: The protocol is performing key exchange
- performOptimizedRead(byte[], long, int, OutputStream, int, FileTransferProgress) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Performs an optimized read of a file through use of asynchronous
messages.
- performOptimizedRead(byte[], long, int, OutputStream, int, FileTransferProgress, long) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Performs an optimized read of a file through use of asynchronous
messages.
- performOptimizedWrite(byte[], int, int, InputStream, int, FileTransferProgress) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Performs an optimized write of a file through asynchronous messaging and
through buffering the local file into memory.
- performOptimizedWrite(byte[], int, int, InputStream, int, FileTransferProgress, long) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Performs an optimized write of a file through asynchronous messaging and
through buffering the local file into memory.
- performSynchronousRead(byte[], int, OutputStream, FileTransferProgress, long) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Perform a synchronous read of a file from the remote file system.
- Perl5RegExpMatching - Class in com.sshtools.sftp
-
Implements the RegularExpressionMatching Interface.
- Perl5RegExpMatching() - Constructor for class com.sshtools.sftp.Perl5RegExpMatching
-
- Perl5Syntax - Static variable in class com.sshtools.sftp.SftpClient
-
- PERMIT_AGENT_FORWARDING - Static variable in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- PERMIT_PORT_FORWARDING - Static variable in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- PERMIT_USER_PTY - Static variable in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- PERMIT_USER_RC - Static variable in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- PERMIT_X11_FORWARDING - Static variable in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- PermitOpenOption - Class in com.sshtools.publickey.authorized
-
- PermitOpenOption(Collection<String>) - Constructor for class com.sshtools.publickey.authorized.PermitOpenOption
-
- PERMITTED_FORWARDING - Static variable in class com.maverick.ssh.AdaptiveConfiguration
-
- ping(byte[]) - Method in class com.maverick.agent.client.SshAgentClient
-
Ping the remote side with some random padding data
- pipeName - Variable in class com.maverick.agent.win32.AbstractNamedPipe
-
- pointer - Variable in class com.sshtools.config.file.entry.Entry.AbstractEntryBuilder
-
- Poly1305() - Constructor for class com.maverick.ssh.components.jce.ChaCha20Poly1305.Poly1305
-
Constructs a Poly1305 MAC, where the key passed to init() will be used directly.
- PORT - Static variable in class com.maverick.ssh.AdaptiveConfiguration
-
- port - Variable in class socks.ProxyMessage
-
Port field of the request/response
- PORT_FORWARDING - Static variable in class com.sshtools.publickey.authorized.AuthorizedKeyOptions
-
- position() - Method in class com.maverick.ssh.Packet
-
- POSSIBLE_CORRUPT_FILE - Static variable in exception com.maverick.ssh.SshException
-
An error occurred reading the contents of a file.
- postGet(String, int, String, String, SshTransferListener) - Method in class com.maverick.pool.SshTransferQueue
-
- postPut(String, int, String, String, SshTransferListener) - Method in class com.maverick.pool.SshTransferQueue
-
- postReadRequest(byte[], long, int) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Post a read request to the server and return the request id; this is used
to optimize file downloads.
- postWriteRequest(byte[], long, byte[], int, int) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Send a write request for an open file but do not wait for the response
from the server.
- prepareLog(Log.Level, String, Throwable, Object...) - Static method in class com.maverick.logging.DefaultLoggerContext
-
- PRIME - Static variable in class com.maverick.ssh.components.Curve25519
-
- PrincipalsOption - Class in com.sshtools.publickey.authorized
-
- PrincipalsOption(Collection<String>) - Constructor for class com.sshtools.publickey.authorized.PrincipalsOption
-
- printDefaultConfiguration() - Static method in class com.maverick.ssh.SshConnector
-
- privatekey - Variable in class com.maverick.ssh.PublicKeyAuthentication
-
- PROBALITY_KEX_TOO_LARGE - Static variable in exception com.maverick.ssh.SshException
-
Internal error to indicate the kex init was probably too large for the remote to handle.
- processBytes(byte[], int, int) - Method in class com.maverick.util.EOLProcessor
-
- processChannelMessage(SshChannelMessage) - Method in class com.maverick.ssh.message.SshAbstractChannel
-
- processChannelMessage(SshChannelMessage) - Method in class com.maverick.ssh2.Ssh2Channel
-
Processes channel request messages by passing the request through to
channelRequest()
.
- processCheckFileResponse(SftpMessage, RemoteHash) - Method in class com.sshtools.sftp.SftpClient
-
- processEvent(Event) - Method in interface com.maverick.events.EventListener
-
Invoked when an event occurs.
- processExtendedData(int, int, SshChannelMessage) - Method in class com.maverick.ssh2.Ssh2Channel
-
Called when extended data arrives.
- processExtendedData(int, int, SshChannelMessage) - Method in class com.maverick.ssh2.Ssh2Session
-
- processGlobalMessage(SshMessage) - Method in class com.maverick.ssh.message.SshMessageRouter
-
Called by the message routing framework so that the routing implementation may process
a global message.
- processGlobalRequest(GlobalRequest) - Method in interface com.maverick.ssh2.GlobalRequestHandler
-
Called when a supported global request has been recieved.
- processHeaderFields(InputStream) - Method in class com.sshtools.net.HttpHeader
-
- processIdle(SshClient) - Method in class com.maverick.pool.SshClientPool
-
Process an idle event for the client.
- PROCESSING_PATHS - Variable in class com.maverick.sftp.SftpSubsystemChannel
-
- processMessage(byte[]) - Method in class com.maverick.ssh2.TransportProtocol
-
Process a message.
- processMessages(long) - Method in class com.maverick.ssh2.Ssh2Client
-
- processStandardData(int, SshChannelMessage) - Method in class com.maverick.ssh2.Ssh2Channel
-
Called when channel data arrives, by default this method makes the data
available in the channels InputStream.
- processSupported(byte[]) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- processSupported2(byte[]) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
- processTokenReplacements(String, Properties) - Method in class com.maverick.logging.DefaultLoggerContext
-
- ProcessUtils - Class in com.maverick.util
-
- ProcessUtils() - Constructor for class com.maverick.util.ProcessUtils
-
- progressed(long) - Method in interface com.maverick.sftp.FileTransferProgress
-
The transfer has progressed
- PROMPT_TIMEOUT - Static variable in exception com.maverick.ssh.SshException
-
The Shell class failed to detect the prompt.
- PROTOCOL_ERROR - Static variable in class com.maverick.ssh2.TransportProtocol
-
Disconnect reason: A protocol error occurred
- PROTOCOL_VERSION_NOT_SUPPORTED - Static variable in class com.maverick.ssh2.TransportProtocol
-
Disconnect reason: The protocol version is not supported
- PROTOCOL_VIOLATION - Static variable in exception com.maverick.ssh.SshException
-
The SSH protocol was violated in some way by the remote host and the
connection has been terminated.
- Proxy - Class in socks
-
Abstract class Proxy, base for classes Socks4Proxy and Socks5Proxy.
- proxy - Variable in class socks.SocksServerSocket
-
- proxy - Variable in class socks.SocksSocket
-
- proxyHost - Variable in class socks.Proxy
-
- proxyIP - Variable in class socks.Proxy
-
- ProxyMessage - Class in socks
-
Abstract class which describes SOCKS4/5 response/request.
- proxyPort - Variable in class socks.Proxy
-
- ProxyServer - Class in socks
-
SOCKS4 and SOCKS5 proxy, handles both protocols simultaniously.
- ProxyServer(ServerAuthenticator, SshClient) - Constructor for class socks.ProxyServer
-
Creates a proxy server with given Authentication scheme.
- proxySocket - Variable in class socks.Proxy
-
- prv - Variable in class com.maverick.ssh.components.jce.Ssh2BaseJCEPrivateKey
-
- prv - Variable in class com.maverick.ssh.components.jce.Ssh2DsaPrivateKey
-
- prv - Variable in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- PSEUDO_TTY_ERROR - Static variable in exception com.maverick.ssh.SshException
-
A request was made to allocate a pseudo terminal, but this request
failed.
- PseudoTerminalModes - Class in com.maverick.ssh
-
When a client requests a pseudo terminal it informs the server of
any terminal modes that it knows of.
- PseudoTerminalModes(SshClient) - Constructor for class com.maverick.ssh.PseudoTerminalModes
-
- PTY - Static variable in class com.sshtools.publickey.authorized.AuthorizedKeyOptions
-
- pub - Variable in class com.maverick.ssh.components.jce.Ssh2DsaPrivateKey
-
- pub - Variable in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- pubkey - Variable in class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- PUBKEY_AUTHENTICATION - Static variable in class com.maverick.ssh.AdaptiveConfiguration
-
- PUBLIC_KEY_ACCEPTABLE - Static variable in interface com.maverick.ssh.SshAuthentication
-
The public key provided is acceptable for authentication
- PUBLIC_KEY_ECDSA_256 - Static variable in class com.maverick.ssh2.Ssh2Context
-
- PUBLIC_KEY_ECDSA_384 - Static variable in class com.maverick.ssh2.Ssh2Context
-
- PUBLIC_KEY_ECDSA_521 - Static variable in class com.maverick.ssh2.Ssh2Context
-
- PUBLIC_KEY_ED25519 - Static variable in class com.maverick.ssh2.Ssh2Context
-
- PUBLIC_KEY_RSA_SHA256 - Static variable in class com.maverick.ssh2.Ssh2Context
-
- PUBLIC_KEY_RSA_SHA512 - Static variable in class com.maverick.ssh2.Ssh2Context
-
- PUBLIC_KEY_SSHDSS - Static variable in class com.maverick.ssh2.Ssh2Context
-
SSH2 DSA Public Key
- PUBLIC_KEY_SSHRSA - Static variable in class com.maverick.ssh2.Ssh2Context
-
SSH2 RSA Public Key
- PUBLIC_KEY_X509_SIGN_DSA - Static variable in class com.maverick.ssh2.Ssh2Context
-
- PUBLIC_KEY_X509_SIGN_RSA - Static variable in class com.maverick.ssh2.Ssh2Context
-
- PUBLIC_KEY_X509_SIGN_RSA_SHA1 - Static variable in class com.maverick.ssh2.Ssh2Context
-
- PUBLIC_KEYS - Static variable in class com.maverick.ssh.AdaptiveConfiguration
-
- publickey - Variable in class com.maverick.ssh.PublicKeyAuthentication
-
- PublicKeyAuthentication - Class in com.maverick.ssh
-
Public key based authentication implementation.
- PublicKeyAuthentication() - Constructor for class com.maverick.ssh.PublicKeyAuthentication
-
- PublicKeyAuthentication(SshKeyPair) - Constructor for class com.maverick.ssh.PublicKeyAuthentication
-
- PublicKeyAuthentication(File, String) - Constructor for class com.maverick.ssh.PublicKeyAuthentication
-
- PublicKeyAuthentication(InputStream, String) - Constructor for class com.maverick.ssh.PublicKeyAuthentication
-
- PublicKeyAuthentication(String, String) - Constructor for class com.maverick.ssh.PublicKeyAuthentication
-
- PublicKeyEntry - Class in com.sshtools.publickey.authorized
-
- PublicKeySubsystem - Class in com.sshtools.publickey
-
This class implements version 1 of the public key subsystem.
- PublicKeySubsystem(Ssh2Session) - Constructor for class com.sshtools.publickey.PublicKeySubsystem
-
- PublicKeySubsystem(Ssh2Session, int) - Constructor for class com.sshtools.publickey.PublicKeySubsystem
-
- PublicKeySubsystemException - Exception in com.sshtools.publickey
-
Exception thrown by the
PublicKeySubsystem
when errors occur in
listing, adding or removing keys.
- PublicKeySubsystemException(int, String) - Constructor for exception com.sshtools.publickey.PublicKeySubsystemException
-
- pushAddressCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry.MatchEntryBuilder
-
- pushAddressCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry
-
- pushGroupCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry.MatchEntryBuilder
-
- pushGroupCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry
-
- pushHostCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry.MatchEntryBuilder
-
- pushHostCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry
-
- pushLocalAddressCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry.MatchEntryBuilder
-
- pushLocalAddressCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry
-
- pushLocalPortCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry.MatchEntryBuilder
-
- pushLocalPortCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry
-
- pushRDomainCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry.MatchEntryBuilder
-
- pushRDomainCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry
-
- pushUserCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry.MatchEntryBuilder
-
- pushUserCriteria(String) - Method in class com.sshtools.config.file.entry.MatchEntry
-
- put(InputStream, long, String, String) - Method in class com.maverick.scp.ScpClientIO
-
Uploads a java.io.InputStream
to a remote server as a file.
- put(InputStream, long, String, String, FileTransferProgress) - Method in class com.maverick.scp.ScpClientIO
-
Uploads a java.io.InputStream
to a remote server as a file.
- put(InputStream, long, String, String, boolean, FileTransferProgress) - Method in class com.maverick.scp.ScpClientIO
-
- put(ByteBuffer) - Method in class com.maverick.util.CachingDataWindow
-
- put(String, String, boolean) - Method in class com.sshtools.scp.ScpClient
-
Uploads a local file onto the remote server.
- put(String, String, boolean, FileTransferProgress) - Method in class com.sshtools.scp.ScpClient
-
pattern
matches the files in the local directory using "local" as a glob Regular
Expression.
- put(String[], String, boolean) - Method in class com.sshtools.scp.ScpClient
-
Uploads an array of local files onto the remote server.
- put(String[], String, boolean, FileTransferProgress) - Method in class com.sshtools.scp.ScpClient
-
Uploads an array of local files onto the remote server.
- put(String, FileTransferProgress, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Upload a file to the remote computer.
- put(String, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Upload a file to the remote computer.
- put(String) - Method in class com.sshtools.sftp.SftpClient
-
Upload a file to the remote computer
- put(String, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Upload a file to the remote computer
- put(String, String, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Upload a file to the remote computer.
- put(String, String, FileTransferProgress, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Upload a file to the remote computer.
- put(String, String, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Upload a file to the remote computer
- put(String, String) - Method in class com.sshtools.sftp.SftpClient
-
Upload a file to the remote computer
- put(InputStream, String, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Upload a file to the remote computer reading from the specified
InputStream
.
- put(InputStream, String, FileTransferProgress, long) - Method in class com.sshtools.sftp.SftpClient
-
- put(InputStream, String, long) - Method in class com.sshtools.sftp.SftpClient
-
Upload the contents of an InputStream to the remote computer.
- put(InputStream, String) - Method in class com.sshtools.sftp.SftpClient
-
Upload the contents of an InputStream to the remote computer.
- putBigInteger(BigInteger) - Method in interface com.maverick.ssh.components.Digest
-
Update the digest with a BigInteger value.
- putBigInteger(BigInteger) - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- putByte(byte) - Method in interface com.maverick.ssh.components.Digest
-
Put a single byte into the digest.
- putByte(byte) - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- putBytes(byte[]) - Method in interface com.maverick.ssh.components.Digest
-
Put a byte array into the digest.
- putBytes(byte[], int, int) - Method in interface com.maverick.ssh.components.Digest
-
Put a byte array into the digest
- putBytes(byte[]) - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- putBytes(byte[], int, int) - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- putClient(SftpClient) - Method in class com.maverick.vfs.ssh.SftpFileSystem
-
- putFile(String, String, boolean, FileTransferProgress, boolean) - Method in class com.sshtools.scp.ScpClient
-
- putFiles(String) - Method in class com.sshtools.sftp.SftpClient
-
Upload the contents of an InputStream to the remote computer.
- putFiles(String, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Upload files to the remote computer
- putFiles(String, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Upload files to the remote computer
- putFiles(String, FileTransferProgress, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Upload files to the remote computer
- putFiles(String, String) - Method in class com.sshtools.sftp.SftpClient
-
Upload files to the remote computer
- putFiles(String, String, boolean) - Method in class com.sshtools.sftp.SftpClient
-
Upload files to the remote computer
- putFiles(String, String, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Upload files to the remote computer.
- putFiles(String, String, FileTransferProgress, boolean) - Method in class com.sshtools.sftp.SftpClient
-
make local copies of some of the variables, then call putfilematches,
which calls "put" on each file that matches the regexp local.
- putInt(int) - Method in interface com.maverick.ssh.components.Digest
-
Put an integer into the digest.
- putInt(int) - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- putLocalDirectory(String, String, boolean, boolean, boolean, FileTransferProgress) - Method in class com.sshtools.sftp.SftpClient
-
Copy the contents of a local directory into a remote directory.
- putString(String) - Method in interface com.maverick.ssh.components.Digest
-
Put a String into the digest.
- putString(String) - Method in class com.maverick.ssh.components.jce.AbstractDigest
-
- pwd() - Method in class com.sshtools.sftp.SftpClient
-
Returns the absolute path name of the current remote working directory.
- S_IFBLK - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Identifies the file as a block special file
- S_IFCHR - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Identifies the file as a character device
- S_IFDIR - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Identifies the file as a directory
- S_IFIFO - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Identifies the file as a pipe
- S_IFLNK - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Identifies the file as a symbolic link
- S_IFMT - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Format mask constant can be used to mask off a file
type from the mode.
- S_IFREG - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Identifies the file as a regular file
- S_IFSOCK - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Identifies the file as a socket
- S_IRGRP - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Permits a file's group to read the file.
- S_IROTH - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Permits others to read the file.
- S_IRUSR - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Permits the owner of a file to read the file.
- S_ISGID - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Bit to determine whether a file is executed as the
group owner
- S_ISUID - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Bit to determine whether a file is executed as the
owner
- S_IWGRP - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Permits a file's group to write to the file.
- S_IWOTH - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Permits others to write to the file.
- S_IWUSR - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Permits the owner of a file to write to the file.
- S_IXGRP - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Permits a file's group to execute the file or to search
the file's directory.
- S_IXOTH - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Permits others to execute the file or to search the
file's directory.
- S_IXUSR - Static variable in class com.maverick.sftp.SftpFileAttributes
-
Permissions flag: Permits the owner of a file to execute the file or to
search the file's directory.
- save() - Method in class com.sshtools.publickey.KnownHostsFile
-
- saveCertificate(SshCertificate, String, String, File) - Static method in class com.maverick.util.SshKeyUtils
-
- saveConfig() - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- saveHostFile() - Method in class com.sshtools.publickey.AbstractKnownHostsKeyVerification
-
Deprecated.
Save's the host key file to be saved.
- saveHostFile() - Method in class com.sshtools.publickey.AbstractMultipleKnownHostsKeyVerification
-
Deprecated.
Save's the host key file to be saved.
- saveMatchingConfiguration(String, String, String, String, String, String) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- savePrivateKey(SshKeyPair, String, String, File) - Static method in class com.maverick.util.SshKeyUtils
-
- SCP_TRANSFER_CANCELLED - Static variable in exception com.maverick.ssh.SshException
-
The user cancelled an active SCP transfer.
- ScpClient - Class in com.sshtools.scp
-
Implements an SCP (Secure Copy) client which may be useful for SSH1
connections and SSH2 where SFTP is not available.
- ScpClient(SshClient) - Constructor for class com.sshtools.scp.ScpClient
-
Creates an SCP client.
- ScpClient(File, SshClient) - Constructor for class com.sshtools.scp.ScpClient
-
Creates an SCP client.
- ScpClient.ScpEngine - Class in com.sshtools.scp
-
Implements an SCP Engine by extending J2SSH Mavericjs ScpEngineIO
- ScpClientIO - Class in com.maverick.scp
-
Implements the IO of a Secure Copy (SCP) client.
- ScpClientIO(SshClient) - Constructor for class com.maverick.scp.ScpClientIO
-
Creates an SCP client.
- ScpClientIO.ScpEngineIO - Class in com.maverick.scp
-
Implements an SCP engine.
- ScpEngine(String, SshSession) - Constructor for class com.sshtools.scp.ScpClient.ScpEngine
-
Contruct the channel with the specified scp command.
- ScpEngineIO(String, SshSession) - Constructor for class com.maverick.scp.ScpClientIO.ScpEngineIO
-
Contruct the channel with the specified scp command.
- secret - Variable in class com.maverick.ssh2.SshKeyExchangeClient
-
The secret value produced during key exchange.
- SECSH_FORMAT - Static variable in class com.sshtools.publickey.SshPublicKeyFileFactory
-
- SECSHPublicKeyFile - Class in com.sshtools.publickey
-
- SecureComponent - Interface in com.maverick.ssh
-
- SecureRND - Class in com.maverick.ssh.components.jce
-
Secure random number generator implementation for JCE provider.
- SecureRND() - Constructor for class com.maverick.ssh.components.jce.SecureRND
-
- SECURITY_LEVEL - Static variable in class com.maverick.ssh.AdaptiveConfiguration
-
- SecurityLevel - Enum in com.maverick.ssh
-
- SecurityPolicy - Interface in com.maverick.ssh
-
- selectSocks5Authentication(InputStream, OutputStream, int) - Static method in class socks.server.ServerAuthenticatorNone
-
Convinience routine for selecting SOCKSv5 authentication.
- selectStrongestComponent(String[]) - Method in class com.maverick.ssh.components.ComponentFactory
-
- send(DatagramPacket) - Method in class socks.Socks5DatagramSocket
-
Sends the Datagram either through the proxy or directly depending
on current proxy settings and destination address.
- send(DatagramPacket, String) - Method in class socks.Socks5DatagramSocket
-
This method allows to send datagram packets with address type DOMAINNAME.
- sendAgentAlive(byte[]) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Send the agent alive message.
- sendAgentFailure() - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Send a failure message
- sendAgentFailure(int) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Send a failure message
- sendAgentKeyList() - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Send the agents key list to the remote side.
- sendAgentKeyList() - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Send the agents key list to the remote side.
- sendAgentSuccess() - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Send a success message.
- sendAgentSuccess() - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Send a success message.
- sendExtensionMessage(String, byte[]) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Send an extension message and return the response.
- sendForwardingNotice() - Method in class com.maverick.agent.client.SshAgentClient
-
Send a forwarding notice.
- sendGlobalRequest(GlobalRequest, boolean) - Method in class com.maverick.ssh2.Ssh2Client
-
Sends a global request to the remote side.
- sendGlobalRequest(GlobalRequest, boolean, long) - Method in class com.maverick.ssh2.Ssh2Client
-
Sends a global request to the remote side.
- sendMessage(AgentMessage) - Method in class com.maverick.agent.client.SshAgentClient
-
Send a subsystem message
- sendMessage(AgentMessage) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Sends a subsystem message.
- sendMessage(AgentMessage) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Sends a subsystem message.
- sendMessage(Packet) - Method in class com.maverick.ssh.SubsystemChannel
-
Write a subsystem message to the channel outputstream.
- sendMessage(byte[], boolean) - Method in interface com.maverick.ssh2.AbstractClientTransport
-
- sendMessage(byte[]) - Method in class com.maverick.ssh2.AuthenticationProtocol
-
- sendMessage(byte[], boolean) - Method in class com.maverick.ssh2.TransportProtocol
-
Send a transport protocol message.
- sendMsg(ProxyMessage) - Method in class socks.Proxy
-
Sends the request to SOCKS server
- sendOperationComplete(byte[]) - Method in class com.maverick.agent.openssh.OpenSSHAgentConnection
-
Send the completed signing operation data.
- sendOperationComplete(byte[]) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Send the completed signing operation data.
- sendRandomData(byte[]) - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Send some random data to the remote side.
- sendRequest(String, String, String, byte[]) - Method in class com.maverick.ssh2.AuthenticationProtocol
-
Send an authentication request.
- sendRequest(String, boolean, byte[]) - Method in class com.maverick.ssh2.Ssh2Channel
-
Sends a channel request.
- sendRequest(String, boolean, byte[], boolean) - Method in class com.maverick.ssh2.Ssh2Channel
-
Sends a channel request.
- sendVersionRequest(String) - Method in class com.maverick.agent.client.SshAgentClient
-
Request the agent version.
- sendVersionResponse() - Method in class com.maverick.agent.rfc.RFCAgentConnection
-
Send the version response; this class currently implements version 2
- ServerAuthenticator - Interface in socks.server
-
Classes implementing this interface should provide socks server with
authentication and authorization of users.
- ServerAuthenticatorNone - Class in socks.server
-
An implementation of ServerAuthenticator, which does not do
any authentication.
- ServerAuthenticatorNone() - Constructor for class socks.server.ServerAuthenticatorNone
-
Creates new instance of the ServerAuthenticatorNone.
- ServerAuthenticatorNone(InputStream, OutputStream) - Constructor for class socks.server.ServerAuthenticatorNone
-
Constructs new ServerAuthenticatorNone object suitable for returning
from the startSession function.
- SERVICE_NAME - Static variable in class com.maverick.ssh2.AuthenticationProtocol
-
The name of this service "ssh-userauth"
- SERVICE_NOT_AVAILABLE - Static variable in class com.maverick.ssh2.TransportProtocol
-
Disconnect reason: The requested service is not available
- session - Variable in class com.maverick.scp.ScpClientIO.ScpEngineIO
-
- SESSION_CHANNEL - Static variable in class com.maverick.ssh2.Ssh2Channel
-
- SESSION_STREAM_ERROR - Static variable in exception com.maverick.ssh.SshException
-
An error occurred whilst accessing a sessions streams
- sessionClosed(SshClient, SshSession) - Method in class com.maverick.ssh.SshClientAdapter
-
- sessionClosed(SshClient, SshSession) - Method in interface com.maverick.ssh.SshClientListener
-
- sessionOpened(SshClient, SshSession) - Method in class com.maverick.ssh.SshClientAdapter
-
- sessionOpened(SshClient, SshSession) - Method in interface com.maverick.ssh.SshClientListener
-
- set(T) - Method in interface com.sshtools.config.file.entry.Entry.AbstractEntryBuilder.Result
-
- set(Entry) - Method in class com.sshtools.config.file.SshdConfigFileCursor
-
- setAcceptTimeout(int) - Static method in class socks.ProxyServer
-
Sets the timeout for BIND command, how long the server should
wait for the incoming connection.
Zero timeout implies infinity.
Default timeout is 3 minutes.
- setAllowHostKeyUpdates(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
Tell the client to accept host key updates from the server
- setAppendOnly(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setArchive(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setAttributes(String, SftpFileAttributes) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Sets the attributes of a file.
- setAttributes(SftpFile, SftpFileAttributes) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Sets the attributes of a file.
- setAuthenticating(boolean) - Method in class com.maverick.ssh.PublicKeyAuthentication
-
If true the authentication will proceed as normal and the result will either
be a success or failure.
- setAuthenticationMethod(int, Authentication) - Method in class socks.Socks5Proxy
-
Adds another authentication method.
- setAutoConsumeInput(boolean) - Method in interface com.maverick.ssh.SshChannel
-
Automatically consume input data
- setAutoConsumeInput(boolean) - Method in class com.maverick.ssh2.Ssh2Channel
-
- setBannerDisplay(BannerDisplay) - Method in class com.maverick.ssh2.AuthenticationProtocol
-
Set a callback interface for banner messages.
- setBannerDisplay(BannerDisplay) - Method in class com.maverick.ssh2.Ssh2Context
-
Set a banner display for callback of authentication banners
- setBasicAuthentication(String, String) - Method in class com.sshtools.net.HttpRequest
-
- setBlockInterrupt(int) - Method in class com.maverick.util.DynamicBuffer
-
- setBlockSize(int) - Method in class com.sshtools.sftp.SftpClient
-
Sets the block size used when transferring files, defaults to the
optimized setting of 32768.
- setBoolean(String, String) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setBoolean(String, String, Boolean) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setBufferSize(int) - Method in class com.maverick.util.IOStreamConnector
-
- setBufferSize(int) - Method in class com.sshtools.sftp.SftpClient
-
Set the size of the buffer which is used to read from the local file
system.
- setCaseSensitive(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setChainProxy(Proxy) - Method in class socks.Proxy
-
Set the proxy which should be used to connect to given proxy.
- setChannelLimit(int) - Method in interface com.maverick.ssh.SshContext
-
Set the maximum number of channels that are allowed open at any one time.
- setChannelLimit(int) - Method in class com.maverick.ssh1.Ssh1Context
-
- setChannelLimit(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setCharset(FileSystemOptions, String) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- setCharsetEncoding(String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Allows the default character encoding to be overriden for filename
strings.
- setCharsetEncoding(String) - Static method in class com.maverick.util.ByteArrayReader
-
Allows the default encoding to be overriden for String variables processed
by the class.
- setCipherPreferredPositionCS(String, int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setCipherPreferredPositionSC(String, int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setCipherType(int) - Method in class com.maverick.ssh1.Ssh1Context
-
Set the cipher type for this configuration context.
- setClientHostname(String) - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
Set the hostname of the client
- setClientSocketTimeout(long) - Method in class com.maverick.pool.SshClientPool
-
When allowing a client time on its socket, how many milliseconds should the socket
timeout be set to.
- setClientUsername(String) - Method in class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
Set the user's username on the client computer
- setClientUsername(String) - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
Set the user's username on the client computer
- setCloseInput(boolean) - Method in class com.maverick.util.IOStreamConnector
-
- setCloseOutput(boolean) - Method in class com.maverick.util.IOStreamConnector
-
- setCommand(String) - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- setComment(KnownHostsKeyVerification.KeyEntry, String) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- setComment(String) - Method in class com.sshtools.publickey.SECSHPublicKeyFile
-
- setCompressed(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setCompression(FileSystemOptions, String) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- setConnectionTimeout(int) - Static method in class com.sshtools.net.HttpProxyTransport
-
- setConnectionTimeout(int) - Static method in class com.sshtools.net.HttpProxyTransportWrapper
-
- setConnectionTimeout(int) - Static method in class com.sshtools.net.SocksProxyTransport
-
- setCoreThreadPoolSize(int) - Static method in class com.maverick.ssh.SshConnector
-
Deprecated.
- setData(byte[]) - Method in class com.maverick.ssh2.GlobalRequest
-
Set the data.
- setDatagramSize(int) - Static method in class socks.ProxyServer
-
Sets the size of the datagrams used in the UDPRelayServer.
Default size is 64K, a bit more than maximum possible size of the
datagram.
- setDefaultContext(RootLoggerContext) - Static method in class com.maverick.logging.Log
-
- setDefaultEncoding(SshKeyFingerprint.Encoding) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
- setDefaultHashAlgorithm(String) - Static method in class com.maverick.ssh.SshKeyFingerprint
-
- setDefaultProxy(String, int, String) - Static method in class socks.Proxy
-
Sets SOCKS4 proxy as default.
- setDefaultProxy(InetAddress, int, String) - Static method in class socks.Proxy
-
Sets SOCKS4 proxy as default.
- setDefaultProxy(String, int) - Static method in class socks.Proxy
-
Sets SOCKS5 proxy as default.
- setDefaultProxy(InetAddress, int) - Static method in class socks.Proxy
-
Sets SOCKS5 proxy as default.
- setDefaultProxy(Proxy) - Static method in class socks.Proxy
-
Sets default proxy.
- setDHGroupExchangeBackwardsCompatible(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
- setDHGroupExchangeKeySize(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setDirect(InetRange) - Method in class socks.Proxy
-
Sets given InetRange as the list of direct address, previous
list will be discarded, any changes done previously with
addDirect(Inetaddress) will be lost.
- setDirectoryAttributeCheck(boolean) - Method in class com.sshtools.sftp.SftpClient
-
- setECDSAAlgorithmName(String) - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
- setEnableNoneCipher(boolean) - Static method in class com.maverick.ssh.components.ComponentManager
-
- setEnableNoneMac(boolean) - Static method in class com.maverick.ssh.components.ComponentManager
-
- setEncrypted(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setEnvironmentVariable(String, String) - Method in class com.maverick.ssh2.Ssh2Session
-
The SSH2 session supports the setting of environments variables however
in our experience no server to date allows unconditional setting of
variables.
- setExecutorService(ExecutorService) - Method in interface com.maverick.ssh.ExecutorServiceProvider
-
- setExecutorService(ExecutorService) - Method in class com.maverick.ssh1.Ssh1Context
-
- setExecutorService(ExecutorService) - Method in class com.maverick.ssh2.Ssh2Context
-
- setExtendedAttribute(String, byte[]) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set a single extended attribute value.
- setExtendedAttributes(Map<String, byte[]>) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set all the extended attributes.
- setForceRemoteEOL(boolean) - Method in class com.sshtools.sftp.SftpClient
-
Override automatic detection of the remote EOL (any SFTP version).
- setForwardingPath(String) - Method in class com.maverick.agent.KeyConstraints
-
- setGID(String) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set the GID of this file.
- setGlobalConfig(String, String) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setGlobalConfig(String, int) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setGlobalConfig(String, long) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setGlobalConfig(String, boolean) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setGssCallback(MaverickCallbackHandler) - Method in class com.maverick.ssh2.Ssh2Context
-
- setHandle(byte[]) - Method in class com.maverick.sftp.SftpFile
-
Set the open file handle
- setHashHosts(boolean) - Method in class com.sshtools.publickey.AbstractKnownHostsKeyVerification
-
Deprecated.
- setHashHosts(boolean) - Method in class com.sshtools.publickey.AbstractMultipleKnownHostsKeyVerification
-
Deprecated.
- setHashHosts(boolean) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- setHeaderBegin(String) - Method in class com.sshtools.net.HttpRequest
-
- setHeaderField(String, String) - Method in class com.sshtools.net.HttpHeader
-
- setHeaderValue(String, String) - Method in class com.sshtools.publickey.Base64EncodedFileFormat
-
- setHidden(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setHostKeyVerification(HostKeyVerification) - Method in interface com.maverick.ssh.SshContext
-
Set the host key verification implementation.
- setHostKeyVerification(HostKeyVerification) - Method in class com.maverick.ssh1.Ssh1Context
-
- setHostKeyVerification(HostKeyVerification) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the host key verification implementation
- setHostKeyVerification(FileSystemOptions, HostKeyVerification) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- setIddleTimeout(int) - Static method in class socks.ProxyServer
-
Sets the timeout for connections, how long shoud server wait
for data to arrive before dropping the connection.
Zero timeout implies infinity.
Default timeout is 3 minutes.
- setIdleAuthenticationTimeoutSeconds(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setIdleConnectionTimeoutSeconds(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setIdleConnectionTimeoutSecs(long) - Method in interface com.maverick.ssh.SshClient
-
- setIdleConnectionTimeoutSecs(long) - Method in class com.maverick.ssh1.Ssh1Client
-
- setIdleConnectionTimeoutSecs(long) - Method in class com.maverick.ssh2.Ssh2Client
-
- setIgnoreHostKeyifEmpty(boolean) - Method in class com.maverick.ssh2.TransportProtocol
-
- setImmutable(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setInitialTimeout(int) - Method in class com.maverick.ssh.SshConnector
-
Set the initial timeout for SSH identification.
- setInstance(EventService) - Static method in class com.maverick.events.EventServiceImplementation
-
Allow alternative event service to set.
- setInstance(ComponentManager) - Static method in class com.maverick.ssh.components.ComponentManager
-
Overide the installed component manager with an alternative
implementation.
- setKBIRequestHandler(KBIRequestHandler) - Method in class com.maverick.ssh2.KBIAuthentication
-
- setKeepAliveMaxDataLength(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setKey(String) - Method in class com.sshtools.config.file.entry.type.FileEntryType.SshdConfigKeyValueEntry
-
- setKeyExchangePreferredPosition(String, int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setKeyReExchangeDisabled(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
- setKeyTimeout(UnsignedInteger32) - Method in class com.maverick.agent.KeyConstraints
-
- setKeyUseLimit(int) - Method in class com.maverick.agent.KeyConstraints
-
- setKnown(boolean) - Method in class com.maverick.ssh.components.jce.EncodedExtension
-
- setKnownHosts(HostKeyVerification) - Method in class com.maverick.ssh.SshConnector
-
- setKnownHosts(FileSystemOptions, File) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- setLimitPublicKeysToKnownHosts(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
- setLocalEOL(int) - Method in class com.sshtools.sftp.SftpClient
-
Override the default local system EOL for text mode files.
- setLog(OutputStream) - Static method in class socks.ProxyServer
-
Set the logging stream.
- setMacPreferredPositionCS(String, int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setMacPreferredPositionSC(String, int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setMatcher(ShellMatcher) - Method in class com.maverick.ssh.ShellController
-
- setMaxAsyncRequests(int) - Method in class com.sshtools.sftp.SftpClient
-
Set the maximum number of asynchronous requests that are outstanding at
any one time.
- setMaxDHGroupSize(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setMaximumAsyncRequests(int) - Method in class com.maverick.sftp.SftpFileInputStream
-
- setMaximumForwardingSteps(int) - Method in class com.maverick.agent.KeyConstraints
-
- setMaximumNumberThreads(int) - Static method in class com.maverick.ssh.SshConnector
-
Deprecated.
- setMaximumPacketLength(int) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the maximum packet size supported by the transport layer.
- setMaximumRetryAttempts(int) - Method in class com.maverick.ssh.SshConnector
-
- setMaxNumBytesBeforeReKey(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setMaxNumPacketsBeforeReKey(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setMessageTimeout(int) - Method in interface com.maverick.ssh.SshContext
-
- setMessageTimeout(int) - Method in class com.maverick.ssh1.Ssh1Context
-
- setMessageTimeout(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setMinDHGroupSize(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setMinimumSecurityLevel(SecurityLevel) - Method in class com.maverick.ssh.components.ComponentManager
-
- setMinimumSecurityLevel(SecurityLevel, boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- setName(String) - Method in class com.maverick.ssh.components.jce.EncodedExtension
-
- setNewPassword(String) - Method in class com.maverick.ssh2.Ssh2PasswordAuthentication
-
After performing an initial authentication attempt a flag may be set to
indicate that a password change is required.
- setOption(PublicKeyEntry, Option<?>) - Method in class com.sshtools.publickey.authorized.AuthorizedKeyFile
-
- setOption(SshPublicKey, Option<?>) - Method in class com.sshtools.publickey.authorized.AuthorizedKeyFile
-
- setPacketSize(int) - Method in class com.maverick.scp.ScpClientIO
-
- setPartialMessageTimeout(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setPassphrase(FileSystemOptions, String) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- setPassword(String) - Method in class com.maverick.ssh.PasswordAuthentication
-
Set the password.
- setPassword(String) - Method in interface com.maverick.ssh2.MaverickCallbackHandler
-
- setPasswordErrorText(String) - Method in class com.maverick.ssh.Shell
-
- setPasswordPrompt(String) - Method in class com.maverick.ssh.Shell
-
- setPatternConfig(String, String, String) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setPatternConfig(String, String, boolean) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setPatternConfig(String, String, int) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setPatternConfig(String, String, long) - Static method in class com.maverick.ssh.AdaptiveConfiguration
-
- setPerContextAlgorithmPreferences(boolean) - Static method in class com.maverick.ssh.components.ComponentManager
-
- setPermissions(UnsignedInteger32) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set the permissions of the file.
- setPermissions(String) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set the permissions from a string in the format "rwxr-xr-x"
- setPermissionsFromMaskString(String) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set permissions given a UNIX style mask, for example '0644'
- setPermissionsFromUmaskString(String) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set the permissions given a UNIX style umask, for example '0022' will
result in 0022 ^ 0777.
- setPosition(int) - Method in class com.maverick.ssh.Packet
-
- setPreferKeyboardInteractiveOverPassword(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
- setPreferredCipherCS(String) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred cipher for the Client->Server stream.
- setPreferredCipherCS(int[]) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred SC cipher order
- setPreferredCipherSC(int[]) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred SC cipher order
- setPreferredCipherSC(String) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred cipher for the Server->Client stream.
- setPreferredCompressionCS(String) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred compression for the Client->Server stream.
- setPreferredCompressionSC(String) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred compression for the Server->Client stream.
- setPreferredKeyExchange(String) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred key exchange method.
- setPreferredMacCS(int[]) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred CS Mac order
- setPreferredMacCS(String) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred mac for the Client->Server stream.
- setPreferredMacSC(int[]) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred SC Mac order
- setPreferredMacSC(String) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred mac for the Server->Client stream.
- setPreferredPublicKey(String) - Method in class com.maverick.ssh2.Ssh2Context
-
Set the preferred public key algorithm.
- setPrivateKey(SshPrivateKey) - Method in class com.maverick.ssh.components.SshKeyPair
-
Set the private key
- setPrivateKey(SshPrivateKey) - Method in class com.maverick.ssh.PublicKeyAuthentication
-
Set the private key for this authentication.
- setPrivateKey(SshPrivateKey) - Method in class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
Set the private key for the authentication attempt
- setPrivateKey(SshPrivateKey) - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
Set the private key for the authentication attempt
- setPrivateKey(FileSystemOptions, String) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- setProcessAllEventsOnEventException(boolean) - Method in class com.maverick.events.EventServiceImplementation
-
- setProduct(String) - Method in class com.maverick.ssh.SshConnector
-
- setPrompt(Ssh1ChallengeResponseAuthentication.Prompt) - Method in class com.maverick.ssh1.Ssh1ChallengeResponseAuthentication
-
- setProxy(Proxy) - Static method in class socks.ProxyServer
-
Set proxy.
- setPublicKey(SshPublicKey) - Method in class com.maverick.ssh.components.SshKeyPair
-
Set the public key
- setPublicKey(SshPublicKey) - Method in class com.maverick.ssh.PublicKeyAuthentication
-
Set the public key for this authentication.
- setPublicKey(SshPublicKey) - Method in class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
Set the public key for the authentication attempt
- setPublicKey(SshPublicKey) - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
Set the public key for the authentication attempt
- setPublicKeyPreferredPosition(String, int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setReadlimit(int) - Method in class com.maverick.ssh.ShellController
-
- setReadOnly(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setRegularExpressionSyntax(int) - Method in class com.sshtools.sftp.SftpClient
-
sets the type of regular expression matching to perform on gets and puts
- setRemoteEOL(int) - Method in class com.sshtools.sftp.SftpClient
-
When connected to servers running SFTP version 3 (or less) the remote EOL
type needs to be explicitly set because there is no reliable way for the
client to determine the type of EOL for text files.
- setRequiresUserVerification(boolean) - Method in class com.maverick.agent.KeyConstraints
-
- setResponse(String) - Method in class com.maverick.ssh2.KBIPrompt
-
Set the user's response for this prompt.
- setRetryIntervalSeconds(int) - Method in class com.maverick.ssh.SshConnector
-
- setSecureRandomAlgorithm(String) - Static method in class com.maverick.ssh.components.jce.JCEComponentManager
-
Set the algorithm used for secure random number generation.
- setSecureRandomAlgorithm(String) - Static method in class com.maverick.ssh.components.jce.JCEProvider
-
Set the algorithm used for secure random number generation.
- setSendIgnorePacketOnIdle(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
- setSendKeepAliveOnIdle(boolean) - Method in class com.maverick.ssh2.Ssh2Channel
-
- setSessionMaxPacketSize(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setSessionMaxWindowSpace(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setSftpMaxPacketSize(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setSftpMaxWindowSpace(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setSFTPProvider(String) - Method in interface com.maverick.ssh.SshContext
-
Set the path to the SFTP provider.
- setSFTPProvider(String) - Method in class com.maverick.ssh1.Ssh1Context
-
- setSFTPProvider(String) - Method in class com.maverick.ssh2.Ssh2Context
-
- setSFTPSubsystem(SftpSubsystemChannel) - Method in class com.maverick.sftp.SftpFile
-
Sets the SFTP subsystem
- setSHA1SignaturesSupported(boolean) - Method in interface com.maverick.ssh.SshContext
-
Option to disable SHA1 signatures on RSA keys.
- setSHA1SignaturesSupported(boolean) - Method in class com.maverick.ssh1.Ssh1Context
-
- setSHA1SignaturesSupported(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
- setShellInitTimeout(int) - Static method in class com.maverick.ssh.Shell
-
- setSignatureGenerator(SignatureGenerator) - Method in class com.maverick.ssh2.Ssh2PublicKeyAuthentication
-
Set the signature generator for this authentication attempt.
- setSize(UnsignedInteger64) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set the size of the file.
- setSocketFactory(SocketFactory) - Static method in class com.maverick.vfs.ssh.SftpClientFactory
-
- setSocketTimeout(int) - Method in class com.maverick.ssh2.Ssh2Context
-
- setSoftwareVersionComments(String) - Method in class com.maverick.ssh.SshConnector
-
Set the software/version/comments field of the SSH identification string
- setSoLinger(boolean, int) - Method in class socks.SocksSocket
-
Same as socket.
- setSoTimeout(int) - Method in interface com.maverick.ssh.SocketTimeoutSupport
-
Set the socket timeout in milliseconds.
- setSoTimeout(int) - Method in class com.sshtools.net.SocketWrapper
-
- setSoTimeout(int) - Method in class socks.SocksServerSocket
-
Set Timeout.
- setSoTimeout(int) - Method in class socks.SocksSocket
-
Same as socket.
- setSparse(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setSSH1Compatible(boolean) - Method in class com.maverick.agent.KeyConstraints
-
- setSshClient(FileSystemOptions, SshClient) - Method in class com.maverick.vfs.ssh.SftpFileSystemConfigBuilder
-
- setStoredValue(byte[]) - Method in class com.maverick.ssh.components.jce.EncodedExtension
-
- setStripEOL(boolean) - Method in class com.sshtools.sftp.SftpClient
-
Strip all line endings in preference of the target system EOL setting.
- setSupportedVersions(int) - Method in class com.maverick.ssh.SshConnector
-
- setSync(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setSystem(boolean) - Method in class com.maverick.sftp.SftpFileAttributes
-
- setTcpNoDelay(boolean) - Method in class socks.SocksSocket
-
Same as socket.
- setTemporaryValue(String, String) - Method in class com.maverick.ssh2.Ssh2Context
-
- setTemporaryValue(String, boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
- setTerminalMode(int, int) - Method in class com.maverick.ssh.PseudoTerminalModes
-
Set an integer value mode
- setTerminalMode(int, boolean) - Method in class com.maverick.ssh.PseudoTerminalModes
-
Set a boolean value mode
- setThreadTimeout(long) - Static method in class com.maverick.ssh.SshConnector
-
Deprecated.
- setTimeout(long) - Method in class com.maverick.util.DynamicBuffer
-
- setTimes(UnsignedInteger64, UnsignedInteger64) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set the last access and last modified times.
- setTransferMode(int) - Method in class com.sshtools.sftp.SftpClient
-
Sets the transfer mode for current operations.
- setTreatIdleConnectionAsError(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
- setTriedBackwardsCompatibility(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
Deprecated.
- setTriedMinimalKeyExchangePacket(boolean) - Method in class com.maverick.ssh2.Ssh2Context
-
Deprecated.
- setUDPTimeout(int) - Static method in class socks.ProxyServer
-
Sets the timeout for UDPRelay server.
Zero timeout implies infinity.
Default timeout is 3 minutes.
- setUID(String) - Method in class com.maverick.sftp.SftpFileAttributes
-
Set the UID of the owner.
- setupCurrentContext(LoggerContext) - Static method in class com.maverick.logging.Log
-
- setUseCanonicalHostnames(boolean) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- setUser(String) - Method in interface com.maverick.ssh2.MaverickCallbackHandler
-
- setUseReverseDNS(boolean) - Method in class com.sshtools.publickey.KnownHostsKeyVerification
-
- setUsername(String) - Method in class com.maverick.agent.client.Ssh2AgentAuthentication
-
- setUsername(String) - Method in class com.maverick.ssh.PasswordAuthentication
-
Set the username.
- setUsername(String) - Method in class com.maverick.ssh.PublicKeyAuthentication
-
- setUsername(String) - Method in interface com.maverick.ssh.SshAuthentication
-
Set the username for this authentication attempt.
- setUsername(String) - Method in class com.maverick.ssh1.Ssh1ChallengeResponseAuthentication
-
Set the username for this authentication attempt.
- setUsername(String) - Method in class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
- setUsername(String) - Method in class com.maverick.ssh2.KBIAuthentication
-
- setUsername(String) - Method in class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
- setValue(String) - Method in class com.sshtools.config.file.entry.type.FileEntryType.SshdConfigKeyValueEntry
-
- setWindowSpace(int) - Method in class com.maverick.scp.ScpClientIO
-
- setX11AuthenticationCookie(byte[]) - Method in interface com.maverick.ssh.SshContext
-
Set the fake cookie used for X11 authentication
- setX11AuthenticationCookie(byte[]) - Method in class com.maverick.ssh1.Ssh1Context
-
- setX11AuthenticationCookie(byte[]) - Method in class com.maverick.ssh2.Ssh2Context
-
- setX11Display(String) - Method in interface com.maverick.ssh.SshContext
-
Set the DISPLAY variable for the SSH connection.
- setX11Display(String) - Method in class com.maverick.ssh1.Ssh1Context
-
- setX11Display(String) - Method in class com.maverick.ssh2.Ssh2Context
-
- setX11RealCookie(byte[]) - Method in interface com.maverick.ssh.SshContext
-
Sets the real X11 authentication cookie which can be obtained from the
users $HOME/.Xauthority file.
- setX11RealCookie(byte[]) - Method in class com.maverick.ssh1.Ssh1Context
-
- setX11RealCookie(byte[]) - Method in class com.maverick.ssh2.Ssh2Context
-
- setX11RequestListener(ForwardingRequestListener) - Method in interface com.maverick.ssh.SshContext
-
Set the listener to which X11 forwarding requests will be processed.
- setX11RequestListener(ForwardingRequestListener) - Method in class com.maverick.ssh1.Ssh1Context
-
- setX11RequestListener(ForwardingRequestListener) - Method in class com.maverick.ssh2.Ssh2Context
-
- SftpClient - Class in com.sshtools.sftp
-
Implements a Secure File Transfer (SFTP) client.
- SftpClient(SshClient) - Constructor for class com.sshtools.sftp.SftpClient
-
- SftpClient(int, SshClient) - Constructor for class com.sshtools.sftp.SftpClient
-
- SftpClient(SshClient, ChannelEventListener) - Constructor for class com.sshtools.sftp.SftpClient
-
- SftpClient(SshClient, ChannelEventListener, int) - Constructor for class com.sshtools.sftp.SftpClient
-
- SftpClient(int, SshSession) - Constructor for class com.sshtools.sftp.SftpClient
-
- SftpClient(SshSession) - Constructor for class com.sshtools.sftp.SftpClient
-
- SftpClient(SshSession, int) - Constructor for class com.sshtools.sftp.SftpClient
-
- SftpClient(SshSession, int, int) - Constructor for class com.sshtools.sftp.SftpClient
-
- SftpClient(SshClient, int) - Constructor for class com.sshtools.sftp.SftpClient
-
Constructs the SFTP client.
- SftpClient(SshClient, int, int) - Constructor for class com.sshtools.sftp.SftpClient
-
Constructs the SFTP client.
- SftpClient(SshClient, int, ChannelEventListener) - Constructor for class com.sshtools.sftp.SftpClient
-
Constructs the SFTP client with a given channel event listener.
- SftpClient(SshClient, int, int, ChannelEventListener) - Constructor for class com.sshtools.sftp.SftpClient
-
Constructs the SFTP client with a given channel event listener.
- SftpClientFactory - Class in com.maverick.vfs.ssh
-
- SftpClientFactory() - Constructor for class com.maverick.vfs.ssh.SftpClientFactory
-
- SftpFile - Class in com.maverick.sftp
-
Represents an SFTP file object.
- SftpFile(String, SftpFileAttributes) - Constructor for class com.maverick.sftp.SftpFile
-
- SftpFile(String, SftpFileAttributes, boolean) - Constructor for class com.maverick.sftp.SftpFile
-
Creates a new SftpFile object.
- SftpFileAttributes - Class in com.maverick.sftp
-
This class represents the ATTRS structure defined in the
draft-ietf-secsh-filexfer-02.txt which is used by the protocol to store file
attribute information.
- SftpFileAttributes(SftpSubsystemChannel, int) - Constructor for class com.maverick.sftp.SftpFileAttributes
-
Creates a new FileAttributes object.
- SftpFileAttributes(SftpSubsystemChannel, ByteArrayReader) - Constructor for class com.maverick.sftp.SftpFileAttributes
-
- SftpFileAttributes(ByteArrayReader, int, Long, Long, String) - Constructor for class com.maverick.sftp.SftpFileAttributes
-
- SftpFileFilter - Interface in com.maverick.util
-
- SftpFileInputStream - Class in com.maverick.sftp
-
An InputStream to read the contents of a remote file.
- SftpFileInputStream(SftpFile) - Constructor for class com.maverick.sftp.SftpFileInputStream
-
- SftpFileInputStream(SftpFile, long) - Constructor for class com.maverick.sftp.SftpFileInputStream
-
Creates a new SftpFileInputStream object.
- SftpFileNameParser - Class in com.maverick.vfs.ssh
-
- SftpFileNameParser() - Constructor for class com.maverick.vfs.ssh.SftpFileNameParser
-
- SftpFileObject - Class in com.maverick.vfs.ssh
-
- SftpFileObject(AbstractFileName, SftpFileSystem) - Constructor for class com.maverick.vfs.ssh.SftpFileObject
-
- SftpFileOutputStream - Class in com.maverick.sftp
-
An OutputStream to write data to a remote file.
- SftpFileOutputStream(SftpFile) - Constructor for class com.maverick.sftp.SftpFileOutputStream
-
Creates a new SftpFileOutputStream object.
- SftpFileProvider - Class in com.maverick.vfs.ssh
-
- SftpFileProvider() - Constructor for class com.maverick.vfs.ssh.SftpFileProvider
-
- SftpFileSystem - Class in com.maverick.vfs.ssh
-
- SftpFileSystem(GenericFileName, SshClient, FileSystemOptions) - Constructor for class com.maverick.vfs.ssh.SftpFileSystem
-
- SftpFileSystemConfigBuilder - Class in com.maverick.vfs.ssh
-
- SftpMessage - Class in com.maverick.sftp
-
- SftpStatusException - Exception in com.maverick.sftp
-
This exception is thrown by the
SftpSubsystemChannel
class whenever a
status message is received that is not expected.
- SftpStatusException(int, String) - Constructor for exception com.maverick.sftp.SftpStatusException
-
- SftpStatusException(int, String, boolean) - Constructor for exception com.maverick.sftp.SftpStatusException
-
- SftpStatusException(int) - Constructor for exception com.maverick.sftp.SftpStatusException
-
- SftpStatusException(int, boolean) - Constructor for exception com.maverick.sftp.SftpStatusException
-
- SftpSubsystemChannel - Class in com.maverick.sftp
-
This class implements the SFTP protocol which is executed as an SSH
subsystem.
- SftpSubsystemChannel(SshSession) - Constructor for class com.maverick.sftp.SftpSubsystemChannel
-
- SftpSubsystemChannel(SshSession, int) - Constructor for class com.maverick.sftp.SftpSubsystemChannel
-
- SftpSubsystemChannel(SshSession, int, int) - Constructor for class com.maverick.sftp.SftpSubsystemChannel
-
- SFX_ACL_AUDIT_ALARM_INCLUDED - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SFX_ACL_AUDIT_ALARM_INHERITED - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SFX_ACL_CONTROL_INCLUDED - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SFX_ACL_CONTROL_INHERITED - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SFX_ACL_CONTROL_PRESENT - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- sha1(byte[]) - Static method in class com.maverick.ssh.components.Utils
-
- SHA1_FINGERPRINT - Static variable in class com.maverick.ssh.SshKeyFingerprint
-
- sha1Digest(File) - Static method in class com.maverick.logging.IOUtils
-
- sha1Digest(InputStream) - Static method in class com.maverick.logging.IOUtils
-
- SHA1Digest - Class in com.maverick.ssh.components.jce
-
SHA-1 digest implementation.
- SHA1Digest() - Constructor for class com.maverick.ssh.components.jce.SHA1Digest
-
- sha256(byte[]) - Static method in class com.maverick.ssh.components.Utils
-
- SHA256_FINGERPRINT - Static variable in class com.maverick.ssh.SshKeyFingerprint
-
- SHA256Digest - Class in com.maverick.ssh.components.jce
-
SHA-1 digest implementation.
- SHA256Digest() - Constructor for class com.maverick.ssh.components.jce.SHA256Digest
-
- SHA384Digest - Class in com.maverick.ssh.components.jce
-
SHA-1 digest implementation.
- SHA384Digest() - Constructor for class com.maverick.ssh.components.jce.SHA384Digest
-
- sha512(byte[]) - Static method in class com.maverick.ssh.components.Utils
-
- SHA512Digest - Class in com.maverick.ssh.components.jce
-
SHA-1 digest implementation.
- SHA512Digest() - Constructor for class com.maverick.ssh.components.jce.SHA512Digest
-
- Shell - Class in com.maverick.ssh
-
- Shell(SshClient) - Constructor for class com.maverick.ssh.Shell
-
- Shell(SshClient, ShellStartupTrigger) - Constructor for class com.maverick.ssh.Shell
-
- Shell(SshClient, ShellStartupTrigger, long) - Constructor for class com.maverick.ssh.Shell
-
- Shell(SshClient, ShellStartupTrigger, long, String) - Constructor for class com.maverick.ssh.Shell
-
- Shell(SshClient, ShellStartupTrigger, long, String, int, int) - Constructor for class com.maverick.ssh.Shell
-
- shell - Variable in class com.maverick.ssh.ShellController
-
- SHELL_ERROR - Static variable in exception com.maverick.ssh.SshException
-
A request was made to start a shell, but this request failed.
- shellClosed(SshClient, SshSession) - Method in class com.maverick.ssh.SshClientAdapter
-
- shellClosed(SshClient, SshSession) - Method in interface com.maverick.ssh.SshClientListener
-
- ShellController - Class in com.maverick.ssh
-
- ShellDefaultMatcher - Class in com.maverick.ssh
-
- ShellDefaultMatcher() - Constructor for class com.maverick.ssh.ShellDefaultMatcher
-
- ShellMatcher - Interface in com.maverick.ssh
-
- ShellMatcher.Continue - Enum in com.maverick.ssh
-
- ShellProcess - Class in com.maverick.ssh
-
- ShellProcessController - Class in com.maverick.ssh
-
- ShellProcessController(ShellProcess) - Constructor for class com.maverick.ssh.ShellProcessController
-
- ShellProcessController(ShellProcess, ShellMatcher) - Constructor for class com.maverick.ssh.ShellProcessController
-
- ShellReader - Interface in com.maverick.ssh
-
- ShellStartupPasswordTrigger - Class in com.maverick.ssh
-
- ShellStartupPasswordTrigger(String, String) - Constructor for class com.maverick.ssh.ShellStartupPasswordTrigger
-
- ShellStartupPasswordTrigger(String, String, ShellMatcher) - Constructor for class com.maverick.ssh.ShellStartupPasswordTrigger
-
- ShellStartupTrigger - Interface in com.maverick.ssh
-
- ShellTimeoutException - Exception in com.maverick.ssh
-
Exception thrown when an operation times out.
- ShellWriter - Interface in com.maverick.ssh
-
- showPrompts(String, String, KBIPrompt[]) - Method in interface com.maverick.ssh2.KBIRequestHandler
-
Called by the keyboard-interactive authentication mechanism when
the server requests information from the user.
- shutdown() - Method in class com.maverick.logging.DefaultLoggerContext
-
- shutdown() - Method in class com.maverick.logging.Log
-
- shutdown() - Method in interface com.maverick.logging.RootLoggerContext
-
- sign(SshPublicKey, byte[]) - Method in class com.maverick.agent.client.SshAgentClient
-
- sign(byte[], byte[], byte[], byte[]) - Static method in class com.maverick.ssh.components.Curve25519
-
DIGITAL SIGNATURES
- sign(SshPublicKey, UnsignedInteger64, int, String, List<String>, UnsignedInteger64, UnsignedInteger64, List<CriticalOption>, List<CertificateExtension>, SshKeyPair) - Method in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- sign(byte[]) - Method in class com.maverick.ssh.components.jce.Ssh2BaseDsaPrivateKey
-
- sign(byte[], String) - Method in class com.maverick.ssh.components.jce.Ssh2BaseDsaPrivateKey
-
- sign(byte[]) - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPrivateKey
-
- sign(byte[], String) - Method in class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPrivateKey
-
- sign(byte[]) - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- sign(byte[], String) - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- sign(byte[]) - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateKey
-
- sign(byte[], String) - Method in class com.maverick.ssh.components.jce.Ssh2RsaPrivateKey
-
- sign(byte[]) - Method in class com.maverick.ssh.components.jce.SshEd25519PrivateKeyJCE
-
- sign(byte[], String) - Method in class com.maverick.ssh.components.jce.SshEd25519PrivateKeyJCE
-
- sign(byte[]) - Method in class com.maverick.ssh.components.jce.SshEd448PrivateKeyJCE
-
- sign(byte[], String) - Method in class com.maverick.ssh.components.jce.SshEd448PrivateKeyJCE
-
- sign(byte[]) - Method in interface com.maverick.ssh.components.SshDsaPrivateKey
-
- sign(byte[]) - Method in interface com.maverick.ssh.components.SshPrivateKey
-
Create a signature from the data.
- sign(byte[], String) - Method in interface com.maverick.ssh.components.SshPrivateKey
-
- sign(byte[]) - Method in interface com.maverick.ssh.components.SshRsaPrivateKey
-
- sign(SshPublicKey, byte[]) - Method in interface com.maverick.ssh2.SignatureGenerator
-
Sign the data using the private key of the public key provided.
- signal(String) - Method in class com.maverick.ssh2.Ssh2Session
-
Send a signal to the remote process.
- signalClosingState() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- signature - Variable in class com.maverick.ssh2.SshKeyExchangeClient
-
The signature generated over the exchange hash
- SignatureGenerator - Interface in com.maverick.ssh2
-
Provides a callback when a private key signature is required.
- silentClose() - Method in class com.maverick.util.ByteArrayReader
-
- silentClose() - Method in class com.maverick.util.ByteArrayWriter
-
- SimpleASNReader - Class in com.maverick.util
-
- SimpleASNReader(byte[]) - Constructor for class com.maverick.util.SimpleASNReader
-
Creates a new SimpleASNReader object.
- SimpleASNWriter - Class in com.maverick.util
-
- SimpleASNWriter() - Constructor for class com.maverick.util.SimpleASNWriter
-
Creates a new SimpleASNWriter object.
- size() - Method in class com.maverick.agent.InMemoryKeyStore
-
- size() - Method in interface com.maverick.agent.KeyStore
-
How many keys are in this store?
- socket - Variable in class com.sshtools.net.SocketWrapper
-
- SOCKET_TIMEOUT - Static variable in exception com.maverick.ssh.SshException
-
The API detected a socket timeout
- SocketListener(String, int, String, int) - Constructor for class com.sshtools.net.ForwardingClient.SocketListener
-
- socketlisteners - Variable in class com.sshtools.net.ForwardingClient
-
- SocketTimeoutSupport - Interface in com.maverick.ssh
-
This interface adds timeout support to the SocketTransport
interface.
- SocketTransport - Class in com.sshtools.net
-
- SocketTransport(String, int) - Constructor for class com.sshtools.net.SocketTransport
-
Connect the socket.
- SocketWrappedChannel - Class in socks
-
- SocketWrapper - Class in com.sshtools.net
-
Implements a basic wrapper around a Socket to provide an
SshTransport suitable
for use in making connections using the
SshConnector.
- SocketWrapper(Socket) - Constructor for class com.sshtools.net.SocketWrapper
-
Create a SocketWrapper
- socks - package socks
-
- socks.server - package socks.server
-
- SOCKS4 - Static variable in class com.sshtools.net.SocksProxyTransport
-
- Socks4Proxy - Class in socks
-
Proxy which describes SOCKS4 proxy.
- Socks4Proxy(Proxy, String, int, String) - Constructor for class socks.Socks4Proxy
-
Creates the SOCKS4 proxy
- Socks4Proxy(String, int, String) - Constructor for class socks.Socks4Proxy
-
Creates the SOCKS4 proxy
- Socks4Proxy(Proxy, InetAddress, int, String) - Constructor for class socks.Socks4Proxy
-
Creates the SOCKS4 proxy
- Socks4Proxy(InetAddress, int, String) - Constructor for class socks.Socks4Proxy
-
Creates the SOCKS4 proxy
- SOCKS5 - Static variable in class com.sshtools.net.SocksProxyTransport
-
- Socks5DatagramSocket - Class in socks
-
Datagram socket to interract through the firewall.
Can be used same way as the normal DatagramSocket.
- Socks5DatagramSocket() - Constructor for class socks.Socks5DatagramSocket
-
Construct Datagram socket for communication over SOCKS5 proxy
server.
- Socks5DatagramSocket(int) - Constructor for class socks.Socks5DatagramSocket
-
Construct Datagram socket for communication over SOCKS5 proxy
server.
- Socks5DatagramSocket(int, InetAddress) - Constructor for class socks.Socks5DatagramSocket
-
Construct Datagram socket for communication over SOCKS5 proxy
server.
- Socks5DatagramSocket(Proxy, int, InetAddress) - Constructor for class socks.Socks5DatagramSocket
-
Constructs datagram socket for communication over specified proxy.
- Socks5Proxy - Class in socks
-
SOCKS5 Proxy.
- Socks5Proxy(Proxy, String, int) - Constructor for class socks.Socks5Proxy
-
Creates SOCKS5 proxy.
- Socks5Proxy(String, int) - Constructor for class socks.Socks5Proxy
-
Creates SOCKS5 proxy.
- Socks5Proxy(Proxy, InetAddress, int) - Constructor for class socks.Socks5Proxy
-
Creates SOCKS5 proxy.
- Socks5Proxy(InetAddress, int) - Constructor for class socks.Socks5Proxy
-
Creates SOCKS5 proxy.
- SOCKS_ADDR_NOT_SUPPORTED - Static variable in class socks.Proxy
-
- SOCKS_AUTH_FAILURE - Static variable in class socks.Proxy
-
- SOCKS_AUTH_NOT_SUPPORTED - Static variable in class socks.Proxy
-
- SOCKS_BADCONNECT - Static variable in class socks.Proxy
-
- SOCKS_BADNETWORK - Static variable in class socks.Proxy
-
- SOCKS_CMD_NOT_SUPPORTED - Static variable in class socks.Proxy
-
- SOCKS_CONNECTION_REFUSED - Static variable in class socks.Proxy
-
- SOCKS_DIRECT_FAILED - Static variable in class socks.Proxy
-
- SOCKS_FAILURE - Static variable in class socks.Proxy
-
- SOCKS_HOST_UNREACHABLE - Static variable in class socks.Proxy
-
- SOCKS_JUST_ERROR - Static variable in class socks.Proxy
-
- SOCKS_METHOD_NOTSUPPORTED - Static variable in class socks.Proxy
-
- SOCKS_NO_PROXY - Static variable in class socks.Proxy
-
- SOCKS_PROXY_IO_ERROR - Static variable in class socks.Proxy
-
- SOCKS_PROXY_NO_CONNECT - Static variable in class socks.Proxy
-
- SOCKS_SUCCESS - Static variable in class socks.Proxy
-
- SOCKS_TTL_EXPIRE - Static variable in class socks.Proxy
-
- SocksDialog - Class in socks
-
Socks configuration dialog.
Class which provides GUI means of getting Proxy configuration from the user.
- SocksDialog(Frame) - Constructor for class socks.SocksDialog
-
Creates SOCKS configuration dialog.
Uses default initialisation:
Proxy host: socks-proxy
Proxy port: 1080
Version: 5
- SocksDialog(Frame, Proxy) - Constructor for class socks.SocksDialog
-
Creates SOCKS configuration dialog and initialises it to given proxy.
- SocksException - Exception in socks
-
Exception thrown by various socks classes to indicate errors
with protocol or unsuccessfull server responses.
- SocksException(int) - Constructor for exception socks.SocksException
-
Construct a SocksException with given errorcode.
- SocksException(int, String) - Constructor for exception socks.SocksException
-
Constructs a SocksException with given error code and message.
- SocksProxyTransport - Class in com.sshtools.net
-
Provides an
SshTransport
implementation that
can route the connection through a SOCKS 4 or SOCKS 5 proxy.
- SocksServerSocket - Class in socks
-
SocksServerSocket allows to accept connections from one particular
host through the SOCKS4 or SOCKS5 proxy.
- SocksServerSocket(String, int) - Constructor for class socks.SocksServerSocket
-
Creates ServerSocket capable of accepting one connection
through the firewall, uses default Proxy.
- SocksServerSocket(Proxy, String, int) - Constructor for class socks.SocksServerSocket
-
Creates ServerSocket capable of accepting one connection
through the firewall, uses given proxy.
- SocksServerSocket(InetAddress, int) - Constructor for class socks.SocksServerSocket
-
Creates ServerSocket capable of accepting one connection
through the firewall, uses default Proxy.
- SocksServerSocket(Proxy, InetAddress, int) - Constructor for class socks.SocksServerSocket
-
Creates ServerSocket capable of accepting one connection
through the firewall, uses given proxy.
- SocksSocket - Class in socks
-
SocksSocket tryies to look very similar to normal Socket,
while allowing connections through the SOCKS4 or 5 proxy.
- SocksSocket(String, int) - Constructor for class socks.SocksSocket
-
Tryies to connect to given host and port
using default proxy.
- SocksSocket(Proxy, String, int) - Constructor for class socks.SocksSocket
-
Connects to host port using given proxy server.
- SocksSocket(InetAddress, int) - Constructor for class socks.SocksSocket
-
Tryies to connect to given ip and port
using default proxy.
- SocksSocket(Proxy, InetAddress, int) - Constructor for class socks.SocksSocket
-
Connects to given ip and port using given Proxy server.
- SocksSocket(String, int, Proxy) - Constructor for class socks.SocksSocket
-
These 2 constructors are used by the SocksServerSocket.
- SocksSocket(InetAddress, int, Proxy) - Constructor for class socks.SocksSocket
-
- sort(int[]) - Static method in class com.maverick.util.Arrays
-
Sorts the specified array of ints into ascending numerical order.
- source - Variable in class com.maverick.events.EventObject
-
The object on which the Event initially occurred.
- SOURCE_ADDRESS - Static variable in class com.maverick.ssh.components.jce.CriticalOption
-
- sourceAddress(String...) - Method in class com.maverick.ssh.components.jce.CriticalOption.Builder
-
- ssh - Variable in class com.maverick.scp.ScpClientIO
-
- SSH1 - Static variable in class com.maverick.ssh.SshConnector
-
Constant for the SSH protocol version 1
- SSH1_FORMAT - Static variable in class com.sshtools.publickey.SshPrivateKeyFileFactory
-
Deprecated.
- SSH1_FORMAT - Static variable in class com.sshtools.publickey.SshPublicKeyFileFactory
-
- SSH1_RSA - Static variable in class com.sshtools.publickey.SshKeyPairGenerator
-
- Ssh1ChallengeResponseAuthentication - Class in com.maverick.ssh1
-
Adds support for SSH1 challenge response authentication.
- Ssh1ChallengeResponseAuthentication() - Constructor for class com.maverick.ssh1.Ssh1ChallengeResponseAuthentication
-
- Ssh1ChallengeResponseAuthentication.Prompt - Interface in com.maverick.ssh1
-
- Ssh1Client - Class in com.maverick.ssh1
-
Implementation of an
SshClient for the
SSH1 protocol; no additional features are currently implemented outside of
the general
SshClient contract.
- Ssh1Client() - Constructor for class com.maverick.ssh1.Ssh1Client
-
Default public constructor for the client called by
SshConnector.
- Ssh1Context - Class in com.maverick.ssh1
-
- Ssh1Context() - Constructor for class com.maverick.ssh1.Ssh1Context
-
Construct a new context instance with default values.
- Ssh1Des - Class in com.maverick.ssh.components.jce
-
DES cipher implementation for SSH1 protocol.
- Ssh1Des() - Constructor for class com.maverick.ssh.components.jce.Ssh1Des
-
- Ssh1Des3 - Class in com.maverick.ssh.components.jce
-
3DES cipher implementation for SSH1 protocol.
- Ssh1Des3() - Constructor for class com.maverick.ssh.components.jce.Ssh1Des3
-
- Ssh1ProtocolListener - Interface in com.maverick.ssh1
-
- Ssh1RhostsRsaAuthentication - Class in com.maverick.ssh1
-
Provides rhosts rsa authentication for the SSH1 protocol.
- Ssh1RhostsRsaAuthentication() - Constructor for class com.maverick.ssh1.Ssh1RhostsRsaAuthentication
-
- Ssh1RsaPublicKey - Class in com.maverick.ssh.components.jce
-
RSA public key implementation for the SSH1 protocol.
- Ssh1RsaPublicKey(RSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.Ssh1RsaPublicKey
-
- Ssh1RsaPublicKey(BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.Ssh1RsaPublicKey
-
- SSH2 - Static variable in class com.maverick.ssh.SshConnector
-
Constant for the SSH protocol version 2
- SSH2_AGENT_IDENTITIES_ANSWER - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH2_AGENT_SIGN_RESPONSE - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH2_AGENTC_ADD_ID_CONSTRAINED - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH2_AGENTC_ADD_IDENTITY - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH2_AGENTC_REMOVE_ALL_IDENTITIES - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH2_AGENTC_REMOVE_IDENTITY - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH2_AGENTC_REQUEST_IDENTITIES - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH2_AGENTC_SIGN_REQUEST - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH2_DSA - Static variable in class com.sshtools.publickey.SshKeyPairGenerator
-
- SSH2_RSA - Static variable in class com.sshtools.publickey.SshKeyPairGenerator
-
- Ssh2AgentAuthentication - Class in com.maverick.agent.client
-
- Ssh2AgentAuthentication(SshAgentClient) - Constructor for class com.maverick.agent.client.Ssh2AgentAuthentication
-
- Ssh2BaseDsaPrivateKey - Class in com.maverick.ssh.components.jce
-
- Ssh2BaseDsaPrivateKey(PrivateKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2BaseDsaPrivateKey
-
- Ssh2BaseDsaPrivateKey(PrivateKey, Provider) - Constructor for class com.maverick.ssh.components.jce.Ssh2BaseDsaPrivateKey
-
- Ssh2BaseJCEPrivateKey - Class in com.maverick.ssh.components.jce
-
- Ssh2BaseJCEPrivateKey(PrivateKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2BaseJCEPrivateKey
-
- Ssh2BaseJCEPrivateKey(PrivateKey, Provider) - Constructor for class com.maverick.ssh.components.jce.Ssh2BaseJCEPrivateKey
-
- Ssh2BaseRsaPrivateKey - Class in com.maverick.ssh.components.jce
-
- Ssh2BaseRsaPrivateKey(PrivateKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2BaseRsaPrivateKey
-
- Ssh2BaseRsaPrivateKey(PrivateKey, Provider) - Constructor for class com.maverick.ssh.components.jce.Ssh2BaseRsaPrivateKey
-
- Ssh2Channel - Class in com.maverick.ssh2
-
All terminal sessions, forwarded connections, etc are channels and this class
implements the base SSH2 channel.
- Ssh2Channel(String, int, int) - Constructor for class com.maverick.ssh2.Ssh2Channel
-
- Ssh2Client - Class in com.maverick.ssh2
-
Implementation of an
SshClient for the
SSH2 protocol; this provides the ability to create custom channels and
sending/receiving of global requests in addition to the standard
SshClient contract.
- Ssh2Client() - Constructor for class com.maverick.ssh2.Ssh2Client
-
- Ssh2Context - Class in com.maverick.ssh2
-
- Ssh2Context() - Constructor for class com.maverick.ssh2.Ssh2Context
-
Contructs a default context
- Ssh2Context(SecurityPolicy) - Constructor for class com.maverick.ssh2.Ssh2Context
-
- Ssh2DsaPrivateKey - Class in com.maverick.ssh.components.jce
-
DSA private key implementation for the SSH2 protocol.
- Ssh2DsaPrivateKey(DSAPrivateKey, DSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2DsaPrivateKey
-
- Ssh2DsaPrivateKey(DSAPrivateKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2DsaPrivateKey
-
- Ssh2DsaPrivateKey(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.Ssh2DsaPrivateKey
-
- Ssh2DsaPublicKey - Class in com.maverick.ssh.components.jce
-
A DSA public key implementation which uses a JCE provider.
- Ssh2DsaPublicKey() - Constructor for class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- Ssh2DsaPublicKey(DSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- Ssh2DsaPublicKey(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.Ssh2DsaPublicKey
-
- Ssh2EcdsaSha2Nist256PublicKey - Class in com.maverick.ssh.components.jce
-
- Ssh2EcdsaSha2Nist256PublicKey() - Constructor for class com.maverick.ssh.components.jce.Ssh2EcdsaSha2Nist256PublicKey
-
- Ssh2EcdsaSha2Nist384PublicKey - Class in com.maverick.ssh.components.jce
-
- Ssh2EcdsaSha2Nist384PublicKey() - Constructor for class com.maverick.ssh.components.jce.Ssh2EcdsaSha2Nist384PublicKey
-
- Ssh2EcdsaSha2Nist521PublicKey - Class in com.maverick.ssh.components.jce
-
- Ssh2EcdsaSha2Nist521PublicKey() - Constructor for class com.maverick.ssh.components.jce.Ssh2EcdsaSha2Nist521PublicKey
-
- Ssh2EcdsaSha2NistPrivateKey - Class in com.maverick.ssh.components.jce
-
- Ssh2EcdsaSha2NistPrivateKey(PrivateKey, String) - Constructor for class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPrivateKey
-
- Ssh2EcdsaSha2NistPrivateKey(PrivateKey, String, Provider) - Constructor for class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPrivateKey
-
- Ssh2EcdsaSha2NistPublicKey - Class in com.maverick.ssh.components.jce
-
- Ssh2EcdsaSha2NistPublicKey(ECPublicKey, String) - Constructor for class com.maverick.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
-
- Ssh2HostbasedAuthentication - Class in com.maverick.ssh2
-
Provides hostbased authentication for the SSH2 protocol.
- Ssh2HostbasedAuthentication() - Constructor for class com.maverick.ssh2.Ssh2HostbasedAuthentication
-
- Ssh2PasswordAuthentication - Class in com.maverick.ssh2
-
Implements Password authentication as defined in the SSH Authenticaiton
Protocol.
- Ssh2PasswordAuthentication() - Constructor for class com.maverick.ssh2.Ssh2PasswordAuthentication
-
Construct the method
- Ssh2PasswordAuthentication(String) - Constructor for class com.maverick.ssh2.Ssh2PasswordAuthentication
-
- Ssh2PublicKeyAuthentication - Class in com.maverick.ssh2
-
SSH2 public key authentication providing additional SSH2 public key
authentication features.
- Ssh2PublicKeyAuthentication() - Constructor for class com.maverick.ssh2.Ssh2PublicKeyAuthentication
-
- Ssh2RsaPrivateCrtKey - Class in com.maverick.ssh.components.jce
-
RSA co-efficient private key implementation for SSH2 protocol.
- Ssh2RsaPrivateCrtKey(RSAPrivateCrtKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- Ssh2RsaPrivateCrtKey(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPrivateCrtKey
-
- Ssh2RsaPrivateKey - Class in com.maverick.ssh.components.jce
-
RSA private key implementation for the SSH2 protocol.
- Ssh2RsaPrivateKey(RSAPrivateKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPrivateKey
-
- Ssh2RsaPrivateKey(BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPrivateKey
-
- Ssh2RsaPublicKey - Class in com.maverick.ssh.components.jce
-
A RSA public key implementation which uses a JCE provider.
- Ssh2RsaPublicKey() - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- Ssh2RsaPublicKey(RSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- Ssh2RsaPublicKey(SecurityLevel, int) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
Default constructor for initializing the key from a byte array using the
init method.
- Ssh2RsaPublicKey(RSAPublicKey, SecurityLevel, int) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- Ssh2RsaPublicKey(BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- Ssh2RsaPublicKey(BigInteger, BigInteger, SecurityLevel, int) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKey
-
- Ssh2RsaPublicKeySHA256 - Class in com.maverick.ssh.components.jce
-
- Ssh2RsaPublicKeySHA256() - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA256
-
- Ssh2RsaPublicKeySHA256(BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA256
-
- Ssh2RsaPublicKeySHA256(RSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA256
-
- Ssh2RsaPublicKeySHA256(SshRsaPublicKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA256
-
- Ssh2RsaPublicKeySHA512 - Class in com.maverick.ssh.components.jce
-
- Ssh2RsaPublicKeySHA512() - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA512
-
- Ssh2RsaPublicKeySHA512(BigInteger, BigInteger) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA512
-
- Ssh2RsaPublicKeySHA512(RSAPublicKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA512
-
- Ssh2RsaPublicKeySHA512(SshRsaPublicKey) - Constructor for class com.maverick.ssh.components.jce.Ssh2RsaPublicKeySHA512
-
- Ssh2Session - Class in com.maverick.ssh2
-
This class implements the SSH2 session channel, unlike SSH1 multiple sessions
can be opened on the same SSH connection.
- Ssh2Session(int, int, Ssh2Client) - Constructor for class com.maverick.ssh2.Ssh2Session
-
Construct a session channel.
- SSH_AGENT_ADD_KEY - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_ALIVE - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_CONSTRAINT_FORWARDING_PATH - Static variable in class com.maverick.agent.KeyConstraints
-
- SSH_AGENT_CONSTRAINT_FORWARDING_STEPS - Static variable in class com.maverick.agent.KeyConstraints
-
- SSH_AGENT_CONSTRAINT_NEED_USER_VERIFICATION - Static variable in class com.maverick.agent.KeyConstraints
-
- SSH_AGENT_CONSTRAINT_SSH1_COMPAT - Static variable in class com.maverick.agent.KeyConstraints
-
- SSH_AGENT_CONSTRAINT_TIMEOUT - Static variable in class com.maverick.agent.KeyConstraints
-
- SSH_AGENT_CONSTRAINT_USE_LIMIT - Static variable in class com.maverick.agent.KeyConstraints
-
- SSH_AGENT_DELETE_ALL_KEYS - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_DELETE_KEY - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_ERROR_DECRYPT_FAILED - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_ERROR_DENIED - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_ERROR_FAILURE - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_ERROR_KEY_NOT_FOUND - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_ERROR_KEY_NOT_SUITABLE - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_ERROR_SIZE_ERROR - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_ERROR_TIMEOUT - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_ERROR_UNSUPPORTED_OP - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_FAILURE - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH_AGENT_FAILURE - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_FORWARDING_NOTICE - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_KEY_LIST - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_LIST_KEYS - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_LOCK - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_OPERATION_COMPLETE - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_PING - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_PRIVATE_KEY_OP - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_RANDOM - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_RANDOM_DATA - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_REQUEST_VERSION - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_SUCCESS - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH_AGENT_SUCCESS - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_UNLOCK - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_VERSION - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENT_VERSION_RESPONSE - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_AGENTC_LOCK - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH_AGENTC_UNLOCK - Static variable in class com.maverick.agent.openssh.OpenSSHAgentMessages
-
- SSH_CERT_TYPE_HOST - Static variable in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- SSH_CERT_TYPE_HOST - Static variable in class com.maverick.ssh.components.SshCertificate
-
- SSH_CERT_TYPE_USER - Static variable in class com.maverick.ssh.components.jce.OpenSshCertificate
-
- SSH_CERT_TYPE_USER - Static variable in class com.maverick.ssh.components.SshCertificate
-
- SSH_DSS_CERT_V01 - Static variable in class com.maverick.ssh.components.jce.OpenSshDsaCertificate
-
- SSH_FILEXFER_ATTR_FLAGS_APPEND_ONLY - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_ARCHIVE - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_CASE_INSENSITIVE - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_COMPRESSED - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_ENCRYPTED - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_HIDDEN - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_IMMUTABLE - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_READONLY - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_SPARSE - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_SYNC - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_SYSTEM - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_FLAGS_TRANSLATION_ERR - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_GUESSED_BINARY - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_GUESSED_TEXT - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_KNOWN_BINARY - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_ATTR_KNOWN_TEXT - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_TYPE_BLOCK_DEVICE - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_TYPE_CHAR_DEVICE - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_TYPE_DIRECTORY - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_TYPE_FIFO - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_TYPE_REGULAR - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_TYPE_SOCKET - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_TYPE_SPECIAL - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_TYPE_SYMLINK - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FILEXFER_TYPE_UNKNOWN - Static variable in class com.maverick.sftp.SftpFileAttributes
-
- SSH_FX_BAD_MESSAGE - Static variable in exception com.maverick.sftp.SftpStatusException
-
The client sent a bad protocol message
- SSH_FX_BYTE_RANGE_LOCK_CONFLICT - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_BYTE_RANGE_LOCK_REFUSED - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_CANNOT_DELETE - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_CONNECTION_LOST - Static variable in exception com.maverick.sftp.SftpStatusException
-
The file system connection was lost
- SSH_FX_DELETE_PENDING - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_DIR_NOT_EMPTY - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_EOF - Static variable in exception com.maverick.sftp.SftpStatusException
-
The file or listing is EOF
- SSH_FX_FAILURE - Static variable in exception com.maverick.sftp.SftpStatusException
-
Generic failure code
- SSH_FX_FILE_ALREADY_EXISTS - Static variable in exception com.maverick.sftp.SftpStatusException
-
The path already exists
- SSH_FX_FILE_CORRUPT - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_FILE_IS_A_DIRECTORY - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_GROUP_INVALID - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_INVALID_FILENAME - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_INVALID_HANDLE - Static variable in exception com.maverick.sftp.SftpStatusException
-
The file handle provided was invalid
- SSH_FX_INVALID_PARAMETER - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_LINK_LOOP - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_LOCK_CONFLICT - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_NO_CONNECTION - Static variable in exception com.maverick.sftp.SftpStatusException
-
There is no connection to the file system
- SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_NO_MEDIA - Static variable in exception com.maverick.sftp.SftpStatusException
-
There is no media available at the remote location
- SSH_FX_NO_SPACE_ON_FILESYSTEM - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_NO_SUCH_FILE - Static variable in exception com.maverick.sftp.SftpStatusException
-
No such file was found
- SSH_FX_NO_SUCH_PATH - Static variable in exception com.maverick.sftp.SftpStatusException
-
The path is invalid
- SSH_FX_NOT_A_DIRECTORY - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_OK - Static variable in exception com.maverick.sftp.SftpStatusException
-
Everything performed correctly
- SSH_FX_OP_UNSUPPORTED - Static variable in exception com.maverick.sftp.SftpStatusException
-
The operation requested is not supported
- SSH_FX_OWNER_INVALID - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_PERMISSION_DENIED - Static variable in exception com.maverick.sftp.SftpStatusException
-
The user does not have permission
- SSH_FX_QUOTA_EXCEEDED - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_UNKNOWN_PRINCIPAL - Static variable in exception com.maverick.sftp.SftpStatusException
-
- SSH_FX_WRITE_PROTECT - Static variable in exception com.maverick.sftp.SftpStatusException
-
Cannot write to remote location
- SSH_FXE_STATVFS_ST_NOSUID - Static variable in class com.sshtools.sftp.StatVfs
-
- SSH_FXE_STATVFS_ST_RDONLY - Static variable in class com.sshtools.sftp.StatVfs
-
- SSH_FXF_ACCESS_APPEND_DATA - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_ACCESS_APPEND_DATA_ATOMIC - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_ACCESS_AUDIT_ALARM_INFO - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_ACCESS_BACKUP - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_ACCESS_BLOCK_ADVISORY - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_ACCESS_BLOCK_DELETE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_ACCESS_BLOCK_READ - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_ACCESS_BLOCK_WRITE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_ACCESS_DISPOSITION - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
Version 5 new flags
- SSH_FXF_ACCESS_TEXT_MODE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_BACKUP_STREAM - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_CREATE_NEW - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_CREATE_TRUNCATE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_DELETE_ON_CLOSE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_NOFOLLOW - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_OPEN_EXISTING - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_OPEN_OR_CREATE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_OVERRIDE_OWNER - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXF_TRUNCATE_EXISTING - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXP_RENAME_ATOMIC - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXP_RENAME_NATIVE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_FXP_RENAME_OVERWRITE - Static variable in class com.maverick.sftp.SftpSubsystemChannel
-
- SSH_MSG_KEX_ECDH_INIT - Static variable in class com.maverick.ssh.components.jce.client.Curve25519SHA256
-
- SSH_MSG_KEX_ECDH_INIT - Static variable in class com.maverick.ssh.components.jce.client.DiffieHellmanEcdh
-
- SSH_MSG_KEX_ECDH_REPLY - Static variable in class com.maverick.ssh.components.jce.client.Curve25519SHA256
-
- SSH_MSG_KEX_ECDH_REPLY - Static variable in class com.maverick.ssh.components.jce.client.DiffieHellmanEcdh
-
- SSH_MSG_USERAUTH_PK_OK - Static variable in class com.maverick.agent.rfc.RFCAgentMessages
-
- SSH_MSG_USERAUTH_REQUEST - Static variable in class com.maverick.ssh2.AuthenticationProtocol
-
- SSH_RSA_CERT_V01 - Static variable in class com.maverick.ssh.components.jce.OpenSshRsaCertificate
-
- SSH_RSA_CERT_V01 - Static variable in class com.maverick.ssh.components.jce.OpenSshRsaSha256Certificate
-
- SSH_RSA_CERT_V01 - Static variable in class com.maverick.ssh.components.jce.OpenSshRsaSha512Certificate
-
- SshAbstractChannel - Class in com.maverick.ssh.message
-
- SshAbstractChannel() - Constructor for class com.maverick.ssh.message.SshAbstractChannel
-
- SshAgentAcceptor - Interface in com.maverick.agent.server
-
- SshAgentAddKey - Class in com.maverick.agent.openssh
-
- SshAgentAddKey() - Constructor for class com.maverick.agent.openssh.SshAgentAddKey
-
Creates a new SshAgentAddKey object.
- SshAgentAddKey(SshPrivateKey, SshPublicKey, String, KeyConstraints) - Constructor for class com.maverick.agent.openssh.SshAgentAddKey
-
Creates a new SshAgentAddKey object.
- SshAgentAddKey - Class in com.maverick.agent.rfc
-
- SshAgentAddKey() - Constructor for class com.maverick.agent.rfc.SshAgentAddKey
-
Creates a new SshAgentAddKey object.
- SshAgentAddKey(SshPrivateKey, SshPublicKey, String, KeyConstraints) - Constructor for class com.maverick.agent.rfc.SshAgentAddKey
-
Creates a new SshAgentAddKey object.
- SshAgentAlive - Class in com.maverick.agent.rfc
-
- SshAgentAlive() - Constructor for class com.maverick.agent.rfc.SshAgentAlive
-
Creates a new SshAgentAlive object.
- SshAgentAlive(byte[]) - Constructor for class com.maverick.agent.rfc.SshAgentAlive
-
Creates a new SshAgentAlive object.
- SshAgentClient - Class in com.maverick.agent.client
-
Maintain the public keys for SshConnection
- SshAgentClient(boolean, String, Socket) - Constructor for class com.maverick.agent.client.SshAgentClient
-
- SshAgentClient(boolean, String, Closeable, InputStream, OutputStream, boolean) - Constructor for class com.maverick.agent.client.SshAgentClient
-
- SshAgentConnection - Interface in com.maverick.agent.server
-
- SshAgentConnectionFactory - Interface in com.maverick.agent.server
-
- SshAgentDeleteKey - Class in com.maverick.agent.openssh
-
- SshAgentDeleteKey() - Constructor for class com.maverick.agent.openssh.SshAgentDeleteKey
-
Creates a new SshAgentDeleteKey object.
- SshAgentDeleteKey(SshPublicKey, String) - Constructor for class com.maverick.agent.openssh.SshAgentDeleteKey
-
Creates a new SshAgentDeleteKey object.
- SshAgentDeleteKey - Class in com.maverick.agent.rfc
-
- SshAgentDeleteKey() - Constructor for class com.maverick.agent.rfc.SshAgentDeleteKey
-
Creates a new SshAgentDeleteKey object.
- SshAgentDeleteKey(SshPublicKey, String) - Constructor for class com.maverick.agent.rfc.SshAgentDeleteKey
-
Creates a new SshAgentDeleteKey object.
- SshAgentFailure - Class in com.maverick.agent.openssh
-
- SshAgentFailure() - Constructor for class com.maverick.agent.openssh.SshAgentFailure
-
Creates a new SshAgentFailure object.
- SshAgentFailure - Class in com.maverick.agent.rfc
-
- SshAgentFailure() - Constructor for class com.maverick.agent.rfc.SshAgentFailure
-
Creates a new SshAgentFailure object.
- SshAgentFailure(int) - Constructor for class com.maverick.agent.rfc.SshAgentFailure
-
Creates a new SshAgentFailure object.
- SshAgentForwardingNotice - Class in com.maverick.agent.rfc
-
- SshAgentForwardingNotice() - Constructor for class com.maverick.agent.rfc.SshAgentForwardingNotice
-
Creates a new SshAgentForwardingNotice object.
- SshAgentForwardingNotice(String, String, int) - Constructor for class com.maverick.agent.rfc.SshAgentForwardingNotice
-
Creates a new SshAgentForwardingNotice object.
- SshAgentKeyList - Class in com.maverick.agent.openssh
-
- SshAgentKeyList(Map<SshPublicKey, String>) - Constructor for class com.maverick.agent.openssh.SshAgentKeyList
-
Creates a new SshAgentKeyList object.
- SshAgentKeyList() - Constructor for class com.maverick.agent.openssh.SshAgentKeyList
-
Creates a new SshAgentKeyList object.
- SshAgentKeyList - Class in com.maverick.agent.rfc
-
- SshAgentKeyList(Map<SshPublicKey, String>) - Constructor for class com.maverick.agent.rfc.SshAgentKeyList
-
Creates a new SshAgentKeyList object.
- SshAgentKeyList() - Constructor for class com.maverick.agent.rfc.SshAgentKeyList
-
Creates a new SshAgentKeyList object.
- SshAgentLock - Class in com.maverick.agent.openssh
-
- SshAgentLock(boolean) - Constructor for class com.maverick.agent.openssh.SshAgentLock
-
Creates a new SshAgentLock object.
- SshAgentLock(boolean, String) - Constructor for class com.maverick.agent.openssh.SshAgentLock
-
Creates a new SshAgentLock object.
- SshAgentLock - Class in com.maverick.agent.rfc
-
- SshAgentLock(boolean) - Constructor for class com.maverick.agent.rfc.SshAgentLock
-
Creates a new SshAgentLock object.
- SshAgentLock(boolean, String) - Constructor for class com.maverick.agent.rfc.SshAgentLock
-
Creates a new SshAgentLock object.
- SshAgentOperationComplete - Class in com.maverick.agent.openssh
-
- SshAgentOperationComplete() - Constructor for class com.maverick.agent.openssh.SshAgentOperationComplete
-
Creates a new SshAgentOperationComplete object.
- SshAgentOperationComplete(byte[]) - Constructor for class com.maverick.agent.openssh.SshAgentOperationComplete
-
Creates a new SshAgentOperationComplete object.
- SshAgentOperationComplete - Class in com.maverick.agent.rfc
-
- SshAgentOperationComplete() - Constructor for class com.maverick.agent.rfc.SshAgentOperationComplete
-
Creates a new SshAgentOperationComplete object.
- SshAgentOperationComplete(byte[]) - Constructor for class com.maverick.agent.rfc.SshAgentOperationComplete
-
Creates a new SshAgentOperationComplete object.
- SshAgentPing - Class in com.maverick.agent.rfc
-
- SshAgentPing() - Constructor for class com.maverick.agent.rfc.SshAgentPing
-
Creates a new SshAgentPing object.
- SshAgentPing(byte[]) - Constructor for class com.maverick.agent.rfc.SshAgentPing
-
Creates a new SshAgentPing object.
- SshAgentPrivateKeyOp - Class in com.maverick.agent.openssh
-
Message for Agent Private key operation
- SshAgentPrivateKeyOp() - Constructor for class com.maverick.agent.openssh.SshAgentPrivateKeyOp
-
Creates a new SshAgentPrivateKeyOp object.
- SshAgentPrivateKeyOp(SshPublicKey, byte[], UnsignedInteger32) - Constructor for class com.maverick.agent.openssh.SshAgentPrivateKeyOp
-
Creates a new SshAgentPrivateKeyOp object.
- SshAgentPrivateKeyOp - Class in com.maverick.agent.rfc
-
Message for Agent Private key operation
- SshAgentPrivateKeyOp() - Constructor for class com.maverick.agent.rfc.SshAgentPrivateKeyOp
-
Creates a new SshAgentPrivateKeyOp object.
- SshAgentPrivateKeyOp(SshPublicKey, String, byte[]) - Constructor for class com.maverick.agent.rfc.SshAgentPrivateKeyOp
-
Creates a new SshAgentPrivateKeyOp object.
- SshAgentRandom - Class in com.maverick.agent.rfc
-
- SshAgentRandom() - Constructor for class com.maverick.agent.rfc.SshAgentRandom
-
Creates a new SshAgentRandom object.
- SshAgentRandom(int) - Constructor for class com.maverick.agent.rfc.SshAgentRandom
-
Creates a new SshAgentRandom object.
- SshAgentRandomData - Class in com.maverick.agent.rfc
-
- SshAgentRandomData() - Constructor for class com.maverick.agent.rfc.SshAgentRandomData
-
Creates a new SshAgentRandomData object.
- SshAgentRandomData(byte[]) - Constructor for class com.maverick.agent.rfc.SshAgentRandomData
-
Creates a new SshAgentRandomData object.
- SshAgentRequestVersion - Class in com.maverick.agent.rfc
-
- SshAgentRequestVersion() - Constructor for class com.maverick.agent.rfc.SshAgentRequestVersion
-
Creates a new SshAgentRequestVersion object.
- SshAgentRequestVersion(String) - Constructor for class com.maverick.agent.rfc.SshAgentRequestVersion
-
Creates a new SshAgentRequestVersion object.
- SshAgentServer - Class in com.maverick.agent.server
-
- SshAgentServer(SshAgentConnectionFactory) - Constructor for class com.maverick.agent.server.SshAgentServer
-
- SshAgentServer(SshAgentConnectionFactory, KeyStore) - Constructor for class com.maverick.agent.server.SshAgentServer
-
- SshAgentSocketListener - Class in com.maverick.agent.server
-
Implements a listener to run an agent over a socket.
- SshAgentSocketListener(String, KeyStore) - Constructor for class com.maverick.agent.server.SshAgentSocketListener
-
Creates a new SshAgentSocketListener object.
- SshAgentSuccess - Class in com.maverick.agent.openssh
-
- SshAgentSuccess() - Constructor for class com.maverick.agent.openssh.SshAgentSuccess
-
Creates a new SshAgentSuccess object.
- SshAgentSuccess - Class in com.maverick.agent.rfc
-
- SshAgentSuccess() - Constructor for class com.maverick.agent.rfc.SshAgentSuccess
-
Creates a new SshAgentSuccess object.
- SshAgentTransport - Interface in com.maverick.agent.server
-
- SshAgentUnlock - Class in com.maverick.agent.openssh
-
- SshAgentUnlock(boolean) - Constructor for class com.maverick.agent.openssh.SshAgentUnlock
-
Creates a new SshAgentUnlock object.
- SshAgentUnlock(boolean, String) - Constructor for class com.maverick.agent.openssh.SshAgentUnlock
-
Creates a new SshAgentUnlock object.
- SshAgentUnlock - Class in com.maverick.agent.rfc
-
- SshAgentUnlock(boolean) - Constructor for class com.maverick.agent.rfc.SshAgentUnlock
-
Creates a new SshAgentUnlock object.
- SshAgentUnlock(boolean, String) - Constructor for class com.maverick.agent.rfc.SshAgentUnlock
-
Creates a new SshAgentUnlock object.
- SshAgentVersionResponse - Class in com.maverick.agent.rfc
-
- SshAgentVersionResponse() - Constructor for class com.maverick.agent.rfc.SshAgentVersionResponse
-
Creates a new SshAgentVersionResponse object.
- SshAgentVersionResponse(int) - Constructor for class com.maverick.agent.rfc.SshAgentVersionResponse
-
Creates a new SshAgentVersionResponse object.
- SshAuthentication - Interface in com.maverick.ssh
-
The base interface for all SSH authentication mechanisms and authentication result constants.
- SshCertificate - Class in com.maverick.ssh.components
-
- SshCertificate(SshKeyPair, OpenSshCertificate) - Constructor for class com.maverick.ssh.components.SshCertificate
-
- SshCertificateAuthority - Class in com.sshtools.publickey
-
- SshCertificateAuthority() - Constructor for class com.sshtools.publickey.SshCertificateAuthority
-
- SshChannel - Interface in com.maverick.ssh
-
The base interface for all SSH channels.
- SshChannelMessage - Class in com.maverick.ssh.message
-
- SshChannelMessage(byte[]) - Constructor for class com.maverick.ssh.message.SshChannelMessage
-
- SshCipher - Class in com.maverick.ssh.components
-
Base class for all SSH protocol ciphers.
- SshCipher(String, SecurityLevel) - Constructor for class com.maverick.ssh.components.SshCipher
-
- SshClient - Interface in com.maverick.ssh
-
This interface defines the general contract for an SSH client
that is compatible for both the SSH1 and SSH2 protocols.
- SshClientAdapter - Class in com.maverick.pool
-
- SshClientAdapter() - Constructor for class com.maverick.pool.SshClientAdapter
-
- SshClientAdapter - Class in com.maverick.ssh
-
- SshClientAdapter() - Constructor for class com.maverick.ssh.SshClientAdapter
-
- SshClientConnector - Interface in com.maverick.ssh
-
- SshClientFactory - Interface in com.maverick.pool
-
- SshClientListener - Interface in com.maverick.ssh
-
- SshClientPool - Class in com.maverick.pool
-
A client pool for efficient management of single threaded mode idle
connections.
- SshClientPool(ExecutorService, SshClientFactory) - Constructor for class com.maverick.pool.SshClientPool
-
- SshClientPool(ExecutorService, SshClientFactory, long) - Constructor for class com.maverick.pool.SshClientPool
-
- SshCompatibilityUtils - Class in com.maverick.ssh
-
- SshCompatibilityUtils() - Constructor for class com.maverick.ssh.SshCompatibilityUtils
-
- SshComponent - Interface in com.maverick.ssh.components
-
- SshCompression - Interface in com.maverick.ssh.compression
-
Compression interface which can be implemented to provide the SSH
Transport Protocol with compression.
- SshConnector - Class in com.maverick.ssh
-
Connecting to an SSH server STARTS HERE!.
- SshContext - Interface in com.maverick.ssh
-
This interface defines the general configuration items available to both SSH1
and SSH2.
- sshdConfigFile - Variable in class com.sshtools.config.file.entry.Entry
-
- SshdConfigFile - Class in com.sshtools.config.file
-
SshdConfigFile
-- GlobalEntry (1..1)
-- Map
-- MatchEntries (1..N) *
-- Map
- SshdConfigFile.SshdConfigFileBuilder - Class in com.sshtools.config.file
-
- SshdConfigFileBuilder() - Constructor for class com.sshtools.config.file.SshdConfigFile.SshdConfigFileBuilder
-
- SshdConfigFileCursor - Class in com.sshtools.config.file
-
Cursor maintains track of current entry.
- SshdConfigFileCursor() - Constructor for class com.sshtools.config.file.SshdConfigFileCursor
-
- SshdConfigFileEntry() - Constructor for class com.sshtools.config.file.entry.type.FileEntryType.SshdConfigFileEntry
-
- SshdConfigFileReader - Class in com.sshtools.config.file.reader
-
- SshdConfigFileReader(InputStream) - Constructor for class com.sshtools.config.file.reader.SshdConfigFileReader
-
- SshdConfigFileWriter - Class in com.sshtools.config.file.writer
-
- SshdConfigFileWriter(OutputStream) - Constructor for class com.sshtools.config.file.writer.SshdConfigFileWriter
-
- SshdConfigKeyValueEntry(String, String) - Constructor for class com.sshtools.config.file.entry.type.FileEntryType.SshdConfigKeyValueEntry
-
- SshDiagnostics - Class in com.maverick.ssh
-
- SshDiagnostics() - Constructor for class com.maverick.ssh.SshDiagnostics
-
- SshDsaPrivateKey - Interface in com.maverick.ssh.components
-
This interface should be implemented by all DSA private key
implementations.
- SshDsaPublicKey - Interface in com.maverick.ssh.components
-
This interface should be implemented by all DSA public key implementations.
- SshEd25519PrivateKey - Interface in com.maverick.ssh.components.jce
-
- SshEd25519PrivateKeyJCE - Class in com.maverick.ssh.components.jce
-
- SshEd25519PrivateKeyJCE(byte[], byte[]) - Constructor for class com.maverick.ssh.components.jce.SshEd25519PrivateKeyJCE
-
- SshEd25519PrivateKeyJCE(PrivateKey) - Constructor for class com.maverick.ssh.components.jce.SshEd25519PrivateKeyJCE
-
- SshEd25519PublicKey - Interface in com.maverick.ssh.components.jce
-
- SshEd25519PublicKeyJCE - Class in com.maverick.ssh.components.jce
-
- SshEd25519PublicKeyJCE() - Constructor for class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- SshEd25519PublicKeyJCE(byte[]) - Constructor for class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- SshEd25519PublicKeyJCE(PublicKey) - Constructor for class com.maverick.ssh.components.jce.SshEd25519PublicKeyJCE
-
- SshEd448PrivateKey - Interface in com.maverick.ssh.components.jce
-
- SshEd448PrivateKeyJCE - Class in com.maverick.ssh.components.jce
-
- SshEd448PrivateKeyJCE(byte[]) - Constructor for class com.maverick.ssh.components.jce.SshEd448PrivateKeyJCE
-
- SshEd448PrivateKeyJCE(PrivateKey) - Constructor for class com.maverick.ssh.components.jce.SshEd448PrivateKeyJCE
-
- SshEd448PublicKey - Interface in com.maverick.ssh.components.jce
-
- SshEd448PublicKeyJCE - Class in com.maverick.ssh.components.jce
-
- SshEd448PublicKeyJCE() - Constructor for class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- SshEd448PublicKeyJCE(byte[]) - Constructor for class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- SshEd448PublicKeyJCE(PublicKey) - Constructor for class com.maverick.ssh.components.jce.SshEd448PublicKeyJCE
-
- SshException - Exception in com.maverick.ssh
-
Generic exception for J2SSH Maverick exception handling.
- SshException(int, String) - Constructor for exception com.maverick.ssh.SshException
-
For internal use to raise a component exception
- SshException(String, int) - Constructor for exception com.maverick.ssh.SshException
-
Create an exception with the given description and reason.
- SshException(String, int, List<IncompatibleAlgorithm>) - Constructor for exception com.maverick.ssh.SshException
-
- SshException(String, int, String) - Constructor for exception com.maverick.ssh.SshException
-
Create an exception with the given description and reason.
- SshException(int, Throwable) - Constructor for exception com.maverick.ssh.SshException
-
Create an exception with the given cause and reason.
- SshException(Throwable, int) - Constructor for exception com.maverick.ssh.SshException
-
- SshException(String, Throwable) - Constructor for exception com.maverick.ssh.SshException
-
Create an exception with the given description and cause.
- SshException(Throwable) - Constructor for exception com.maverick.ssh.SshException
-
Create an exception by providing the cause of the error.
- SshException(String, int, Throwable) - Constructor for exception com.maverick.ssh.SshException
-
- SshException(String, int, Throwable, String) - Constructor for exception com.maverick.ssh.SshException
-
Create an exception with the given description cause, reason.
- SshHmac - Interface in com.maverick.ssh.components
-
This interface should be implemented by all message authentication
implementations.
- SshIO - Interface in com.maverick.ssh
-
Base interface for all SSH related IO interfaces.
- SshIOException - Exception in com.maverick.ssh
-
This class is provided so that when a channel InputStream/OutputStream
interface has to throw an IOException; the real SshException cause can be
retrieved.
- SshIOException(SshException) - Constructor for exception com.maverick.ssh.SshIOException
-
Construct the exception with the real exception.
- SshKeyExchange - Interface in com.maverick.ssh.components
-
Base interface for SSH2 key exchange implementations.
- SshKeyExchangeClient - Class in com.maverick.ssh2
-
Abstract representation of an SSH key exchange.
- SshKeyExchangeClient(String, SecurityLevel, int) - Constructor for class com.maverick.ssh2.SshKeyExchangeClient
-
- SshKeyFingerprint - Class in com.maverick.ssh
-
Utility methods to generate an SSH public key fingerprint.
- SshKeyFingerprint() - Constructor for class com.maverick.ssh.SshKeyFingerprint
-
- SshKeyFingerprint.Encoding - Enum in com.maverick.ssh
-
- SshKeyPair - Class in com.maverick.ssh.components
-
Storage class for a public/private key pair.
- SshKeyPair() - Constructor for class com.maverick.ssh.components.SshKeyPair
-
- SshKeyPairGenerator - Class in com.sshtools.publickey
-
Generate public/private key pairs.
- SshKeyPairGenerator() - Constructor for class com.sshtools.publickey.SshKeyPairGenerator
-
- SshKeyUtils - Class in com.maverick.ssh
-
- SshKeyUtils() - Constructor for class com.maverick.ssh.SshKeyUtils
-
- SshKeyUtils - Class in com.maverick.util
-
- SshKeyUtils() - Constructor for class com.maverick.util.SshKeyUtils
-
- SshMessage - Class in com.maverick.ssh.message
-
- SshMessage(byte[]) - Constructor for class com.maverick.ssh.message.SshMessage
-
- SshMessageReader - Interface in com.maverick.ssh.message
-
- SshMessageRouter - Class in com.maverick.ssh.message
-
This abstract class provides a synchronized message routing framework that can be used
for both the SSH1 and SSH2 protocols.
- SshMessageRouter(SshMessageReader, int, boolean) - Constructor for class com.maverick.ssh.message.SshMessageRouter
-
- SshMessageStore - Class in com.maverick.ssh.message
-
This class is the central storage location for channel messages; each channel
has its own message store and the message pump delivers them here where they
are stored in a lightweight linked list.
- SshMessageStore(SshMessageRouter, SshAbstractChannel, MessageObserver) - Constructor for class com.maverick.ssh.message.SshMessageStore
-
- SshMsgUserAuthPKOK - Class in com.maverick.agent.rfc
-
- SshMsgUserAuthPKOK() - Constructor for class com.maverick.agent.rfc.SshMsgUserAuthPKOK
-
Creates a new SshMsgUserAuthPKOK object.
- SshMsgUserAuthPKOK(String, byte[]) - Constructor for class com.maverick.agent.rfc.SshMsgUserAuthPKOK
-
Creates a new SshMsgUserAuthPKOK object.
- SshPrivateKey - Interface in com.maverick.ssh.components
-
Interface for SSH supported private keys.
- SshPrivateKeyFile - Interface in com.sshtools.publickey
-
Interface which all private key formats must implement to provide decoding
and decryption of the private key into a suitable format for the API.
- SshPrivateKeyFileFactory - Class in com.sshtools.publickey
-
Private key format factory used to decode private key files.
- SshPrivateKeyFileFactory() - Constructor for class com.sshtools.publickey.SshPrivateKeyFileFactory
-
- SshPublicKey - Interface in com.maverick.ssh.components
-
Interface for SSH supported public keys.
- SshPublicKeyFile - Interface in com.sshtools.publickey
-
Interface which all public key formats must implement to provide decoding of
the public key into a suitable format for the API.
- SshPublicKeyFileFactory - Class in com.sshtools.publickey
-
Public key format factory used to decode different formats of public keys.
- SshPublicKeyFileFactory() - Constructor for class com.sshtools.publickey.SshPublicKeyFileFactory
-
- SshReporter - Class in com.maverick.ssh
-
- SshReporter() - Constructor for class com.maverick.ssh.SshReporter
-
- SshRsaPrivateCrtKey - Interface in com.maverick.ssh.components
-
This interface should be implemented by all RSA private co-efficient
private key implementations.
- SshRsaPrivateKey - Interface in com.maverick.ssh.components
-
This interface should be implemented by all RSA private key
implementations.
- SshRsaPublicKey - Interface in com.maverick.ssh.components
-
This interface should be implemented by all RSA public key implementations.
- SshSecureRandomGenerator - Interface in com.maverick.ssh.components
-
This interface should be implemented by all secure random number generator
implementations.
- SshSession - Interface in com.maverick.ssh
-
Base interface for SSH sessions supporting all the features common to both SSH1 and SSH2.
- SshTests - Class in com.maverick.ssh
-
- SshTests() - Constructor for class com.maverick.ssh.SshTests
-
- SSHTOOLS_FORMAT - Static variable in class com.sshtools.publickey.SshPrivateKeyFileFactory
-
Deprecated.
- SshTransferListener - Interface in com.maverick.pool
-
- SshTransferQueue - Class in com.maverick.pool
-
- SshTransferQueue(SshClientPool) - Constructor for class com.maverick.pool.SshTransferQueue
-
- SshTransport - Interface in com.maverick.ssh
-
Simple interface wrapper for transport layer communication.
- SshTunnel - Interface in com.maverick.ssh
-
Interface defining the contract for SSH forwarding channels.
- SshX509DsaPublicKey - Class in com.maverick.ssh.components.jce
-
Basic implementation of X509 certificate support.
- SshX509DsaPublicKey() - Constructor for class com.maverick.ssh.components.jce.SshX509DsaPublicKey
-
- SshX509DsaPublicKey(Certificate) - Constructor for class com.maverick.ssh.components.jce.SshX509DsaPublicKey
-
- SshX509DsaPublicKeyRfc6187 - Class in com.maverick.ssh.components.jce
-
- SshX509DsaPublicKeyRfc6187() - Constructor for class com.maverick.ssh.components.jce.SshX509DsaPublicKeyRfc6187
-
- SshX509DsaPublicKeyRfc6187(Certificate[]) - Constructor for class com.maverick.ssh.components.jce.SshX509DsaPublicKeyRfc6187
-
- SshX509EcdsaSha2Nist256Rfc6187 - Class in com.maverick.ssh.components.jce
-
- SshX509EcdsaSha2Nist256Rfc6187(ECPublicKey) - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist256Rfc6187
-
- SshX509EcdsaSha2Nist256Rfc6187() - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist256Rfc6187
-
- SshX509EcdsaSha2Nist256Rfc6187(Certificate[]) - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist256Rfc6187
-
- SshX509EcdsaSha2Nist384Rfc6187 - Class in com.maverick.ssh.components.jce
-
- SshX509EcdsaSha2Nist384Rfc6187(ECPublicKey) - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist384Rfc6187
-
- SshX509EcdsaSha2Nist384Rfc6187() - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist384Rfc6187
-
- SshX509EcdsaSha2Nist384Rfc6187(Certificate[]) - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist384Rfc6187
-
- SshX509EcdsaSha2Nist521Rfc6187 - Class in com.maverick.ssh.components.jce
-
- SshX509EcdsaSha2Nist521Rfc6187(ECPublicKey) - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist521Rfc6187
-
- SshX509EcdsaSha2Nist521Rfc6187() - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist521Rfc6187
-
- SshX509EcdsaSha2Nist521Rfc6187(Certificate[]) - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2Nist521Rfc6187
-
- SshX509EcdsaSha2NistPublicKeyRfc6187 - Class in com.maverick.ssh.components.jce
-
- SshX509EcdsaSha2NistPublicKeyRfc6187(String, String, String, String) - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2NistPublicKeyRfc6187
-
- SshX509EcdsaSha2NistPublicKeyRfc6187(ECPublicKey, String) - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2NistPublicKeyRfc6187
-
- SshX509EcdsaSha2NistPublicKeyRfc6187(Certificate[], String) - Constructor for class com.maverick.ssh.components.jce.SshX509EcdsaSha2NistPublicKeyRfc6187
-
- SshX509PublicKey - Interface in com.maverick.ssh.components
-
- SshX509Rsa2048Sha256Rfc6187 - Class in com.maverick.ssh.components.jce
-
- SshX509Rsa2048Sha256Rfc6187() - Constructor for class com.maverick.ssh.components.jce.SshX509Rsa2048Sha256Rfc6187
-
- SshX509Rsa2048Sha256Rfc6187(Certificate[]) - Constructor for class com.maverick.ssh.components.jce.SshX509Rsa2048Sha256Rfc6187
-
- SshX509RsaPublicKey - Class in com.maverick.ssh.components.jce
-
Basic implementation of X509 certificate support.
- SshX509RsaPublicKey() - Constructor for class com.maverick.ssh.components.jce.SshX509RsaPublicKey
-
- SshX509RsaPublicKey(Certificate) - Constructor for class com.maverick.ssh.components.jce.SshX509RsaPublicKey
-
- SshX509RsaPublicKeyRfc6187 - Class in com.maverick.ssh.components.jce
-
- SshX509RsaPublicKeyRfc6187() - Constructor for class com.maverick.ssh.components.jce.SshX509RsaPublicKeyRfc6187
-
- SshX509RsaPublicKeyRfc6187(Certificate[]) - Constructor for class com.maverick.ssh.components.jce.SshX509RsaPublicKeyRfc6187
-
- SshX509RsaSha1PublicKey - Class in com.maverick.ssh.components.jce
-
Basic implementation of X509 certificate support.
- SshX509RsaSha1PublicKey() - Constructor for class com.maverick.ssh.components.jce.SshX509RsaSha1PublicKey
-
- SshX509RsaSha1PublicKey(Certificate) - Constructor for class com.maverick.ssh.components.jce.SshX509RsaSha1PublicKey
-
- start() - Method in class com.maverick.agent.server.SshAgentSocketListener
-
Starts the agent listener thread
- start() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- start() - Method in class com.sshtools.net.ForwardingClient.SocketListener
-
- start(int) - Method in class socks.ProxyServer
-
Start the Proxy server at given port.
This methods blocks.
- start(int, int, InetAddress) - Method in class socks.ProxyServer
-
Create a server with the specified port, listen backlog, and local
IP address to bind to.
- started(long, String) - Method in interface com.maverick.sftp.FileTransferProgress
-
The transfer has started
- startedShell(SshClient, SshSession) - Method in class com.maverick.ssh.SshClientAdapter
-
- startedShell(SshClient, SshSession) - Method in interface com.maverick.ssh.SshClientListener
-
- startedSubsystem(SshClient, SshSession, String) - Method in class com.maverick.ssh.SshClientAdapter
-
- startedSubsystem(SshClient, SshSession, String) - Method in interface com.maverick.ssh.SshClientListener
-
- startExecution() - Method in class com.maverick.ssh.ExecutorOperationSupport
-
- startingShell(SshClient, SshSession) - Method in class com.maverick.ssh.SshClientAdapter
-
- startingShell(SshClient, SshSession) - Method in interface com.maverick.ssh.SshClientListener
-
- startingSubsystem(SshClient, SshSession, String) - Method in class com.maverick.ssh.SshClientAdapter
-
- startingSubsystem(SshClient, SshSession, String) - Method in interface com.maverick.ssh.SshClientListener
-
- startListener(SshAgentAcceptor) - Method in class com.maverick.agent.server.SshAgentServer
-
- startLocalForwarding(String, int, String, int) - Method in class com.sshtools.net.ForwardingClient
-
Start's a local listening socket and forwards any connections made to the
to the remote side.
- startService(String) - Method in class com.maverick.ssh2.TransportProtocol
-
Request that the remote server starts a transport protocol service.
- startSession() - Method in class socks.Proxy
-
- startSession(Socket) - Method in class socks.server.IdentAuthenticator
-
Grants permission only to those users, who connect from one of the
hosts registered with add(InetRange,Hashtable) and whose names, as
reported by identd daemon, are listed for the host the connection
came from.
- startSession(Socket) - Method in interface socks.server.ServerAuthenticator
-
This method is called when a new connection accepted by the server.
- startSession(Socket) - Method in class socks.server.ServerAuthenticatorNone
-
Grants access to everyone.Removes authentication related bytes from
the stream, when a SOCKS5 connection is being made, selects an
authentication NONE.
- startSession(Socket) - Method in class socks.server.UserPasswordAuthenticator
-
- startSession() - Method in class socks.Socks5Proxy
-
- startShell() - Method in interface com.maverick.ssh.SshSession
-
Start the users default shell.
- startShell() - Method in class com.maverick.ssh2.Ssh2Session
-
- startSubsystem(String) - Method in class com.maverick.ssh2.Ssh2Session
-
SSH2 supports special subsystems that are identified by a name rather
than a command string, an example of an SSH2 subsystem is SFTP.
- startTask(Runnable) - Method in class com.maverick.ssh.ExecutorOperationSupport
-
- startTransportProtocol(SshTransport, Ssh2Context, String, String, Ssh2Client) - Method in class com.maverick.ssh2.TransportProtocol
-
Starts the protocol on the provider.
- startUnixSocketListener(String) - Method in class com.maverick.agent.server.SshAgentServer
-
- stat(String) - Method in class com.sshtools.sftp.SftpClient
-
Returns the attributes of the file from the remote computer.
- state - Variable in class com.maverick.ssh.message.SshAbstractChannel
-
- StaticLoggerBinder - Class in org.slf4j.impl
-
- StaticLoggerBinder() - Constructor for class org.slf4j.impl.StaticLoggerBinder
-
- statLink(String) - Method in class com.sshtools.sftp.SftpClient
-
Returns the attributes of the link from the remote computer.
- statVFS(String) - Method in class com.sshtools.sftp.SftpClient
-
- StatVfs - Class in com.sshtools.sftp
-
- stop() - Method in class com.maverick.agent.server.SshAgentSocketListener
-
Stops the agent listener
- stop() - Method in class com.maverick.ssh.message.SshMessageRouter
-
- stop() - Method in class com.sshtools.net.ForwardingClient.ActiveTunnel
-
Stop's the tunnel from transferring data, closing the channel and the
attached socket.
- stop() - Method in class com.sshtools.net.ForwardingClient.SocketListener
-
- stop() - Method in class socks.ProxyServer
-
Stop server operation.It would be wise to interrupt thread running the
server afterwards.
- stopAllLocalForwarding() - Method in class com.sshtools.net.ForwardingClient
-
Stop all local forwarding
- stopAllLocalForwarding(boolean) - Method in class com.sshtools.net.ForwardingClient
-
Stop all local forwarding
- stopLocalForwarding(String, int) - Method in class com.sshtools.net.ForwardingClient
-
Stops a local listening socket from accepting connections.
- stopLocalForwarding(String, int, boolean) - Method in class com.sshtools.net.ForwardingClient
-
Stops a local listening socket from accepting connections.
- stopLocalForwarding(String, boolean) - Method in class com.sshtools.net.ForwardingClient
-
Stop a local listening socket from accepting connections.
- stopThread() - Method in class com.maverick.logging.DefaultLoggerContext.FileWatcher
-
- STORAGE_EXCEEDED - Static variable in exception com.sshtools.publickey.PublicKeySubsystemException
-
- store() - Method in class com.sshtools.publickey.KnownHostsFile
-
- StringCertificateExtension - Class in com.maverick.ssh.components.jce
-
- StringCertificateExtension(String, String, boolean) - Constructor for class com.maverick.ssh.components.jce.StringCertificateExtension
-
- stripFirstPathElement(String) - Static method in class com.maverick.util.FileUtils
-
- stripLastPathElement(String) - Static method in class com.maverick.util.FileUtils
-
- stripLeadingZeros(byte[]) - Static method in class com.maverick.ssh.components.jce.ECUtils
-
- stripLeadingZeros(byte[]) - Static method in class com.maverick.ssh.components.Utils
-
- stripLeadingZeros(byte[]) - Static method in class com.maverick.util.ByteArrayWriter
-
- stripParentPath(String, String) - Static method in class com.maverick.util.FileUtils
-
- stripPath(String) - Static method in class com.maverick.util.FileUtils
-
- su(String, String) - Method in class com.maverick.ssh.Shell
-
- su(String, String, String) - Method in class com.maverick.ssh.Shell
-
- su(String) - Method in class com.maverick.ssh.Shell
-
- su(String, String, String, ShellMatcher) - Method in class com.maverick.ssh.Shell
-
- SubsystemChannel - Class in com.maverick.ssh
-
This class provides useful methods for implementing an SSH2 subsystem.
- SubsystemChannel(SshChannel, int) - Constructor for class com.maverick.ssh.SubsystemChannel
-
Create a new subsystem channel.
- subsystemClosed(SshClient, SshSession, String) - Method in class com.maverick.ssh.SshClientAdapter
-
- subsystemClosed(SshClient, SshSession, String) - Method in interface com.maverick.ssh.SshClientListener
-
- successful - Variable in class socks.server.Ident
-
If this is true then userName and hostType contain valid values.
- sudo(String, String) - Method in class com.maverick.ssh.Shell
-
- sudo(String, String, String) - Method in class com.maverick.ssh.Shell
-
- sudo(String, String, String, ShellMatcher) - Method in class com.maverick.ssh.Shell
-
- supported - Variable in class com.maverick.ssh.components.ComponentFactory
-
The supported components stored in a Hashtable with a String key as the
component name such as "3des-cbc" and a Class value storing the
implementation class.
- supportedChannelTypes() - Method in class com.maverick.agent.client.AgentForwardingChannelFactory
-
- supportedChannelTypes() - Method in interface com.maverick.ssh2.ChannelFactory
-
Return the supported channel types.
- supportedCiphersCS() - Method in class com.maverick.ssh2.Ssh2Context
-
- supportedCiphersSC() - Method in class com.maverick.ssh2.Ssh2Context
-
Returns this context's supported cipher algorithms.
- supportedCompressionsCS() - Method in class com.maverick.ssh2.Ssh2Context
-
Get this context's supported CS compression algorithms.
- supportedCompressionsSC() - Method in class com.maverick.ssh2.Ssh2Context
-
Get this context's supported SC compression algorithms.
- supportedDigests(boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedDigests() - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedHMacsCS(boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedHMacsCS() - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedHMacsSC(boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedHMacsSC() - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedKeyExchanges(boolean, boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedKeyExchanges(boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedKeyExchanges() - Method in class com.maverick.ssh2.Ssh2Context
-
Get this context's supported key exchange methods.
- supportedMacsCS() - Method in class com.maverick.ssh2.Ssh2Context
-
Get this context's supported message authentication algorithms CS.
- supportedMacsSC() - Method in class com.maverick.ssh2.Ssh2Context
-
Get this context's supported message authentication algorithms SC.
- supportedPublicKeys(boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedPublicKeys() - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedPublicKeys() - Method in class com.maverick.ssh2.Ssh2Context
-
Get this context's supported public keys.
- supportedRequests() - Method in interface com.maverick.ssh2.GlobalRequestHandler
-
Return the supported request types.
- supportedSsh1CiphersCS(boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedSsh1CiphersCS() - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedSsh1CiphersSC(boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedSsh1CiphersSC() - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedSsh2CiphersCS(boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedSsh2CiphersCS() - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedSsh2CiphersSC(boolean) - Method in class com.maverick.ssh.components.ComponentManager
-
- supportedSsh2CiphersSC() - Method in class com.maverick.ssh.components.ComponentManager
-
- supportsAgentForwarding() - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- supportsExtension(String) - Method in class com.maverick.sftp.SftpSubsystemChannel
-
Does the server support an SFTP extension? This checks the extensions
returned by the server during the SFTP version negotiation.
- supportsPassphraseChange() - Method in interface com.sshtools.publickey.SshPrivateKeyFile
-
Method to determine whether the format supports changing of passphrases.
- supportsPortForwarding() - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- supportsPty() - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- supportsRestrictedOption(Option<?>) - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- supportsUserRc() - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- supportsX11Forwarding() - Method in class com.sshtools.publickey.authorized.PublicKeyEntry
-
- symlink(String, String) - Method in class com.sshtools.sftp.SftpClient
-
Create a symbolic link on the remote computer.