C# 클래스 Org.BouncyCastle.Crypto.Tls.Ssl3Mac

상속: IMac
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
BlockUpdate ( byte input, int inOff, int len ) : void
DoFinal ( byte output, int outOff ) : int
GetMacSize ( ) : int
Init ( ICipherParameters parameters ) : void
Reset ( ) : void
Ssl3Mac ( IDigest digest ) : System
Update ( byte input ) : void

비공개 메소드들

메소드 설명
GenPad ( byte b, int count ) : byte[]

메소드 상세

BlockUpdate() 공개 메소드

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

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

Ssl3Mac() 공개 메소드

public Ssl3Mac ( IDigest digest ) : System
digest IDigest
리턴 System

Update() 공개 메소드

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