TlsMac
Interface for MAC services.
Return the length of the MAC generated by this service.
byte[] CalculateMac()
Return calculated MAC for any input passed in.
Write the calculated MAC to an output buffer.
void Reset()
Reset the MAC underlying this service.
Set the key to be used by the MAC implementation supporting this service.
Update the MAC with the passed in input.