This repository was archived by the owner on Nov 24, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import java .io .InputStream ;
66import java .io .InputStreamReader ;
77import java .io .Reader ;
8- import java .net .MalformedURLException ;
98import java .net .URL ;
109import java .nio .charset .Charset ;
1110import java .security .GeneralSecurityException ;
1211import java .security .MessageDigest ;
1312import java .security .NoSuchAlgorithmException ;
14-
15- import org .json .JSONException ;
16- import org .json .JSONObject ;
13+ import java .security .cert .X509Certificate ;
1714
1815import javax .net .ssl .HttpsURLConnection ;
1916import javax .net .ssl .SSLContext ;
17+ import javax .net .ssl .TrustManager ;
18+ import javax .net .ssl .X509TrustManager ;
19+
20+ import org .json .JSONException ;
21+ import org .json .JSONObject ;
2022
2123public class Utils {
2224 public static String url ;
You can’t perform that action at this time.
0 commit comments