Cryptix V3.2

cryptix.provider.mac
Class HMAC_HAVAL

java.lang.Object
  |
  +--java.security.MessageDigestSpi
        |
        +--java.security.MessageDigest
              |
              +--cryptix.provider.mac.HMAC
                    |
                    +--cryptix.provider.mac.HMAC_HAVAL

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 $

Since:
Cryptix 3.0.3
Author:
David Hopwood

Constructor Summary
HMAC_HAVAL()
           
 
Methods inherited from class cryptix.provider.mac.HMAC
clone, engineDigest, engineGetDigestLength, engineGetParameter, engineReset, engineSetParameter, engineUpdate, engineUpdate, getParameter, setParameter
 
Methods inherited from class java.security.MessageDigest
digest, digest, digest, getAlgorithm, getDigestLength, getInstance, getInstance, getProvider, isEqual, reset, toString, update, update, update
 
Methods inherited from class java.security.MessageDigestSpi
engineDigest
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HMAC_HAVAL

public HMAC_HAVAL()

Cryptix V3.2

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.