com.maverick.ssh.components.jce
Class HmacSha1

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

public class HmacSha1
extends AbstractHmac

SHA-1 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
HmacSha1()
           
 
Method Summary
 String getAlgorithm()
           
 
Methods inherited from class com.maverick.ssh.components.jce.AbstractHmac
generate, getMacLength, getProvider, init, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HmacSha1

public HmacSha1()
Method Detail

getAlgorithm

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


Copyright © 2012. All Rights Reserved.