| 程序包 | 说明 |
|---|---|
| org.tio.core | |
| org.tio.core.ssl |
| 限定符和类型 | 字段和说明 |
|---|---|
SslConfig |
TioConfig.sslConfig |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TioConfig.setSslConfig(SslConfig sslConfig) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SslConfig |
SslConfig.forClient()
给客户端用的
|
static SslConfig |
SslConfig.forClient(InputStream trustStoreInputStream,
String trustPassword)
给客户端用的
|
static SslConfig |
SslConfig.forClient(InputStream keyStoreInputStream,
String keyPasswd,
InputStream trustStoreInputStream,
String trustPassword)
给客户端用的
|
static SslConfig |
SslConfig.forClient(String trustStoreFile,
String trustPassword)
给客户端用的
|
static SslConfig |
SslConfig.forClient(String keyStoreFile,
String keyPasswd,
String trustStoreFile,
String trustPassword)
给客户端用的
|
static SslConfig |
SslConfig.forServer(InputStream keyStoreInputStream,
String keyPasswd)
给服务器用的
|
static SslConfig |
SslConfig.forServer(InputStream keyStoreInputStream,
String keyPasswd,
ClientAuth clientAuth)
给服务器用的
|
static SslConfig |
SslConfig.forServer(InputStream keyStoreInputStream,
String keyPasswd,
InputStream trustStoreInputStream,
String trustPassword,
ClientAuth clientAuth)
给服务器用的
|
static SslConfig |
SslConfig.forServer(String keyStoreFile,
String keyPasswd) |
static SslConfig |
SslConfig.forServer(String keyStoreFile,
String keyPasswd,
ClientAuth clientAuth) |
static SslConfig |
SslConfig.forServer(String keyStoreFile,
String keyPasswd,
String trustStoreFile,
String trustPassword,
ClientAuth clientAuth) |
| 构造器和说明 |
|---|
SslFacadeContext(ChannelContext channelContext,
SslConfig sslConfig) |
Copyright © 2023. All rights reserved.