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

cn.luues.tool.http.ssl.DefaultSSLFactory Maven / Gradle / Ivy

package cn.luues.tool.http.ssl;

import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;

/**
 * 默认的SSLSocketFactory
 *
 * @author Looly
 * @since 5.1.2
 */
public class DefaultSSLFactory extends CustomProtocolsSSLFactory {

	public DefaultSSLFactory() throws KeyManagementException, NoSuchAlgorithmException {
		super();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy