메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
RijndaelTransform ( Rijndael algo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices |
메소드 | 설명 | |
---|---|---|
ECB ( byte input, byte output ) : void |
메소드 | 설명 | |
---|---|---|
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 |
public RijndaelTransform ( Rijndael algo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices | ||
algo | Rijndael | |
encryption | bool | |
key | byte | |
iv | byte | |
리턴 | System.Runtime.InteropServices |