net.schmizz.sshj.transport.mac
Class HMACSHA196

java.lang.Object
  extended by net.schmizz.sshj.transport.mac.BaseMAC
      extended by net.schmizz.sshj.transport.mac.HMACSHA196
All Implemented Interfaces:
MAC

public class HMACSHA196
extends BaseMAC

HMAC-SHA1-96 MAC


Nested Class Summary
static class HMACSHA196.Factory
          Named factory for the HMAC-SHA1-96 MAC
 
Constructor Summary
HMACSHA196()
           
 
Method Summary
 
Methods inherited from class net.schmizz.sshj.transport.mac.BaseMAC
doFinal, doFinal, doFinal, getBlockSize, init, update, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMACSHA196

public HMACSHA196()


Copyright © 2009-2012. All Rights Reserved.