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

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

공개 메소드들

메소드 설명
BlockUpdate ( byte inBytes, int inOff, int len ) : void
CMac ( IBlockCipher cipher ) : System
CMac ( IBlockCipher cipher, int macSizeInBits ) : System
DoFinal ( byte outBytes, int outOff ) : int
GetMacSize ( ) : int
Init ( ICipherParameters parameters ) : void
Reset ( ) : void
Update ( byte input ) : void

비공개 메소드들

메소드 설명
doubleLu ( byte inBytes ) : byte[]

메소드 상세

BlockUpdate() 공개 메소드

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

CMac() 공개 메소드

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

CMac() 공개 메소드

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

DoFinal() 공개 메소드

public DoFinal ( byte outBytes, int outOff ) : int
outBytes 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