| Subclasses of MacSpi in iaik.security.mac |
class |
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. |
class |
HMacMd5
This class implements the HMAC(Keyed-Hashing for Message Authentication)
algorithm as defined in RFC 2104
with MD5 as message digest algorithm. |
class |
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. |