HMAC/SHA224

This HMAC implements the HMAC algorithm as defined in RFC 2104 using the message digest function SHA224. The result MAC value will be a 28-byte array.

The MAC may be initialized using a SecretKeySpec with the algorithm name “HMAC/SHA224”. It is also possible to initialize this MAC using any of the secret keys generated by one of the KeyGenerator classes or KeyFactory classes, as detailed in Supported Ciphers.