Interface IMac
- Namespace
- Enterprises.Org.BouncyCastle.Crypto
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
Properties
AlgorithmName
string AlgorithmName { get; }
Property Value
- string
Methods
BlockUpdate(byte[], int, int)
void BlockUpdate(byte[] input, int inOff, int len)
Parameters
input
byte[]
inOff
int
len
int
DoFinal(byte[], int)
int DoFinal(byte[] output, int outOff)
Parameters
output
byte[]
outOff
int
Returns
- int
GetMacSize()
Returns
- int
Init(ICipherParameters)
void Init(ICipherParameters parameters)
Parameters
parameters
ICipherParameters
Reset()
Update(byte)
Parameters
input
byte