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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
BytesToWord ( byte src, int srcOff ) : int
DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
RotateLeft ( int x, int y ) : int
RotateRight ( int x, int y ) : int
SetKey ( byte key ) : void
WordToBytes ( int word, byte dst, int dstOff ) : 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

RC532Engine() 공개 메소드

public RC532Engine ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void