Interface INetFilterEncryption
-
- All Known Implementing Classes:
NetFilterEncryption,NetFilterEncryptionWithHMAC
public interface INetFilterEncryption- Since:
- 2018-02-24
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]processIncoming(byte[] data)byte[]processOutgoing(byte[] data)
-