Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
GameRevision
GW2Emu
Common
Cryptography
RC4Encryptor
C# Class GameRevision.GW2Emu.Common.Cryptography.RC4Encryptor
ファイルを表示
Open project: puppt/GW2Emu
Class Usage Examples
Public Methods
Method
Description
Decrypt
(
byte
buffer
) :
byte[]
Encrypt
(
byte
buffer
) :
byte[]
RC4Encryptor
(
byte
key
) :
System
Method Details
Decrypt()
public
method
public
Decrypt
(
byte
buffer
) :
byte[]
buffer
byte
return
byte[]
Encrypt()
public
method
public
Encrypt
(
byte
buffer
) :
byte[]
buffer
byte
return
byte[]
RC4Encryptor()
public
method
public
RC4Encryptor
(
byte
key
) :
System
key
byte
return
System