Class FTPSTrustManager

  • All Implemented Interfaces:
    javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager

    @Deprecated
    public class FTPSTrustManager
    extends java.lang.Object
    implements javax.net.ssl.X509TrustManager
    Do not use.
    Since:
    2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      FTPSTrustManager()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void checkClientTrusted​(java.security.cert.X509Certificate[] certificates, java.lang.String authType)
      Deprecated.
      No-op
      void checkServerTrusted​(java.security.cert.X509Certificate[] certificates, java.lang.String authType)
      Deprecated.
       
      java.security.cert.X509Certificate[] getAcceptedIssuers()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FTPSTrustManager

        public FTPSTrustManager()
        Deprecated.
    • Method Detail

      • checkClientTrusted

        public void checkClientTrusted​(java.security.cert.X509Certificate[] certificates,
                                       java.lang.String authType)
        Deprecated.
        No-op
        Specified by:
        checkClientTrusted in interface javax.net.ssl.X509TrustManager
      • checkServerTrusted

        public void checkServerTrusted​(java.security.cert.X509Certificate[] certificates,
                                       java.lang.String authType)
                                throws java.security.cert.CertificateException
        Deprecated.
        Specified by:
        checkServerTrusted in interface javax.net.ssl.X509TrustManager
        Throws:
        java.security.cert.CertificateException
      • getAcceptedIssuers

        public java.security.cert.X509Certificate[] getAcceptedIssuers()
        Deprecated.
        Specified by:
        getAcceptedIssuers in interface javax.net.ssl.X509TrustManager