For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce.hash
Class RipeMD128Spi

java.lang.Object
  extended by java.security.MessageDigestSpi
      extended by gnu.crypto.jce.hash.MessageDigestAdapter
          extended by gnu.crypto.jce.hash.RipeMD128Spi
All Implemented Interfaces:
Cloneable

public class RipeMD128Spi
extends MessageDigestAdapter

The implementation of the RIPEMD-128 Service Provider Interface (SPI) adapter.

Version:
$Revision: 1.2 $

Constructor Summary
RipeMD128Spi()
           
 
Method Summary
 
Methods inherited from class gnu.crypto.jce.hash.MessageDigestAdapter
clone, engineDigest, engineDigest, engineGetDigestLength, engineReset, engineUpdate, engineUpdate
 
Methods inherited from class java.security.MessageDigestSpi
engineUpdate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RipeMD128Spi

public RipeMD128Spi()

For the latest news and information visit
The GNU Crypto project

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