Package | Description |
---|---|
com.enterprisedt.net.ftp.ssl |
Contains classes for FTPS (FTP over SSL) client functionality.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLFTPClient.connect()
Connects to the server at the address and port number defined
in the constructor.
|
void |
SSLFTPCertificateStore.importKeyStore(java.security.KeyStore keyStore)
Imports all the certificates from the given Java KeyStore into this certificate store.
|
void |
SSLFTPCertificateStore.importKeyStore(java.lang.String keystoreFile)
Imports all the certificates from the given Java KeyStore file into this certificate store.
|
void |
SSLFTPCertificateStore.importKeyStore(java.lang.String keystoreFile,
java.lang.String password)
Imports all the certificates from the given Java KeyStore file into this certificate store.
|
void |
SSLFTPCertificateStore.importPEMFile(java.io.InputStream inputStream)
Imports all the certificates in the given input-stream, into the store.
|
void |
SSLFTPCertificateStore.importPEMFile(java.lang.String fileName)
Imports all the certificates in the given file into the store.
|
void |
SSLFTPClient.setClientCertificate(java.security.cert.Certificate[] certificateChain,
java.security.PrivateKey privateKey)
Sets the client's certificate chain and private key given standard Java
Certificate and PrivateKey
objects. |
void |
SSLFTPClient.setClientCertificate(java.security.cert.Certificate certificate,
java.security.PrivateKey privateKey)
Sets the client's certificate and private key given standard Java
Certificate and PrivateKey
objects. |
Constructor and Description |
---|
SSLFTPCertificate(java.security.cert.Certificate certificate)
Constructs an
SSLFTPCertificate instance from the given
Certificate . |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.