|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||