C# Class Longkong.Encryption.Decryptor

Summary description for Decryptor.
Afficher le fichier Open project: Longkong/Pojjaman

Méthodes publiques

Méthode Description
Decrypt ( byte bytesData, byte bytesKey ) : byte[]
Decryptor ( EncryptionAlgorithm algId ) : System

Method Details

Decrypt() public méthode

public Decrypt ( byte bytesData, byte bytesKey ) : byte[]
bytesData byte
bytesKey byte
Résultat byte[]

Decryptor() public méthode

public Decryptor ( EncryptionAlgorithm algId ) : System
algId EncryptionAlgorithm
Résultat System