public class SSL extends Object
| 构造器和说明 |
|---|
SSL() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
encrypt_conn(ConnectionIO io,
String conStr,
int len) |
static byte[] |
encrypt_decrypt_buff(TurningComputer read,
byte[] buff,
int n) |
static byte[] |
getKey(String pw) |
static void |
init_key(TurningComputer read,
TurningComputer send,
byte[] key) |
static void |
main(String[] args) |
public static byte[] getKey(String pw)
public static byte[] encrypt_conn(ConnectionIO io, String conStr, int len)
public static void init_key(TurningComputer read, TurningComputer send, byte[] key)
public static byte[] encrypt_decrypt_buff(TurningComputer read, byte[] buff, int n)
public static void main(String[] args)
Copyright © 2025. All rights reserved.