Package iaik.security.mac

Class Summary
HMac This class extends the javax.crypto.MACSpi class for providing the functionality of the HMAC(Keyed-Hashing for Message Authentication) algorithm, as specified in RFC 2104.
HMacMd5 This class implements the HMAC(Keyed-Hashing for Message Authentication) algorithm as defined in RFC 2104 with MD5 as message digest algorithm.
HMacSha This class implements the HMAC(Keyed-Hashing for Message Authentication) algorithm as defined in RFC 2104 with Secure Hash Algorithm as message digest algorithm.