cryptix.provider.mac

Class HMAC_HAVAL

Implemented Interfaces:
Cloneable, Parameterized

public class HMAC_HAVAL
extends HMAC

A class to implement the HMAC message authentication code, as described in RFC 2104, with the HAVAL digest algorithm.

Copyright © 1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1 $

Author:
David Hopwood

Since:
Cryptix 3.0.3

Constructor Summary

HMAC_HAVAL()

Method Summary

Methods inherited from class cryptix.provider.mac.HMAC

clone, engineDigest, engineGetDigestLength, engineGetParameter, engineReset, engineSetParameter, engineUpdate, engineUpdate, getParameter, setParameter

Constructor Details

HMAC_HAVAL

public HMAC_HAVAL()