Class SSL.Cipher.MAChmac_sha
- Description
HMAC using SHA.
This is the MAC algorithm used by TLS 1.0 and later.
- Constant hash_header_size
constant
int
SSL.Cipher.MAChmac_sha.hash_header_size
- Description
The length of the header prefixed by hash().
- Inherit MACAlgorithm
inherit MACAlgorithm : MACAlgorithm
- Method create
SSL.Cipher.MAChmac_sha SSL.Cipher.MAChmac_sha(
string
|void
s
)