e-CryptIt Engine Xojo Plugin

HMAC_SHA1.Final Method

Use this function when you are done adding bytes to the HMAC_SHA1 class.

Final() as String

Parameters

Returns

String
The Hash key (20 bytes for HMAC_SHA1)

Remarks

Returns the Hash key (20 bytes for HMAC_SHA1)

See Also

HMAC_SHA1 Class