C# Class WoWClassic.Common.Crypto.AuthCrypt

Mostra file Open project: miceiken/WoWClassicAuthServer Class Usage Examples

Public Methods

Method Description
AuthCrypt ( byte sessionKey ) : System
Decrypt ( byte data, int offset ) : void
Encrypt ( byte data, int offset ) : void
GetDecrypted ( byte data, int offset ) : byte[]

Method Details

AuthCrypt() public method

public AuthCrypt ( byte sessionKey ) : System
sessionKey byte
return System

Decrypt() public method

public Decrypt ( byte data, int offset ) : void
data byte
offset int
return void

Encrypt() public method

public Encrypt ( byte data, int offset ) : void
data byte
offset int
return void

GetDecrypted() public method

public GetDecrypted ( byte data, int offset ) : byte[]
data byte
offset int
return byte[]