Uses of Class gnu.crypto.mac.BaseMac

Uses in package gnu.crypto.mac

Classes derived from gnu.crypto.mac.BaseMac

class
The implementation of the HMAC (Keyed-Hash Message Authentication Code).

HMAC can be used in combination with any iterated cryptographic hash function.

class
TMMH is a universal hash function suitable for message authentication in the Wegman-Carter paradigm, as in the Stream Cipher Security Transform.
class
UHASH is a keyed hash function, which takes as input a string of arbitrary length, and produces as output a string of fixed length (such as 8 bytes).
class
The implementation of the UMAC (Universal Message Authentication Code).

The UMAC algorithms described are parameterized.


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.