C# 클래스 Org.BouncyCastle.Crypto.Engines.RijndaelEngine

상속: IBlockCipher
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
Reset ( ) : void
RijndaelEngine ( ) : System
RijndaelEngine ( int blockBits ) : System

비공개 메소드들

메소드 설명
ApplyS ( long r, byte box ) : long
DecryptBlock ( long rk ) : void
EncryptBlock ( long rk ) : void
GenerateWorkingKey ( byte key ) : long[][]
InvMixColumn ( ) : void
KeyAddition ( long rk ) : void
MixColumn ( ) : void
Mul0x2 ( int b ) : byte
Mul0x3 ( int b ) : byte
Mul0x9 ( int b ) : byte
Mul0xb ( int b ) : byte
Mul0xd ( int b ) : byte
Mul0xe ( int b ) : byte
PackBlock ( byte bytes, int off ) : void
Shift ( long r, int shift ) : long
ShiftRow ( byte shiftsSC ) : void
Substitution ( byte box ) : void
UnPackBlock ( byte bytes, int off ) : void

메소드 상세

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

Init() 공개 메소드

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
리턴 void

ProcessBlock() 공개 메소드

public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
input byte
inOff int
output byte
outOff int
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

RijndaelEngine() 공개 메소드

public RijndaelEngine ( ) : System
리턴 System

RijndaelEngine() 공개 메소드

public RijndaelEngine ( int blockBits ) : System
blockBits int
리턴 System