e-CryptIt Engine REALbasic Plugin

HMAC_SHA_384.Update Method

Use this method to add data to the HMAC_SHA_384 stream.

Update(
   data as String)

Parameters

data
String to add to the HMAC_SHA_384 stream.

Remarks

See Also

HMAC_SHA_384 Class