org.apache.commons.net.ftp

Class FTPSTrustManager

public class FTPSTrustManager extends Object implements X509TrustManager

Custom TrustManager implementation.

Since: 2.0

Version: $Id: FTPSTrustManager.java 658520 2008-05-21 01:14:11Z sebb $

Method Summary
voidcheckClientTrusted(X509Certificate[] certificates, String authType)
No-op
voidcheckServerTrusted(X509Certificate[] certificates, String authType)
X509Certificate[]getAcceptedIssuers()

Method Detail

checkClientTrusted

public void checkClientTrusted(X509Certificate[] certificates, String authType)
No-op

checkServerTrusted

public void checkServerTrusted(X509Certificate[] certificates, String authType)

getAcceptedIssuers

public X509Certificate[] getAcceptedIssuers()