com.maverick.ssh2
Class SHA1HMac96

java.lang.Object
  extended bycom.maverick.crypto.digests.GeneralHMac
      extended bycom.maverick.ssh2.SHA1HMac96
All Implemented Interfaces:
com.maverick.crypto.digests.HMac

public class SHA1HMac96
extends com.maverick.crypto.digests.GeneralHMac

SHA1 HMac 96 bit implementation for SSH2

Version:
$Revision: 1.2 $
Author:
Lee David Painter

Constructor Summary
SHA1HMac96()
           
 
Method Summary
 int getOutputSize()
           
 
Methods inherited from class com.maverick.crypto.digests.GeneralHMac
doFinal, getAlgorithmName, getMacSize, getUnderlyingDigest, init, reset, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SHA1HMac96

public SHA1HMac96()
Method Detail

getOutputSize

public int getOutputSize()


Copyright © 2003 3SP LTD. All Rights Reserved.