public class NetFilterEncryptionWithHMAC extends java.lang.Object implements INetFilterEncryption
| Constructor and Description |
|---|
NetFilterEncryptionWithHMAC(byte[] sessionKey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
processIncoming(byte[] data) |
byte[] |
processOutgoing(byte[] data) |
public NetFilterEncryptionWithHMAC(byte[] sessionKey)
public byte[] processIncoming(byte[] data)
processIncoming in interface INetFilterEncryptionpublic byte[] processOutgoing(byte[] data)
processOutgoing in interface INetFilterEncryption