| Package | Description |
|---|---|
| org.tio.core | |
| org.tio.core.ssl | |
| org.tio.core.ssl.facade |
| Modifier and Type | Field and Description |
|---|---|
SslConfig |
TioConfig.sslConfig |
| Modifier and Type | Method and Description |
|---|---|
void |
TioConfig.setSslConfig(SslConfig sslConfig) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
SslFacadeContext(ChannelContext channelContext,
SslConfig sslConfig) |
| Constructor and Description |
|---|
SSLFacade(ChannelContext channelContext,
SSLContext context,
boolean client,
SslConfig sslConfig,
ITaskHandler taskHandler) |
Copyright © 2024. All rights reserved.