For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.mac.BaseMac

Packages that use BaseMac
gnu.crypto.mac Provides a basic API for using Message Authentication Code (MAC) algorithms.  
 

Uses of BaseMac in gnu.crypto.mac
 

Subclasses of BaseMac in gnu.crypto.mac
 class HMac
          The implementation of the HMAC (Keyed-Hash Message Authentication Code).
 class TMMH16
          TMMH is a universal hash function suitable for message authentication in the Wegman-Carter paradigm, as in the Stream Cipher Security Transform.
 class UHash32
          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 UMac32
          The implementation of the UMAC (Universal Message Authentication Code).
 


For the latest news and information visit
The GNU Crypto project

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