C# 클래스 System.Security.Cryptography.RijndaelTransform

상속: Mono.Security.Cryptography.SymmetricTransform
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ECB() 보호된 메소드

protected ECB ( byte input, byte output ) : void
input byte
output byte
리턴 void

RijndaelTransform() 공개 메소드

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