com.maverick.ssh2
Class MD5HMac

java.lang.Object
  extended bycom.maverick.crypto.digests.GeneralHMac
      extended bycom.maverick.ssh2.MD5HMac
All Implemented Interfaces:
com.maverick.crypto.digests.HMac

public class MD5HMac
extends com.maverick.crypto.digests.GeneralHMac

MD5 HMac implementation for SSH2

Author:
Lee David Painter

Constructor Summary
MD5HMac()
           
 
Methods inherited from class com.maverick.crypto.digests.GeneralHMac
doFinal, getAlgorithmName, getMacSize, getOutputSize, getUnderlyingDigest, init, reset, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5HMac

public MD5HMac()


Copyright © 2003 3SP LTD. All Rights Reserved.