|
static byte[] | EncryptAndSign (byte[] key, byte[] iv, byte[] macKey, byte[] payload) |
|
static byte[] | EncryptAndSign (byte[] key, byte[] iv, byte[] macKey, byte[] payload, int payloadLength) |
|
static byte[] | AuthAndDecrypt (byte[] key, byte[] iv, byte[] macKey, byte[] payload) |
|
static byte[] | Encrypt (byte[] key, byte[] iv, byte[] payload, int payloadLength) |
|
static byte[] | Decrypt (byte[] key, byte[] iv, int size, byte[] payload) |
|
static byte[] | _Combine (byte[] buf, byte[] packet) |
|
The documentation for this class was generated from the following file:
- client/cs/lib/Encryption.cs