Uses of Class
com.enterprisedt.net.ftp.ssl.SSLFTPCertificate

Packages that use SSLFTPCertificate
com.enterprisedt.net.ftp.ssl Contains classes for FTPS (FTP over SSL) client functionality. 
 

Uses of SSLFTPCertificate in com.enterprisedt.net.ftp.ssl
 

Methods in com.enterprisedt.net.ftp.ssl that return SSLFTPCertificate
 SSLFTPCertificate SSLFTPCertificateStore.getCertificate(int index)
          Returns the requested certificate in the store as an SSLFTPCertificate reference.
static SSLFTPCertificate SSLFTPClient.getServerCertificate(java.lang.String hostName)
          Connects to the given host and retrieves its certificate.
static SSLFTPCertificate SSLFTPClient.getServerCertificate(java.lang.String hostName, int remotePort)
          Connects to the given host and retrieves its certificate.
 SSLFTPCertificate SSLFTPCertificateStore.removeCertificate(int index)
          Removes the certificate at the given index.
 SSLFTPCertificate[] SSLFTPCertificateStore.toCertificateArray()
          Returns an SSLFTPCertificate array containing all of the elements in this Vector in the correct order.
 



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