Class SSL.Cipher.MAChmac_sha

Inheritance graph
Description

HMAC using SHA.

This is the MAC algorithm used by TLS 1.0 and later.


Inherit MACAlgorithm

inherit MACAlgorithm : MACAlgorithm


Constant hash_header_size

constant int SSL.Cipher.MAChmac_sha.hash_header_size

Description

The length of the header prefixed by hash().


Method create

SSL.Cipher.MAChmac_sha SSL.Cipher.MAChmac_sha(string|void s)