Diarkis C# Client SDK
Static Public Member Functions | List of all members
Diarkis.Lib.Encryption Class Reference

Static Public Member Functions

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: