Class TrustManagerUtils.TrustManager

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

    private static class TrustManagerUtils.TrustManager
    extends java.lang.Object
    implements javax.net.ssl.X509TrustManager
    • Constructor Summary

      Constructors 
      Constructor Description
      TrustManager​(boolean checkServerValidity)  
    • Method Summary

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

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

      • checkServerValidity

        private final boolean checkServerValidity
    • Constructor Detail

      • TrustManager

        TrustManager​(boolean checkServerValidity)
    • Method Detail

      • checkClientTrusted

        public void checkClientTrusted​(java.security.cert.X509Certificate[] certificates,
                                       java.lang.String authType)
        Never generates a CertificateException.
        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
        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
        Returns:
        an empty array of certificates