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

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

공개 메소드들

메소드 설명
BlockUpdate ( byte input, int inOff, int len ) : void
CfbBlockCipherMac ( IBlockCipher cipher ) : System
CfbBlockCipherMac ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
CfbBlockCipherMac ( IBlockCipher cipher, int cfbBitSize, int macSizeInBits ) : System
CfbBlockCipherMac ( IBlockCipher cipher, int cfbBitSize, int macSizeInBits, IBlockCipherPadding padding ) : System
DoFinal ( byte output, int outOff ) : int
GetMacSize ( ) : int
Init ( ICipherParameters parameters ) : void
Reset ( ) : void
Update ( byte input ) : void

메소드 상세

BlockUpdate() 공개 메소드

public BlockUpdate ( byte input, int inOff, int len ) : void
input byte
inOff int
len int
리턴 void

CfbBlockCipherMac() 공개 메소드

public CfbBlockCipherMac ( IBlockCipher cipher ) : System
cipher IBlockCipher
리턴 System

CfbBlockCipherMac() 공개 메소드

public CfbBlockCipherMac ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
cipher IBlockCipher
padding IBlockCipherPadding
리턴 System

CfbBlockCipherMac() 공개 메소드

public CfbBlockCipherMac ( IBlockCipher cipher, int cfbBitSize, int macSizeInBits ) : System
cipher IBlockCipher
cfbBitSize int
macSizeInBits int
리턴 System

CfbBlockCipherMac() 공개 메소드

public CfbBlockCipherMac ( IBlockCipher cipher, int cfbBitSize, int macSizeInBits, IBlockCipherPadding padding ) : System
cipher IBlockCipher
cfbBitSize int
macSizeInBits int
padding IBlockCipherPadding
리턴 System

DoFinal() 공개 메소드

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
리턴 int

GetMacSize() 공개 메소드

public GetMacSize ( ) : int
리턴 int

Init() 공개 메소드

public Init ( ICipherParameters parameters ) : void
parameters ICipherParameters
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Update() 공개 메소드

public Update ( byte input ) : void
input byte
리턴 void