C# Class System.Security.Cryptography.RijndaelTransform

Inheritance: Mono.Security.Cryptography.SymmetricTransform
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
RijndaelTransform ( Rijndael algo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices

Protected Methods

Method Description
ECB ( byte input, byte output ) : void

Private Methods

Method Description
Decrypt128 ( byte indata, byte outdata, uint ekey ) : void
Decrypt192 ( byte indata, byte outdata, uint ekey ) : void
Decrypt256 ( byte indata, byte outdata, uint ekey ) : void
Encrypt128 ( byte indata, byte outdata, uint ekey ) : void
Encrypt192 ( byte indata, byte outdata, uint ekey ) : void
Encrypt256 ( byte indata, byte outdata, uint ekey ) : void
SubByte ( UInt32 a ) : UInt32

Method Details

Clear() public method

public Clear ( ) : void
return void

ECB() protected method

protected ECB ( byte input, byte output ) : void
input byte
output byte
return void

RijndaelTransform() public method

public RijndaelTransform ( Rijndael algo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices
algo Rijndael
encryption bool
key byte
iv byte
return System.Runtime.InteropServices