com.maverick.ssh.components.standalone
Class MD5HMac

java.lang.Object
  extended by com.maverick.ssh.components.standalone.AbstractHmac
      extended by com.maverick.ssh.components.standalone.MD5HMac
All Implemented Interfaces:
SshHmac

public class MD5HMac
extends AbstractHmac

MD5 HMac implementation for SSH2

Author:
Lee David Painter

Constructor Summary
MD5HMac()
           
 
Method Summary
 
Methods inherited from class com.maverick.ssh.components.standalone.AbstractHmac
doFinal, generate, getAlgorithm, getMacLength, init, update, verify
 
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-2008 SSHTools LTD. All Rights Reserved.