Unit
ScUtils
type
TScHMACAlgorithm = (hmacSHA1, hmacSHA2_256, hmacSHA2_512, hmacSHA2_224, hmacSHA2_384, hmacMD5);
TScHMACAlgorithms = set of TScHMACAlgorithm;
Description
The TScHMACAlgorithm enumeration represents the HMAC algorithms which are used during the SSH or TLS/SSL handshake.