Class IBMFakeTrustSocketFactory.FakeX509TrustManager

  • Enclosing class:
    IBMFakeTrustSocketFactory

    public static class IBMFakeTrustSocketFactory.FakeX509TrustManager
    extends java.lang.Object
    Class FakeX509TrustManager
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.commons.logging.Log log
      Field log
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.cert.X509Certificate[] getAcceptedIssuers()
      Method getAcceptedIssuers
      boolean isClientTrusted​(java.security.cert.X509Certificate[] chain)
      Method isClientTrusted
      boolean isServerTrusted​(java.security.cert.X509Certificate[] chain)
      Method isServerTrusted
      • Methods inherited from class java.lang.Object

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

      • log

        protected static org.apache.commons.logging.Log log
        Field log
    • Constructor Detail

      • FakeX509TrustManager

        public FakeX509TrustManager()
    • Method Detail

      • isClientTrusted

        public boolean isClientTrusted​(java.security.cert.X509Certificate[] chain)
        Method isClientTrusted
        Parameters:
        chain -
        Returns:
      • isServerTrusted

        public boolean isServerTrusted​(java.security.cert.X509Certificate[] chain)
        Method isServerTrusted
        Parameters:
        chain -
        Returns:
      • getAcceptedIssuers

        public java.security.cert.X509Certificate[] getAcceptedIssuers()
        Method getAcceptedIssuers
        Returns: