All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.provider.mac.HMAC_SHA1

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

public class HMAC_SHA1
extends HMAC
A class to implement the HMAC message authentication code, as described in RFC 2104, with the SHA-1 digest algorithm.

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

$Revision: 1.1 $

Author:
David Hopwood

Constructor Index

 o HMAC_SHA1()

Constructors

 o HMAC_SHA1
 public HMAC_SHA1()

All Packages  Class Hierarchy  This Package  Previous  Next  Index