|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--javax.crypto.MacSpi
|
+--au.net.aba.crypto.provider.HMACwithAnyMD
|
+--au.net.aba.crypto.provider.HMACwithMD5
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 |
public HMACwithMD5()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||