Class SimpleWebIgnoreCertificate

java.lang.Object
me.saro.kit.webs.SimpleWebIgnoreCertificate

public class SimpleWebIgnoreCertificate
extends java.lang.Object
Web Ignore Certificate
Since:
1.0.0
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 Details

    • 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