Работа над расшифровкой TLS

This commit is contained in:
serega6531
2020-04-25 03:14:59 +03:00
parent 441e210ea7
commit fd50fff1a2
12 changed files with 206 additions and 148 deletions

View File

@@ -55,6 +55,8 @@ public class Packet {
private boolean webSocketParsed;
private boolean tlsDecrypted;
private byte[] content;
@Transient