e-CryptIt Engine Xojo Plugin

HMAC_SHA3.FinalAsHex Method

Use this function when you are done adding bytes to the HMAC_SHA3 class. This variation returns the result as Hex data.

FinalAsHex() as String

Parameters

Returns

String

Remarks

Final or FinalAsHex can only be called once, once either of them has been called then the stream is no longer valid and will not give valid result again.

See Also

HMAC_SHA3 Class