![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The class responsible for encryption/decryption. More...
Static Public Member Functions | |
static void | Encrypt (ByteBuffer inputBuffer, ByteBuffer outputBuffer) |
Encrypt a byte buffer. More... | |
static Byte[] | Encrypt (Byte[] data) |
Encrypt bytes. More... | |
static void | Decrypt (ByteBuffer inputBuffer, ByteBuffer outputBuffer) |
Decrypt a byte buffer. More... | |
static Byte[] | Decrypt (Byte[] data) |
Decrypt bytes. More... | |
The class responsible for encryption/decryption.
|
static |
Decrypt a byte buffer.
inputBuffer | |
outputBuffer |
|
static |
Decrypt bytes.
data |
|
static |
Encrypt a byte buffer.
inputBuffer | |
outputBuffer |
|
static |
Encrypt bytes.
data |