org.apache.sshd.common.mac
Class HMACSHA1

java.lang.Object
  extended by org.apache.sshd.common.mac.BaseMac
      extended by org.apache.sshd.common.mac.HMACSHA1
All Implemented Interfaces:
Mac

public class HMACSHA1
extends BaseMac

HMAC-SHA1 Mac

Author:
Apache MINA SSHD Project

Nested Class Summary
static class HMACSHA1.Factory
          Named factory for the HMAC-SHA1 Mac
 
Constructor Summary
HMACSHA1()
           
 
Method Summary
 
Methods inherited from class org.apache.sshd.common.mac.BaseMac
doFinal, getBlockSize, init, update, updateUInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMACSHA1

public HMACSHA1()


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.