List of all members.
Public Member Functions |
static bool | GenerateRSAKey () |
static bool | ImportRSAKey (Byte[] externalKey, UInt32 keyLen) |
static UInt32 | ExportRSAKey (Byte[] key, UInt32 maxKeySize, bool withPrivateKey) |
static UInt32 | EncodeMythicRSAPacket (Byte[] inMessage, UInt32 inMessageLen, Byte[] outMessage, UInt32 outMessageLen) |
static UInt32 | DecodeMythicRSAPacket (Byte[] inMessage, UInt32 inMessageLen, Byte[] outMessage, UInt32 outMessageLen) |
static void | EncodeMythicRC4Packet (Byte[] packet, Byte[] sbox, bool udpPacket) |
static void | DecodeMythicRC4Packet (Byte[] packet, Byte[] sbox) |
The documentation for this class was generated from the following file:
- C:/Users/Graveen/Documents/Dawn of Light/Svn DoL/GameServer/packets/Server/CryptLib168.cs