com.maverick.ssh.components.jce
Class HmacMD596

java.lang.Object
  extended by com.maverick.ssh.components.jce.AbstractHmac
      extended by com.maverick.ssh.components.jce.HmacMD596
All Implemented Interfaces:
SshComponent, SshHmac

public class HmacMD596
extends AbstractHmac

MD5 message authentication implementation.

Author:
Lee David Painter

Field Summary
 
Fields inherited from class com.maverick.ssh.components.jce.AbstractHmac
jceAlgorithm, mac, macLength, macSize
 
Constructor Summary
HmacMD596()
           
 
Method Summary
 String getName()
           
 
Methods inherited from class com.maverick.ssh.components.jce.AbstractHmac
doFinal, generate, getMacLength, getProvider, init, update, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HmacMD596

public HmacMD596()
Method Detail

getName

public String getName()
Specified by:
getName in interface SshComponent
Specified by:
getName in interface SshHmac
Specified by:
getName in class AbstractHmac


Copyright © 2013. All Rights Reserved.