C# Class Org.BouncyCastle.Crypto.Tls.Ssl3Mac

Inheritance: IMac
Mostrar archivo Open project: nonorganic/dssnet

Public Methods

Method Description
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

Private Methods

Method Description
GenPad ( byte b, int count ) : byte[]

Method Details

BlockUpdate() public method

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

DoFinal() public method

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
return int

GetMacSize() public method

public GetMacSize ( ) : int
return int

Init() public method

public Init ( ICipherParameters parameters ) : void
parameters ICipherParameters
return void

Reset() public method

public Reset ( ) : void
return void

Ssl3Mac() public method

public Ssl3Mac ( IDigest digest ) : System
digest IDigest
return System

Update() public method

public Update ( byte input ) : void
input byte
return void