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 |
Method | Description | |
---|---|---|
GenPad ( byte b, int count ) : byte[] |
public BlockUpdate ( byte input, int inOff, int len ) : void | ||
input | byte | |
inOff | int | |
len | int | |
return | void |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
return | int |
public Init ( ICipherParameters parameters ) : void | ||
parameters | ICipherParameters | |
return | void |