For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce
Class MD4Spi

java.lang.Object
  |
  +--java.security.MessageDigestSpi
        |
        +--gnu.crypto.jce.MessageDigestAdapter
              |
              +--gnu.crypto.jce.MD4Spi
All Implemented Interfaces:
java.lang.Cloneable

public class MD4Spi
extends MessageDigestAdapter

The implementation of the MD4 Service Provider Interface (SPI) adapter.

Version:
$Revision: 1.1 $

Constructor Summary
MD4Spi()
          Trivial 0-arguments constructor.
 
Methods inherited from class gnu.crypto.jce.MessageDigestAdapter
clone, engineDigest, engineDigest, engineGetDigestLength, engineReset, engineUpdate, engineUpdate
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD4Spi

public MD4Spi()
Trivial 0-arguments constructor.

For the latest news and information visit
The GNU Crypto project

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