C# Class AcTools.AcdFile.AcdEncryption

Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Свойство Type Description
Id string
Key string

Méthodes publiques

Méthode Description
AcdEncryption ( string id ) : System
CreateKey ( string s ) : string
Decrypt ( int data, int position ) : byte
Decrypt ( byte data ) : void
Encrypt ( byte data, int position ) : int
Encrypt ( byte data ) : void
FromAcdFilename ( string acdFilename ) : AcdEncryption

Method Details

AcdEncryption() public méthode

public AcdEncryption ( string id ) : System
id string
Résultat System

CreateKey() public static méthode

public static CreateKey ( string s ) : string
s string
Résultat string

Decrypt() public méthode

public Decrypt ( int data, int position ) : byte
data int
position int
Résultat byte

Decrypt() public méthode

public Decrypt ( byte data ) : void
data byte
Résultat void

Encrypt() public méthode

public Encrypt ( byte data, int position ) : int
data byte
position int
Résultat int

Encrypt() public méthode

public Encrypt ( byte data ) : void
data byte
Résultat void

FromAcdFilename() public static méthode

public static FromAcdFilename ( string acdFilename ) : AcdEncryption
acdFilename string
Résultat AcdEncryption

Property Details

Id public_oe property

public string Id
Résultat string

Key public_oe property

public string Key
Résultat string