gnu.crypto.jce.hash

Class MD4Spi

Implemented Interfaces:
Cloneable

public class MD4Spi
extends MessageDigestAdapter

The implementation of the MD4 Service Provider Interface (SPI) adapter.
Version:
$Revision: 1.2 $

Constructor Summary

MD4Spi()
Trivial 0-arguments constructor.

Method Summary

Methods inherited from class gnu.crypto.jce.hash.MessageDigestAdapter

clone, engineDigest, engineDigest, engineGetDigestLength, engineReset, engineUpdate, engineUpdate

Constructor Details

MD4Spi

public MD4Spi()
Trivial 0-arguments constructor.

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