C# Class Granados.Crypto.SSH2.RijindaelCipher2

Rijindael (SSH2 only)
Inheritance: Cipher
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
Encrypt ( byte data, int offset, int len, byte result, int ro ) : void
RijindaelCipher2 ( byte key, byte iv, CipherAlgorithm algorithm ) : Granados.Algorithms

Method Details

Decrypt() public méthode

public Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
Résultat void

Encrypt() public méthode

public Encrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
Résultat void

RijindaelCipher2() public méthode

public RijindaelCipher2 ( byte key, byte iv, CipherAlgorithm algorithm ) : Granados.Algorithms
key byte
iv byte
algorithm CipherAlgorithm
Résultat Granados.Algorithms