Skip to content

Instantly share code, notes, and snippets.

View malinkang's full-sized avatar
👋
Hi~

malinkang malinkang

👋
Hi~
View GitHub Profile
public class SSLSocketFactoryEx extends SSLSocketFactory {
SSLContext sslContext = SSLContext.getInstance("TLS");
public SSLSocketFactoryEx(KeyStore truststore)
throws NoSuchAlgorithmException, KeyManagementException,
KeyStoreException, UnrecoverableKeyException {