Package com.enterprisedt.net.ftp.ssl
package com.enterprisedt.net.ftp.ssl
Contains classes for FTPS (FTP over SSL) client functionality. The main class is
SSLFTPClient. The classes SSLFTPCertificate and
SSLFTPCipherSuite are support classes.
The interface SSLFTPValidator is used for certificate validation,
and SSLFTPStandardValidator is an implementation of the
interface which offers basic validity checks.
Related Documentation
-
ClassDescriptionA
SSLFTPCertificatecontains information regarding an X.509 certificate.Extension of a certificate.Distinguished Name (DN) of an entity.This exception is thrown when an error relating to SSL/TLS certificates occurs.Manages a collection ofSSLFTPCertificates.This class servers two purposes: It provides an interface to obtaining information about particular cipher-suites and it provides a set of available cipher-suites.SSLFTPClientsupports standard FTP and the two types of FTPS, explicit and implicit.ConfigFlagscontains various static integers which are used to configure clients.SSLFTPControlSocketencapsulates the SSL/TLS control channel.This exception is usually thrown when an error relating to the FTPS protocol occurs.Manages application properties.Possible authentication mechanisms for SSL.Standard server certificate validator (SSLFTPValidator).SSLFTPValidators are used for validating server certificates and may also be used to provide user-feedback when making secure connections to servers.Supports no proxy or SOCKS proxies.