| 限定符和类型 | 方法和说明 |
|---|---|
Key |
Cipher.generateKey()
Description: 非key store方式获取公私钥
|
Key |
Cipher.newKeyInstall() |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Key |
Connection.key |
| 构造器和说明 |
|---|
Connection(String[] ipTable,
int port,
Key key,
String token,
Cipher cipher) |
| 限定符和类型 | 方法和说明 |
|---|---|
Key |
AioResphone.getKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AioResphone.setKey(Key key) |
| 构造器和说明 |
|---|
AioNet(String[] iptables,
int serverPort,
Cipher cipher,
String token,
Key key,
String connectionId) |
AioRequest(AioNet.AioTask task,
String serverHost,
int serverPort,
Cipher cipher,
String token,
Key key,
String connectionId,
int workerNum,
String serverPublicKey) |
AioResphone(AioNet.AioTask task,
String serverIp,
String connectionId,
Key key,
Cipher cipher,
int workerNum,
String serverPublicKey) |
AioTask(String serverHost,
int serverPort,
Cipher cipher,
String token,
Key key,
String connectionId,
int workerNum) |
| 构造器和说明 |
|---|
IONet(String[] iptables,
int serverPort,
Cipher cipher,
String token,
Key key,
String connectionId) |
Request(IONet.Task task,
String serverHost,
int serverPort,
Cipher cipher,
String token,
Key key,
String connectionId,
int workerNum,
String serverPublicKey) |
Resphone(IONet.Task task,
String serverIp,
String connectionId,
Key key,
Cipher cipher,
int workerNum,
String serverPublicKey) |
Task(String serverHost,
int serverPort,
Cipher cipher,
String token,
Key key,
String connectionId,
int workerNum) |
| 限定符和类型 | 方法和说明 |
|---|---|
Key |
NioResphone.getKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NioResphone.setKey(Key key) |
| 构造器和说明 |
|---|
NioNet(String[] iptables,
int serverPort,
Cipher cipher,
String token,
Key key,
String connectionId) |
NioRequest(NioNet.NioTask task,
String serverHost,
int serverPort,
Cipher cipher,
String token,
Key key,
String connectionId,
int workerNum,
String serverPublicKey) |
NioResphone(NioNet.NioTask task,
String serverIp,
String connectionId,
Key key,
Cipher cipher,
int workerNum,
String serverPublicKey) |
NioTask(String serverHost,
int serverPort,
Cipher cipher,
String token,
Key key,
String connectionId,
int workerNum) |
| 限定符和类型 | 方法和说明 |
|---|---|
Key |
AioRpcServer.getKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AioRpcServer.setKey(Key key) |
| 构造器和说明 |
|---|
AioRpcServer(int port,
MessageHandler handler,
String token,
Key key)
Constructor.
|
| 构造器和说明 |
|---|
EclcServerSocket(int port,
int backlog,
InetAddress bindAddr,
String passwd,
Key key) |
EclcServerSocket(int port,
int backlog,
String passwd,
Key key) |
EclcServerSocket(int port,
String passwd,
Key key) |
| 构造器和说明 |
|---|
IORpcServer(int port,
MessageHandler handler,
String token,
Key key)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Key |
NioRpcServer.getKey() |
| 构造器和说明 |
|---|
NioRpcServer(int port,
MessageHandler handler,
String token,
Key key)
Constructor.
|
Copyright © 2019. All Rights Reserved.