Package org.apache.commons.net.ftp
Class FTPSTrustManager
java.lang.Object
org.apache.commons.net.ftp.FTPSTrustManager
- All Implemented Interfaces:
- TrustManager,- X509TrustManager
Deprecated.
Do not use.
- Since:
- 2.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] certificates, String authType) Deprecated.No-opvoidcheckServerTrusted(X509Certificate[] certificates, String authType) Deprecated.Deprecated.
- 
Constructor Details- 
FTPSTrustManagerpublic FTPSTrustManager()Deprecated.
 
- 
- 
Method Details- 
checkClientTrustedDeprecated.No-op- Specified by:
- checkClientTrustedin interface- X509TrustManager
 
- 
checkServerTrustedpublic void checkServerTrusted(X509Certificate[] certificates, String authType) throws CertificateException Deprecated.- Specified by:
- checkServerTrustedin interface- X509TrustManager
- Throws:
- CertificateException
 
- 
getAcceptedIssuersDeprecated.- Specified by:
- getAcceptedIssuersin interface- X509TrustManager
 
 
- 
TrustManagerUtils#getValidateServerCertificateTrustManager()instead