org.ssonet.mechanisms.integrity
Class RipeMD128HMac

java.lang.Object
  |
  +--org.ssonet.mechanisms.integrity.AbstractIntegrityMechanism
        |
        +--org.ssonet.mechanisms.integrity.RipeMD128HMac
All Implemented Interfaces:
IOStream, Mechanism

public class RipeMD128HMac
extends AbstractIntegrityMechanism


Field Summary
 
Fields inherited from class org.ssonet.mechanisms.integrity.AbstractIntegrityMechanism
debug, EOF, inBuffer, INBUFFER_SIZE, ioStream, keyGeneratorAlgorithmName, keyLengths, macIn, macOut, mechanismName, messageBuffer, modes, negotiatedMechConf, providers, readBlockNumber, readException, readMode, rounds, validBytesToRead, variants, writeBlockNumber
 
Fields inherited from interface org.ssonet.net.Mechanism
KEYLENGTH, MODES, PROVIDERLIST, ROUNDS, VARIANTS
 
Constructor Summary
RipeMD128HMac()
           
 
Method Summary
 org.ssonet.mechanisms.MechanismConfiguration getDefaultConfiguration()
           
 
Methods inherited from class org.ssonet.mechanisms.integrity.AbstractIntegrityMechanism
available, closeIn, closeOut, getAlgorithmParameterSpec, getConfiguration, getKeyLengths, getModes, getName, getProviders, getRounds, getVariants, init, init, initIOStream, negotiateMechConf, read, testDecrypt, testEncrypt, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RipeMD128HMac

public RipeMD128HMac()
Method Detail

getDefaultConfiguration

public org.ssonet.mechanisms.MechanismConfiguration getDefaultConfiguration()
Specified by:
getDefaultConfiguration in interface Mechanism
Overrides:
getDefaultConfiguration in class AbstractIntegrityMechanism
Returns:
a default configuration setting for the mechanism.


Copyright © 2003 DRIM Team. All Rights Reserved.