Method | Description | |
---|---|---|
Clear ( ) : void | ||
RijndaelTransform ( Rijndael algo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices |
Method | Description | |
---|---|---|
ECB ( byte input, byte output ) : void |
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 |
protected ECB ( byte input, byte output ) : void | ||
input | byte | |
output | byte | |
return | void |
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 |