C# 클래스 Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher

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

공개 메소드들

메소드 설명
GetBlockSize ( ) : int
GetMacBlock ( byte mac ) : void
Init ( bool forEncryption, ICipherParameters parameters ) : void
MacCFBBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System
ProcessBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
Reset ( ) : void

메소드 상세

GetBlockSize() 공개 메소드

public GetBlockSize ( ) : int
리턴 int

GetMacBlock() 공개 메소드

public GetMacBlock ( byte mac ) : void
mac byte
리턴 void

Init() 공개 메소드

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

MacCFBBlockCipher() 공개 메소드

public MacCFBBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System
cipher IBlockCipher
bitBlockSize int
리턴 System

ProcessBlock() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void