All Downloads are FREE. Search and download functionalities are using the official Maven repository.

panda.net.ssl.TrustedSSLSocketFactory Maven / Gradle / Ivy

package panda.net.ssl;

public class TrustedSSLSocketFactory extends ExtendSSLSocketFactory {
	public TrustedSSLSocketFactory() {
		initSSLSocketFactory(TrustManagers.acceptAllTrustManager());
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy