com.maverick.ssh.components.jce
Class HmacMD5

java.lang.Object
  extended bycom.maverick.ssh.components.jce.AbstractHmac
      extended bycom.maverick.ssh.components.jce.HmacMD5
All Implemented Interfaces:
SshHmac

public class HmacMD5
extends AbstractHmac

MD5 message authentication implementation.

Author:
Lee David Painter

Constructor Summary
HmacMD5()
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 
Methods inherited from class com.maverick.ssh.components.jce.AbstractHmac
generate, getMacLength, init, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HmacMD5

public HmacMD5()
Method Detail

getAlgorithm

public java.lang.String getAlgorithm()
Specified by:
getAlgorithm in interface SshHmac
Specified by:
getAlgorithm in class AbstractHmac


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.