模块 org.redkale
程序包 org.redkale.net

类 SSLBuilder


  • public class SSLBuilder
    extends Object
    根据配置生成SSLContext

    详情见: https://redkale.org

    作者:
    zhangjx
    • 字段详细资料

      • logger

        protected final Logger logger
      • ciphers

        protected String[] ciphers
      • protocols

        protected String[] protocols
      • wantClientAuth

        protected boolean wantClientAuth
      • needClientAuth

        protected boolean needClientAuth
    • 构造器详细资料

      • SSLBuilder

        public SSLBuilder()