Class WebIgnoreCertificate


  • public class WebIgnoreCertificate
    extends java.lang.Object
    Web Ignore Certificate
    Since:
    0.1
    Author:
    PARK Yong Seo
    • Method Summary

      Modifier and Type Method Description
      static void ignoreCertificate​(java.net.HttpURLConnection connection)
      casing ignore certificate to HttpURLConnection
      • Methods inherited from class java.lang.Object

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

      • ignoreCertificate

        public static void ignoreCertificate​(java.net.HttpURLConnection connection)
                                      throws java.security.KeyManagementException,
                                             java.security.NoSuchAlgorithmException
        casing ignore certificate to HttpURLConnection
        Parameters:
        connection -
        Throws:
        java.security.KeyManagementException
        java.security.NoSuchAlgorithmException