| Package | Description |
|---|---|
| org.aoju.bus.socket.plugins |
提供插件等实现
|
| org.aoju.bus.socket.security |
提供通信服务安全实现
|
| Modifier and Type | Method and Description |
|---|---|
void |
SslPlugin.initForServer(InputStream keyStoreInputStream,
String keyStorePassword,
String keyPassword,
ClientAuth clientAuth) |
| Modifier and Type | Method and Description |
|---|---|
static ClientAuth |
ClientAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAuth[] |
ClientAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SslService(boolean isClient,
ClientAuth clientAuth) |
Copyright © 2021. All rights reserved.