Documentation of 'org.ujmp.core.util.DummyTrustManager' Java class
DummyTrustManager
org.ujmp.core.util

Class DummyTrustManager

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


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void checkClientTrusted(java.security.cert.X509Certificate[] arg0, java.lang.String arg1) 
      void checkServerTrusted(java.security.cert.X509Certificate[] arg0, java.lang.String arg1) 
      java.security.cert.X509Certificate[] getAcceptedIssuers() 
      boolean isClientTrusted(java.security.cert.X509Certificate[] cert) 
      boolean isServerTrusted(java.security.cert.X509Certificate[] cert) 
      • Methods inherited from class java.lang.Object

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

      • DummyTrustManager

        public DummyTrustManager()
    • Method Detail

      • isClientTrusted

        public boolean isClientTrusted(java.security.cert.X509Certificate[] cert)
      • isServerTrusted

        public boolean isServerTrusted(java.security.cert.X509Certificate[] cert)
      • getAcceptedIssuers

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

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

        public void checkServerTrusted(java.security.cert.X509Certificate[] arg0,
                                       java.lang.String arg1)
                                throws java.security.cert.CertificateException
        Specified by:
        checkServerTrusted in interface javax.net.ssl.X509TrustManager
        Throws:
        java.security.cert.CertificateException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.