net.schmizz.sshj.transport.mac
Class HMACMD596

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

public class HMACMD596
extends BaseMAC

HMAC-MD5-96 MAC


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

HMACMD596

public HMACMD596()


Copyright © 2009-2012. All Rights Reserved.