gnu.crypto.mac

Class UHash32.L2Hash32

Enclosing Class:
UHash32
Implemented Interfaces:
Cloneable

(package private) class UHash32.L2Hash32
extends java.lang.Object
implements Cloneable

Second hash stage of the UHash32 algorithm. 5.4 L2-HASH-32: Second-layer hash.

Constructor Summary

L2Hash32(byte[] K)

Method Summary

Object
clone()
(package private) byte[]
digest()
(package private) void
reset()
(package private) void
update(byte[] b, int offset, int len)

Constructor Details

L2Hash32

(package private)  L2Hash32(byte[] K)

Method Details

clone

public Object clone()


digest

(package private)  byte[] digest()


reset

(package private)  void reset()


update

(package private)  void update(byte[] b,
                               int offset,
                               int len)


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.