Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 811af4c

Browse files
author
Checkium
authored
Fixed imports.
1 parent b224322 commit 811af4c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/me/checkium/vhackapi/Utils.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@
55
import java.io.InputStream;
66
import java.io.InputStreamReader;
77
import java.io.Reader;
8-
import java.net.MalformedURLException;
98
import java.net.URL;
109
import java.nio.charset.Charset;
1110
import java.security.GeneralSecurityException;
1211
import java.security.MessageDigest;
1312
import java.security.NoSuchAlgorithmException;
14-
15-
import org.json.JSONException;
16-
import org.json.JSONObject;
13+
import java.security.cert.X509Certificate;
1714

1815
import javax.net.ssl.HttpsURLConnection;
1916
import 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

2123
public class Utils {
2224
public static String url;

0 commit comments

Comments
 (0)