|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLFTPCertificateException | |
|---|---|
| com.enterprisedt.net.ftp.ssl | Contains classes for FTPS (FTP over SSL) client functionality. |
| Uses of SSLFTPCertificateException in com.enterprisedt.net.ftp.ssl |
|---|
| Methods in com.enterprisedt.net.ftp.ssl that throw SSLFTPCertificateException | |
|---|---|
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.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 certificate,
java.security.PrivateKey privateKey)
Sets the client's certificate and private key given standard Java Certificate and PrivateKey
objects. |
| Constructors in com.enterprisedt.net.ftp.ssl that throw SSLFTPCertificateException | |
|---|---|
SSLFTPCertificate(java.security.cert.Certificate certificate)
Constructs an SSLFTPCertificate instance from the given
Certificate. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||