Method SSL.Cipher.MACAlgorithm()->hash()
- Method hash
stringhash(stringdata)- Description
Creates a HMAC hash of the
datawith the underlying hash algorithm.
string hash(string data)
Creates a HMAC hash of the data with the underlying hash
algorithm.