org.apache.sshd.common.mac
Class HMACSHA196

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

public class HMACSHA196
extends BaseMac

HMAC-SHA1-96 Mac

Author:
Apache MINA SSHD Project

Nested Class Summary
static class HMACSHA196.Factory
          Named factory for the HMAC-SHA1-96 Mac
 
Constructor Summary
HMACSHA196()
           
 
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

HMACSHA196

public HMACSHA196()


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