Class NetFilterEncryptionWithHMAC
- java.lang.Object
-
- in.dragonbra.javasteam.networking.steam3.NetFilterEncryptionWithHMAC
-
- All Implemented Interfaces:
INetFilterEncryption
public class NetFilterEncryptionWithHMAC extends java.lang.Object implements INetFilterEncryption
- Since:
- 2018-02-24
-
-
Constructor Summary
Constructors Constructor Description NetFilterEncryptionWithHMAC(byte[] sessionKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]processIncoming(byte[] data)byte[]processOutgoing(byte[] data)
-
-
-
Method Detail
-
processIncoming
public byte[] processIncoming(byte[] data)
- Specified by:
processIncomingin interfaceINetFilterEncryption
-
processOutgoing
public byte[] processOutgoing(byte[] data)
- Specified by:
processOutgoingin interfaceINetFilterEncryption
-
-