au.net.aba.crypto.provider
Class HMACwithMD5

java.lang.Object
  |
  +--javax.crypto.MacSpi
        |
        +--au.net.aba.crypto.provider.HMACwithAnyMD
              |
              +--au.net.aba.crypto.provider.HMACwithMD5

public class HMACwithMD5
extends HMACwithAnyMD

Implementation of the HMACwithMD5. The specification for this implementation came from the HMAC Construction publication in RSA CryptoBytes, Spring of 1996. http://www.rsasecurity.com/rsalabs/cryptobytes.


Fields inherited from class au.net.aba.crypto.provider.HMACwithAnyMD
_digest
 
Constructor Summary
HMACwithMD5()
          Construct a new HMAC setting the message digest variable from the super class.
 
Methods inherited from class au.net.aba.crypto.provider.HMACwithAnyMD
engineDoFinal, engineGetMacLength, engineInit, engineReset, engineUpdate, engineUpdate
 
Methods inherited from class javax.crypto.MacSpi
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMACwithMD5

public HMACwithMD5()
Construct a new HMAC setting the message digest variable from the super class.