C# Class hds.WorldEncryption

ファイルを表示 Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

Method Description
WorldEncryption ( ) : System
decrypt ( byte encryptedData, int length ) : ArrayList
encrypt ( byte plainData, int length, UInt16 pss, UInt16 cseq, UInt16 sseq ) : byte[]

Method Details

WorldEncryption() public method

public WorldEncryption ( ) : System
return System

decrypt() public method

public decrypt ( byte encryptedData, int length ) : ArrayList
encryptedData byte
length int
return System.Collections.ArrayList

encrypt() public method

public encrypt ( byte plainData, int length, UInt16 pss, UInt16 cseq, UInt16 sseq ) : byte[]
plainData byte
length int
pss System.UInt16
cseq System.UInt16
sseq System.UInt16
return byte[]