com.sshtools.jce
Class SHA1HMac96

java.lang.Object
  extended bycom.sshtools.jce.SHA1HMac
      extended bycom.sshtools.jce.SHA1HMac96
All Implemented Interfaces:
com.maverick.crypto.digests.HMac

public class SHA1HMac96
extends SHA1HMac

An SHA-1 HMAC implementation which uses a JCE provider.

Author:
Lee David Painter

Constructor Summary
SHA1HMac96()
           
 
Method Summary
 int getOutputSize()
           
 
Methods inherited from class com.sshtools.jce.SHA1HMac
doFinal, getMacSize, 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()
Specified by:
getOutputSize in interface com.maverick.crypto.digests.HMac
Overrides:
getOutputSize in class SHA1HMac


Copyright © 2003 3SP LTD. All Rights Reserved.