Class and Description |
---|
com.sshtools.publickey.AbstractKnownHostsKeyVerification
Use KnownHostsKeyVerification instead.
|
com.sshtools.publickey.AbstractMultipleKnownHostsKeyVerification
Use KnownHostsKeyVerification instead.
|
com.sshtools.publickey.ConsoleKnownHostsKeyVerification
use ConsoleKnownHostsFile instead.
|
com.sshtools.publickey.ConsoleMultipleKnownHostsKeyVerification
use ConsoleKnownHostsFile instead.
|
Field and Description |
---|
com.maverick.events.J2SSHEventCodes.ATTRIBUTE_HOST_KEY
should be byte[] but is incorrectly encoded as a String
|
com.maverick.events.J2SSHEventCodes.EVENT_CONNECTION_ATTEMPT
use EVENT_CONNECTED instead.
|
com.maverick.ssh.components.jce.JCEAlgorithms.JCE_RSANONEPKCS1PADDING |
com.sshtools.publickey.SshPrivateKeyFileFactory.SSH1_FORMAT |
com.sshtools.publickey.SshPrivateKeyFileFactory.SSHTOOLS_FORMAT |
Method and Description |
---|
com.maverick.events.EventServiceImplementation.addListener(String, EventListener)
keyed listener support based on thread name/prefix will be removed in the next major release.
|
com.sshtools.sftp.SftpClient.copyLocalDirectory(String, String, boolean, boolean, boolean, FileTransferProgress)
Use putLocalDirectory instead.
|
com.sshtools.sftp.SftpClient.copyRemoteDirectory(String, String, boolean, boolean, boolean, FileTransferProgress)
Use getRemoteDirectory instead
|
com.maverick.ssh.SshConnector.createInstance()
Use alternative createInstance method that specifies a minimum SecurityLevel for your application and
|
com.maverick.ssh.SshConnector.createInstance(ExecutorService)
Use alternative createInstance method that specifies a minimum SecurityLevel for your application
|
com.maverick.ssh.SshContext.enableFIPSMode()
This method is out-of-date. Use JCEProvider.initializeDefaultProvider("BCFIPS") passing a FIPS approved JCE provider
in approved mode to restrict algorithms to only those supported by the approved FIPS environment.
|
com.maverick.ssh.SshConnector.enableFIPSMode()
This method is out-of-date. Use JCEProvider.initializeDefaultProvider("BCFIPS") passing a FIPS approved JCE provider
in approved mode to restrict algorithms to only those supported by the approved FIPS environment.
|
com.maverick.ssh1.Ssh1Context.enableFIPSMode()
This method is out-of-date. Use JCEProvider.initializeDefaultProvider("BCFIPS") passing a FIPS approved JCE provider
in approved mode to restrict algorithms to only those supported by the approved FIPS environment.
|
com.maverick.ssh2.Ssh2Context.enableFIPSMode()
This method is out-of-date. Use JCEProvider.initializeDefaultProvider("BCFIPS") passing a FIPS approved JCE provider
in approved mode to restrict algorithms to only those supported by the approved FIPS environment.
|
com.sshtools.publickey.SshCertificateAuthority.generateCertificate(SshKeyPair, long, int, String, List<String>, int, Map<String, String>, List<String>, SshKeyPair)
This method does not handle extensions correctly. Use alternative method that takes CertificateExtension
instances for extensions and critical options.
|
com.maverick.ssh.SshConnector.getContext(int)
Future version will only support SSH2. Use getContext without parameters.
|
com.maverick.ssh.components.jce.OpenSshCertificate.getCriticalOptions()
Process CertificateExtension values directly.
|
com.maverick.ssh.components.jce.OpenSshCertificate.getExtensions()
Process CertificateExtension values directly.
|
com.maverick.ssh.components.jce.OpenSshCertificate.getExtensionsMap()
Process CertificateExtension values directly.
|
com.maverick.ssh2.Ssh2Context.getPartialMessageTimeout()
No longer used. Use getSocketTimeout instead.
|
com.sshtools.sftp.SftpClient.getRemoteHash(byte[]) |
com.sshtools.sftp.SftpClient.getRemoteHash(byte[], long, long, byte[]) |
com.sshtools.sftp.SftpClient.getRemoteHash(String) |
com.sshtools.sftp.SftpClient.getRemoteHash(String, long, long, byte[]) |
com.maverick.ssh.SshConnector.getSupportedVersions()
Future version will only support SSH2
|
com.maverick.ssh2.Ssh2Context.isTriedBackwardsCompatibility() |
com.maverick.ssh2.Ssh2Context.isTriedMinimalKeyExchangePacket() |
com.sshtools.sftp.SftpClient.ls()
use ls(int maximumFiles) instead.
|
com.sshtools.sftp.SftpClient.ls(String)
use ls(String path, int maximumFiles) instead.
|
com.maverick.events.EventServiceImplementation.removeListener(String)
keyed listener support based on thread name/prefix will be removed in the next major release.
|
com.maverick.ssh.SshConnector.setCoreThreadPoolSize(int) |
com.maverick.ssh.SshConnector.setMaximumNumberThreads(int) |
com.maverick.ssh2.Ssh2Context.setPartialMessageTimeout(int)
No longer used. Use setSocketTimeout.
|
com.maverick.ssh.components.ComponentManager.setPerContextAlgorithmPreferences(boolean)
All contexts now have a copy of the algorithm preferences and require
separate configuration. Disabling this feature will cause problems especially in the
case where client and server use the same JVM.
|
com.maverick.ssh.SshConnector.setSupportedVersions(int)
Future version will only support SSH2
|
com.maverick.ssh.SshConnector.setThreadTimeout(long) |
com.maverick.ssh2.Ssh2Context.setTriedBackwardsCompatibility(boolean) |
com.maverick.ssh2.Ssh2Context.setTriedMinimalKeyExchangePacket(boolean) |
com.maverick.ssh.components.ComponentManager.supportedDigests()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedDigests(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedHMacsCS()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedHMacsCS(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedHMacsSC()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedHMacsSC(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedKeyExchanges(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedKeyExchanges(boolean, boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedPublicKeys()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedPublicKeys(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedSsh1CiphersCS()
SSH1 will be removed in the next major release
|
com.maverick.ssh.components.ComponentManager.supportedSsh1CiphersCS(boolean)
SSH1 will be removed in the next major release
|
com.maverick.ssh.components.ComponentManager.supportedSsh1CiphersSC()
SSH1 will be removed in the next major release
|
com.maverick.ssh.components.ComponentManager.supportedSsh1CiphersSC(boolean)
SSH1 will be removed in the next major release
|
com.maverick.ssh.components.ComponentManager.supportedSsh2CiphersCS()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedSsh2CiphersCS(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedSsh2CiphersSC()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedSsh2CiphersSC(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
Constructor and Description |
---|
com.maverick.events.Event(Object, int, boolean)
Use constructor with UUID of the current connection.
|
com.maverick.events.Event(Object, int, Throwable)
Use constructor with UUID of the current connection.
|
com.maverick.sftp.SftpFile(String, SftpFileAttributes)
Use constructor that requires a flag for whether paths are processed or not (checked for / at the end and removed).
|
Copyright © 2024. All rights reserved.