C# Class Universal.Torrent.Client.Encryption.IEncryption.RC4

RC4 encryption
Inheritance: IEncryption
Afficher le fichier Open project: haroldma/Universal.Torrent Class Usage Examples

Méthodes publiques

Méthode Description
Decrypt ( byte buffer ) : void
Decrypt ( byte src, int srcOffset, byte dest, int destOffset, int count ) : void
Decrypt ( byte buffer, int offset, int count ) : void
Encrypt ( byte buffer ) : void
Encrypt ( byte src, int srcOffset, byte dest, int destOffset, int count ) : void
Encrypt ( byte buffer, int offset, int count ) : void
RC4 ( IReadOnlyList key ) : System.Collections.Generic

Method Details

Decrypt() public méthode

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

Decrypt() public méthode

public Decrypt ( byte src, int srcOffset, byte dest, int destOffset, int count ) : void
src byte
srcOffset int
dest byte
destOffset int
count int
Résultat void

Decrypt() public méthode

public Decrypt ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

Encrypt() public méthode

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

Encrypt() public méthode

public Encrypt ( byte src, int srcOffset, byte dest, int destOffset, int count ) : void
src byte
srcOffset int
dest byte
destOffset int
count int
Résultat void

Encrypt() public méthode

public Encrypt ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

RC4() public méthode

public RC4 ( IReadOnlyList key ) : System.Collections.Generic
key IReadOnlyList
Résultat System.Collections.Generic