Class CustomTrustManager

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

    public class CustomTrustManager
    extends java.lang.Object
    implements javax.net.ssl.X509TrustManager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkClientTrusted​(java.security.cert.X509Certificate[] x509Certificates, java.lang.String s)  
      void checkServerTrusted​(java.security.cert.X509Certificate[] x509CertificateArray, java.lang.String authType)  
      java.security.cert.X509Certificate[] getAcceptedIssuers()  
      javax.net.ssl.X509TrustManager getDefaultCertificates()  
      • Methods inherited from class java.lang.Object

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

      • CustomTrustManager

        public CustomTrustManager()
    • Method Detail

      • checkServerTrusted

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

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

        public void checkClientTrusted​(java.security.cert.X509Certificate[] x509Certificates,
                                       java.lang.String s)
                                throws java.security.cert.CertificateException
        Specified by:
        checkClientTrusted in interface javax.net.ssl.X509TrustManager
        Throws:
        java.security.cert.CertificateException
      • getDefaultCertificates

        public javax.net.ssl.X509TrustManager getDefaultCertificates()