Uses of Class gnu.javax.crypto.mac.BaseMac

Uses in package gnu.javax.crypto.mac

Classes derived from gnu.javax.crypto.mac.BaseMac

class
The implementation of the HMAC (Keyed-Hash Message Authentication Code).
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).