com.sshtools.jce
Class MD5HMac96

java.lang.Object
  extended bycom.sshtools.jce.MD5HMac
      extended bycom.sshtools.jce.MD5HMac96
All Implemented Interfaces:
com.maverick.crypto.digests.HMac

public class MD5HMac96
extends MD5HMac

An MD5 HMAC implementation which uses a JCE provider.

Author:
Lee David Painter

Constructor Summary
MD5HMac96()
           
 
Method Summary
 int getOutputSize()
           
 
Methods inherited from class com.sshtools.jce.MD5HMac
doFinal, getMacSize, init, reset, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5HMac96

public MD5HMac96()
Method Detail

getOutputSize

public int getOutputSize()
Specified by:
getOutputSize in interface com.maverick.crypto.digests.HMac
Overrides:
getOutputSize in class MD5HMac


Copyright © 2003 3SP LTD. All Rights Reserved.