- java.lang.Object
-
- org.redkale.net.SSLBuilder
-
public class SSLBuilder extends Object
根据配置生成SSLContext详情见: https://redkale.org
- 作者:
- zhangjx
-
-
字段概要
字段 修饰符和类型 字段 说明 protected String[]
ciphers
protected Logger
logger
protected boolean
needClientAuth
protected String[]
protocols
protected boolean
wantClientAuth
-
构造器概要
构造器 构造器 说明 SSLBuilder()
-
-
-
方法详细资料
-
createSSLContext
public SSLContext createSSLContext(Server server, AnyValue sslConf) throws Exception
- 抛出:
Exception
-
createSSLEngine
public SSLEngine createSSLEngine(SSLContext sslContext, boolean clientMode)
-
-