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

com.jianggujin.http.ssl.JDefaultSSLContextFactory Maven / Gradle / Ivy

package com.jianggujin.http.ssl;

/**
 * 默认SSL实现
 * 
 * @author jianggujin
 *
 */
public class JDefaultSSLContextFactory extends JAbstractSSLContextFactory {
   private JProtocolAlgorithm algorithm;

   public JDefaultSSLContextFactory(JProtocolAlgorithm algorithm) {
      this.algorithm = algorithm;
   }

   protected String getProtocol() {
      return algorithm.getValue();
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy