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

com.jianggujin.http.core.JSSLContextFactory Maven / Gradle / Ivy

package com.jianggujin.http.core;

import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.SSLContext;

/**
 * SSL工厂
 * 
 * @author jianggujin
 *
 */
public interface JSSLContextFactory {
   /**
    * 获得SSL上下文
    * 
    * @return
    */
   public SSLContext getSSLContext();

   /**
    * 获得主机名验证器
    * 
    * @return
    */
   public HostnameVerifier getHostnameVerifier();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy