cryptix.provider.mac
Class HMAC_SHA0
java.lang.Object
|
+--java.security.MessageDigestSpi
|
+--java.security.MessageDigest
|
+--cryptix.provider.mac.HMAC
|
+--cryptix.provider.mac.HMAC_SHA0
- public class HMAC_SHA0
- extends HMAC
A class to implement the HMAC message authentication code, as described in
RFC 2104, with the SHA-0 digest algorithm. (Note that SHA-0 has been
superceded by SHA-1.)
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
Methods inherited from class java.security.MessageDigest |
digest,
digest,
digest,
getAlgorithm,
getDigestLength,
getInstance,
getInstance,
getProvider,
isEqual,
reset,
toString,
update,
update,
update |
HMAC_SHA0
public HMAC_SHA0()
Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.