C# Class Granados.Crypto.SSH2.RijindaelCipher2

Rijindael (SSH2 only)
Inheritance: Cipher
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method 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 method

public Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
return void

Encrypt() public method

public Encrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
return void

RijindaelCipher2() public method

public RijindaelCipher2 ( byte key, byte iv, CipherAlgorithm algorithm ) : Granados.Algorithms
key byte
iv byte
algorithm CipherAlgorithm
return Granados.Algorithms