Uses of Class
com.enterprisedt.net.ftp.ssh.SSHFTPAlgorithm

Packages that use SSHFTPAlgorithm
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
com.enterprisedt.net.ftp.ssh Contains classes for SFTP (FTP via SSH) client functionality. 
 

Uses of SSHFTPAlgorithm in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that return SSHFTPAlgorithm
 SSHFTPAlgorithm[] AdvancedSSHSettings.getEnabledAlgorithms()
          Returns an array containing all enabled algorithms (of all types).
 SSHFTPAlgorithm[] AdvancedSSHSettings.getEnabledAlgorithms(int algorithmType)
          Returns an array containing all enabled algorithms of a particular type.
 

Methods in com.enterprisedt.net.ftp with parameters of type SSHFTPAlgorithm
 void AdvancedSSHSettings.setAlgorithmEnabled(SSHFTPAlgorithm algorithm, boolean enable)
          Enable/disable the given algorithm.
 

Uses of SSHFTPAlgorithm in com.enterprisedt.net.ftp.ssh
 

Fields in com.enterprisedt.net.ftp.ssh declared as SSHFTPAlgorithm
static SSHFTPAlgorithm SSHFTPAlgorithm.CIPHER_3DES_CBC
          Instance of SSHFTPAlgorithm corresponding to the 3DES cipher algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.CIPHER_AES128_CBC
          Instance of SSHFTPAlgorithm corresponding to the Rijndael-128 cipher algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.CIPHER_AES192_CBC
          Instance of SSHFTPAlgorithm corresponding to the Rijndael-192 cipher algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.CIPHER_AES256_CBC
          Instance of SSHFTPAlgorithm corresponding to the Rijndael-256 cipher algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.CIPHER_BLOWFISH_CBC
          Instance of SSHFTPAlgorithm corresponding to the Blowfish cipher algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.COMPRESSION_NONE
          Instance of SSHFTPAlgorithm corresponding to the null compression algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.COMPRESSION_ZLIB
          Instance of SSHFTPAlgorithm corresponding to the zlib compression algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.KEY_DSA
          Instance of SSHFTPAlgorithm corresponding to the DSA key algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.KEY_EXCHANGE_DIFFIE_HELLMAN_GROUP1_SHA1
          Instance of SSHFTPAlgorithm corresponding to the DH group key exchange algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.KEY_RSA
          Instance of SSHFTPAlgorithm corresponding to the RSA key algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.MAC_MD5
          Instance of SSHFTPAlgorithm corresponding to the MD5 MAC algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.MAC_MD5_96
          Instance of SSHFTPAlgorithm corresponding to the MD5-96 MAC algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.MAC_SHA1
          Instance of SSHFTPAlgorithm corresponding to the SHA1 MAC algorithm.
static SSHFTPAlgorithm SSHFTPAlgorithm.MAC_SHA1_96
          Instance of SSHFTPAlgorithm corresponding to the SHA1-96 MAC algorithm.
 

Methods in com.enterprisedt.net.ftp.ssh that return SSHFTPAlgorithm
static SSHFTPAlgorithm SSHFTPAlgorithm.getAlgorithm(java.lang.String code)
          Returns the algorithm with the given code.
static SSHFTPAlgorithm[] SSHFTPAlgorithm.getAlgorithms()
          Returns an array of all supported algorithms.
static SSHFTPAlgorithm[] SSHFTPAlgorithm.getAlgorithms(int algorithmType)
          Returns an array of all supported algorithms of the specified type.
static SSHFTPAlgorithm[] SSHFTPAlgorithm.getEnabledAlgorithms()
          Returns an array containing all enabled algorithms (of all types).
 SSHFTPAlgorithm[] SCPClient.getEnabledAlgorithms()
          Returns an array containing all enabled algorithms (of all types).
static SSHFTPAlgorithm[] SSHFTPAlgorithm.getEnabledAlgorithms(int algorithmType)
          Returns an array containing all enabled algorithms of a particular type.
 SSHFTPAlgorithm[] SCPClient.getEnabledAlgorithms(int algorithmType)
          Returns an array containing all enabled algorithms of a particular type.
 

Methods in com.enterprisedt.net.ftp.ssh with parameters of type SSHFTPAlgorithm
static boolean SSHFTPAlgorithm.isAlgorithmEnabled(SSHFTPAlgorithm algorithm)
          Returns true if the given algorithm is enabled.
 boolean SCPClient.isAlgorithmEnabled(SSHFTPAlgorithm algorithm)
          Returns true if the given algorithm is enabled.
static void SSHFTPAlgorithm.setAlgorithmEnabled(SSHFTPAlgorithm algorithm, boolean enable)
          Enable/disable the given algorithm.
 void SCPClient.setAlgorithmEnabled(SSHFTPAlgorithm algorithm, boolean enable)
          Enable/disable the given algorithm.
 



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.