Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

Class __builtin.Nettle.MAC

Inheritance graph
__builtin.Nettle.__Hash __builtin.Nettle.MAC Nettle.MAC __builtin.Nettle.Hash.HMAC
Description

Base class for Message Authentication Codes (MAC)s.

These are hashes that have been extended with a secret key.


Inherit __Hash

inherit .__Hash : __Hash


Constant mac_jwa_id

protected constant string __builtin.Nettle.MAC.mac_jwa_id

Description

JWS algorithm id (if any). Overloaded by the actual implementations.

Note

Never access this value directly. Use jwa().

See also

jwa()