org.apache.sshd.common.mac
Class HMACMD5

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

public class HMACMD5
extends BaseMac

HMAC-MD5 Mac.

Author:
Apache MINA SSHD Project

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

HMACMD5

public HMACMD5()


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