Encapsulates the result of an HMAC-SHA256 operation, containing the tag and the key used.
The generated HMAC tag as a ByteArray.
The key used for HMAC computation as a ByteArray.
Compares this Result with another object for equality. Two Result objects are equal if their tags and keys are identical.
Generates a hash code for this Result based on its tag and key.