C# Class hds.WorldEncryption

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public WorldEncryption ( ) : System
Résultat System

decrypt() public méthode

public decrypt ( byte encryptedData, int length ) : ArrayList
encryptedData byte
length int
Résultat System.Collections.ArrayList

encrypt() public méthode

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
Résultat byte[]